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

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 [email protected]. ✉️
  • 🧠 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 Loading

  1. AndroLaunch AndroLaunch Public

    A professional macOS menu bar application for managing Android devices through ADB and Scrcpy, built with modern Swift architecture patterns.

    Swift 51 3

  2. NotesBar NotesBar Public

    NotesBar is a modern macOS menu bar application designed for Obsidian users who want lightning-fast access to their knowledge base without switching contexts.

    Swift 28 2