How AI Coding Assistants Changed My Development Workflow Foreverai coding productivity software-development tooling A skeptic's journey from resistance to embracing AI pair programming in my daily development workflowPublished OnSeptember 25, 2024 Read more
From 6 Seconds to 600ms - Hunting Down React Performance Issuesreact performance debugging optimization web-development A war story of debugging and fixing performance issues in a large-scale React applicationPublished OnSeptember 22, 2024 Read more
My Journey Through React State Management Hell and Backreact state-management redux context-api hooks A personal tale of evolving from prop drilling to Redux to hooks and the lessons learned along the wayPublished OnSeptember 20, 2024 Read more
From Tailwind Skeptic to Advocate - A CSS Journeycss tailwind frontend web-development How I went from hating utility-first CSS to becoming its biggest championPublished OnSeptember 18, 2024 Read more
My 30-Day Journey Building an AI-Powered App with Next.js and OpenAInextjs ai openai startup javascript The ups, downs, and surprising lessons learned creating an AI writing assistant when our startup funding was running outPublished OnSeptember 15, 2024 Read more
Surviving the Next.js App Router Migration - A Tale of Triumph and Tearsnextjs app-router react web-development migration My personal journey migrating a complex application from Next.js Pages Router to App Router, with all the pitfalls and victories along the wayPublished OnSeptember 15, 2024 Read more
TypeScript Generics - The Feature That Finally Made Sense After Two Yearstypescript generics frontend type-safety A personal tale of frustration, avoidance, and eventual mastery of TypeScript's most powerful featurePublished OnSeptember 12, 2024 Read more
How React Server Components Saved My Legacy Projectreact server components performance optimization A personal journey of transforming a slow legacy React application with Server ComponentsPublished OnSeptember 10, 2024 Read more
My Next.js Docker Adventure - Confessions of a Frontend Developerdocker nextjs frontend react devops A personal story about containerizing Next.js applications and the transformative impact on my development workflowPublished OnSeptember 3, 2024 Read more
Taming the Node.js Beast with Docker - A Developer's Taledocker nodejs backend devops My personal journey of containerizing Node.js applications and the valuable lessons learned along the wayPublished OnSeptember 2, 2024 Read more
My Journey with Docker and React - From Frustration to Flowdocker react frontend devops A React developer's personal story of containerizing applications and lessons learned along the wayPublished OnSeptember 1, 2024 Read more
Bye Bye, Try-Catch Blocks Meet JavaScript's Safe Assignment Operator Proposal😉javascript Bye Bye, Try-Catch BlocksPublished OnAugust 21, 2024 Read more
Handling Asynchronous Data Fetching in React Beyond the Basicsreact js react-query Handling asynchronous data fetching in ReactPublished OnAugust 8, 2024 Read more
How to fix race condition in Reactreact js useEffect Fixing race condition in React with useEffectPublished OnAugust 6, 2024 Read more