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

Debugging And Fixes6 mins
A Bug Caused by a Wrong Assumption I Made
A React bug caused by a wrong assumption about state and effects. Learn how derived state and skipped dependencies led to outdated UI behavior.
Pradip JarhadSoftware Developer

Debugging And Fixes6 mins
A Bug I Recently Faced and How I Actually Tracked It Down
A real world React debugging story about a slow UI, unnecessary re-renders and how small decisions quietly created a performance problem.
Pradip JarhadSoftware Developer

Career And Growth7 mins
One React Habit I Want to Improve Next Week
I realized one small React habit was slowing me down. Next week, I'm fixing it by clearly defining component responsibility before writing code.
Pradip JarhadSoftware Developer

Frontend Engineering7 mins
One Mental Model That Made React Easier for Me
A simple React mental model that helps you understand components, state, props and rerenders. Learn how thinking in state, UI makes React easier to debug.
Pradip JarhadSoftware Developer

Performance Optimization7 mins
How I Actually Reduced Unnecessary Re-renders (What Worked, What Didn’t)
A practical guide to reducing unnecessary React re-renders using real project experience. Learn what worked, what didn’t and how to make re-renders intentional.
Pradip JarhadSoftware Developer

Performance Optimization7 mins
What Actually Caused Unnecessary Re-renders (In My Experience)
A real world breakdown of common React mistakes that cause unnecessary re-renders. Learn why they happen, how they sneak in, and what actually fixed them.
Pradip JarhadSoftware Developer
