Skip to content
View aman-senpai's full-sized avatar
🇮🇳
No dates, only updates.
🇮🇳
No dates, only updates.
Block or Report

Block or report aman-senpai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aman-senpai/README.md

GitHub Followers

Namaste, I'm Aman.

A proficient Web Developer, Designer, and Architect.

I stand as a seasoned Software Engineer. My repertoire is enriched with expertise in the realms of Full Stack Web Development, Design, and Architectural prowess.

  • 📍 Based in India.
  • 🌏 Explore my professional portfolio at this serene destination. 🏯
  • 📧 You can contact me at jemscollin1@gmail.com. ✉️
  • 🧠 Currently, I am passionately delving into the realm of Microservices, expanding my knowledge and skills. 📚
  • 🤝 I am eagerly looking forward to the opportunity to collaborate on MERN projects and exciting ventures in the Microservices domain. 💼
  • ⚡ Fueled by a fervent passion for technology and an undeniable love for anime, I proudly identify as a tech enthusiast and a devoted Weeb. 🤖🍃
  • ⛩️ I tries my best to live by Samurai code </>

I Wissssh! Life was this easy 👇 >_<

const request = await fetch("http://calllog/senpai.json", {
  method: "GET",
  headers: {
    // Headers here...
  }
});

const callLog = await request.json();

/**
 * @param {Array} callLog - List of people to call, who are {@link realPeople}
 * @returns {Promise} - A promise for a callback.
 */
async function makeCalls(callLog) {
  try {
    for (const person of callLog) {
      // Make a call, please. I don't have the energy.
      await handleCall(person);
    }
  } catch (error) {
    console.error("Error making calls:", error);
  }
}

await makeCalls(callLog);

Pinned

  1. elegance elegance Public

    A productivity notes taking app built using Next.js, tailwindCSS and convex.

    TypeScript 1

  2. threads threads Public

    A Threads clone and with exciting features

    TypeScript

  3. spotify-clone spotify-clone Public

    full stack Spotify clone built with Next.js, React, Tailwind CSS, Supabase, PostgreSQL

    TypeScript

  4. gamez-hub gamez-hub Public

    Built using react.js and chakra ui.

    TypeScript

  5. car_showcase car_showcase Public

    Car showcase web application built using Next.js 13 React TypeScript Tailwind CSS.

    TypeScript

  6. ai_summarizer ai_summarizer Public

    This project is a web application that uses Article Extractor and Summarizer to summarize text.

    JavaScript