Hey, I'm a sophomore computer science student and a self-taught full stack developer who's into tech, startups and building projects that really matter. When I'm not coding, I'm either brainstorming my next project, reading or hanging out.
Web Development, API development
Ever since hooks have been introduced into React, it has made the developer experience significantly compact. Before useEffect was introduced, class components were the primary way to manage side effects and lifecycle methods. Class components had li...

Introduction Puppeteer is a Node.js library that provides a high-level API to control Chrome/Chromium over the DevTools Protocol. Using Docker, we can containerize our application enabling it to run in its own isolated container. This comprehensive g...

In a world of rapidly developing software applications, APIs or Application Programming Interface act as an intermediary between two applications that enable them to communicate with each other and share data seamlessly. For example, you make an appl...
