Published onJanuary 25, 2026The One Debugging Habit That Saves Me Hours Every Weekbuild-in-publicreactLearn the one simple debugging habit that saves time, reduces frustration and helps you understand bugs instead of guessing fixes
Published onJanuary 24, 2026How I Learned to Read Error Messages Betterbuild-in-publicreactHow I stopped panicking at error messages and learned to read them calmly. A simple, honest look at how errors became explanations instead of stress.
Published onJanuary 22, 2026What Debugging Taught Me That Tutorials Didn’tbuild-in-publicreactWhat debugging taught me that tutorials never did. A real, honest look at how debugging changed the way I think about code, bugs and learning as a developer.
Published onJanuary 20, 2026A Bug Caused by a Wrong Assumption I Madebuild-in-publicreactA React bug caused by a wrong assumption about state and effects. Learn how derived state and skipped dependencies led to outdated UI behavior.
Published onJanuary 18, 2026A Bug I Recently Faced and How I Actually Tracked It Downbuild-in-publicreactA real world React debugging story about a slow UI, unnecessary re-renders and how small decisions quietly created a performance problem.