back_to_home



Writing
Blogs
"Coding stories, one project at a time." Thoughts on architecture, AI agents, and building things that ship.
LOG_01

Jan 4, 20265 min read
Architecting for Scale My Professional React Frontend Blueprint.
Code and programming are not only about writing the best code.
Authored_by: Basant Rai
LOG_012

Dec 17, 20255 min read
Basic deployment setup and process with NGINX
Deployment is default with development
Authored_by: Basant Rai
LOG_09

Sep 6, 20255 min read
Beyond the Code: The Everyday Tools That Make Me a Better Developer
Hey developer, I am sharing tools I personally use every day in my workflow, from coding to deployment.
Authored_by: Basant Rai
LOG_08

Aug 25, 20255 min read
Building a UI Library and Publishing to npm - A Developer’s Guide
Copy-pasting UI components works, but it’s messy. Templates help, but they’re limited and hard to maintain. I wanted something modular, customizable, and easy to use — so I built my own npm package as a single source of truth for all my projects
Authored_by: Basant Rai