Welcome, Developer 👨‍💻

Welcome to my developer-focused blog! Whether you’re just starting out or are an experienced coder, this space is designed to help you find quick references, cheat sheets, and practical tips for various programming languages and tools. Here, you’ll find guides that break down complex concepts into easy-to-understand examples, saving you time and boosting your productivity. My goal is to share valuable resources that streamline your coding journey, whether you’re working on personal projects, preparing for interviews, or learning new technologies. Dive in, explore different topics, and feel free to use this blog as your go-to reference. Happy coding!

A Complete Guide to Auth in React with Axios, JWT and Context API

Learn how to build a secure authentication system in React using JWT, Axios, and Context API. Includes token refresh, route protection, and role-based access.

June 20, 2025 · 5 min · 883 words · Nirajan Khatiwada

React 19 New Features

A detailed guide to the new features in React 19, focusing on the useId hook for accessibility and the use API for context consumption.

May 18, 2025 · 2 min · 356 words · Nirajan Khatiwada

A Complete Guide to Channels in Django

A comprehensive guide on how to use Channels in Django for real-time applications, including WebSockets, consumers, and routing.

May 16, 2025 · 11 min · 2154 words · Nirajan Khatiwada

DRF DAY 6

A detailed guide Hyperlinked Identity Field and Hyperlinked Related Field in Django Rest Framework.

May 10, 2025 · 5 min · 911 words · Nirajan Khatiwada

DRF - DAY 5

Understand how to use Parsers, Renderers, and Pagination in Django Rest Framework to handle request data, response formats, and large datasets efficiently.

March 28, 2025 · 7 min · 1483 words · Nirajan Khatiwada

A complete guide to Tanstack query

A detailed guide explaining how to use Tanstack query for data fetching in React applications, including query keys, query functions, and query hooks.

March 14, 2025 · 15 min · 2986 words · Nirajan Khatiwada

A Complete Guide to Debugger in VS Code

Learn how to use the debugger in Visual Studio Code to inspect variables, track program flow, and identify issues with precision.

March 9, 2025 · 5 min · 1039 words · Nirajan Khatiwada

Using React Hook Form

A comprehensive guide on using React Hook Form for form management and validation in React applications.

February 19, 2025 · 3 min · 555 words · Nirajan Khatiwada

React : Axios Interceptors for Request & Response Handling

A detailed guide explaining how to use Axios interceptors in React to manage request and response handling, including token refresh and error handling.

February 17, 2025 · 3 min · 594 words · Nirajan Khatiwada

React : CRUD Operations with Axios

A detailed guide explaining how to perform CRUD operations using Axios in React, comparing it with Fetch API, and implementing proper API request structures.

February 17, 2025 · 4 min · 835 words · Nirajan Khatiwada