MSMohammad Shahzeb Alaminmdshahzebalam.hashnode.dev·Aug 3 · 17 min read How Exploring Modern Tools Changed the Way I Think About Technical WritingIntroduction I was scrolling through the internet one day and came across articles and guides on DEV Community and Hashnode. I got curious—who writes these kinds of articles? That's when I discovered 112
MSMohammad Shahzeb Alaminmdshahzebalam.hashnode.dev·Jul 22 · 7 min readFrom useEffect to TanStack Query: What Changed My PerspectiveWhen I first started learning data fetching in React, the dependency array in useEffect confused me more than the fetch request itself. But after building a Meme Generator, it finally started making s10
MSMohammad Shahzeb Alaminmdshahzebalam.hashnode.dev·Jul 17 · 7 min readWhat I Learned Integrating AI Into My React AppWhile building Chef Claude, a small React application where users enter the ingredients they have and receive an AI-generated recipe, I started wondering how this would actually work. Should I store r00
MSMohammad Shahzeb Alaminmdshahzebalam.hashnode.dev·Jul 13 · 3 min readWhen Props Started Getting Messy: Learning React Context APIWhen building React apps, passing props felt simple at first. But as I started working with more components, it became confusing for me. Sometimes I had to check where I passed a prop, which component00
MSMohammad Shahzeb Alaminmdshahzebalam.hashnode.dev·Jul 8 · 3 min readReact Dynamic Web Apps & Clean Form StatesWhile building Chef Claude, I realized React wasn't just helping me build a UI. It completely changed the way I handled forms and dynamic data. In vanilla JavaScript, I was writing a lot of code just 00