Getting Started with React Hooks
In this post, I explore the basics of React Hooks like useState and useEffect, and how they simplify state management in functional components.
Coding, learning, and sharing my journey in tech
In this post, I explore the basics of React Hooks like useState and useEffect, and how they simplify state management in functional components.
A deep dive into asynchronous programming in JavaScript — from callbacks to promises, and finally async/await functions for cleaner code.
Step-by-step guide on creating a simple RESTful API using Node.js, Express, and MongoDB. Includes middleware setup and basic routing.