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
This blog is where I document my journey as a developer — exploring new technologies, solving problems, and sharing what I've learned along the way. Whether you're just starting out or are an experienced coder, I hope you'll find something useful here.
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.