Coder Social home page Coder Social logo

my_leetcode's Introduction

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

my_leetcode's People

Contributors

aman-senpai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.