Blog ✍️
Articles by Indrajit Sahani, a product-minded full-stack developer, covering React, Next.js, TypeScript, Node.js, Go, system design, and lessons from shipping real products.
Notes on building full-stack products — React, Next.js, TypeScript, Node.js, Go, and the messy parts in between.
Import Spotify playlist to YouTube account with NodeJS
16 min readLearn How to Search & Add video to YouTube with YouTube API
Understanding Database transactions
3 min readWhat database transactions are, why they matter, and how the ACID properties — Atomicity, Consistency, Isolation, and Durability — keep your data reliable under concurrent load.
Beginner's guide to React Router
6 min readA beginner-friendly introduction to client-side routing in React with React Router — BrowserRouter, Routes, Route, and useNavigate — with full example code.