aman-senpai

View the Project on GitHub aman-senpai/aman-senpai

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.

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);

### Skills

Git Java JavaScript Python TypeScript HTML5 React NextJs CSS3 TailwindCSS Bootstrap Vite Redux
Babel NodeJS Express MongoDB Supabase Firebase PostgreSQL MySQL Amazon Web Services Docker Linux Figma MetaMask Google Cloud

## Socials

## My Stats
[![Ashutosh's github activity graph](https://github-readme-activity-graph.vercel.app/graph?username=aman-senpai&bg_color=000000&color=ab00fa&line=420061&point=00fbff&area=true&hide_border=true)](https://github.com/ashutosh00710/github-readme-activity-graph)