Frontend Engineering
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 JarhadCreator @ DailyDevPost

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 JarhadCreator @ DailyDevPost

Frontend Engineering6 mins
One Mistake I Made with useEffect And How I Think About It Now
I thought I understood useEffect but I was using it in the wrong places. This post explains the mental model mistake and how thinking differently made my React components simpler.
Pradip JarhadCreator @ DailyDevPost

Frontend Engineering7 mins
How I Really Learn React Concepts
I don’t learn React by studying it. I learn it by struggling with bugs, confusion, and real projects. An honest breakdown of how React learning really happens for me.
Pradip JarhadCreator @ DailyDevPost
