All Posts
Category Filters
All BlogsAI For DevelopersBuild In PublicCareer And GrowthDebugging And FixesFrontend EngineeringJavaScript Deep DivesPerformance OptimizationTooling And DX

Frontend Engineering7 mins
What Are CSS Container Queries and Why Are They Replacing Media Queries?
CSS container queries let components respond to their parent container instead of the viewport. Learn how container queries compare to media queries, when to use them and how they improve reusable, component-driven responsive design.
Pradip JarhadSoftware Developer

JavaScript Deep Dives6 mins
What Is the JavaScript Temporal API and How Do You Replace Moment.js?
Replace Moment.js the right way. A practical JavaScript Temporal API migration guide with timezone handling, date math, performance tips, and real-world pitfalls.
Pradip JarhadSoftware Developer

Build In Public6 mins
Why I Chose This Tech Stack for My Developer Blog
I explain why I chose Next.js, Tailwind, Contentlayer and Netlify for DailyDevPost, what problems they solved, what they didn’t and who this setup actually makes sense for.
Pradip JarhadSoftware Developer

Tooling And DX6 mins
Why Naming Frontend Code Feels Harder Than Writing the Logic
Your frontend code works, but reading it feels tiring. This post explains why naming causes that friction and how experienced developers think about it.
Pradip JarhadSoftware Developer

Tooling And DX7 mins
One Habit That Made My Code Easier to Read
One small habit I adopted that made my code easier to read. No rules, no theory just a simple change that stuck.
Pradip JarhadSoftware Developer

Debugging And Fixes7 mins
What Debugging Taught Me About My Thinking Process
Debugging isn’t just about fixing bugs. It reveals how you think, where you assume and why you rush. Real lessons from daily coding.
Pradip JarhadSoftware Developer
