50 First Dates with AI
Explores the challenges of using AI coding assistants, comparing them to the movie '50 First Dates' and emphasizing the need for persistent documentation.
Explores the challenges of using AI coding assistants, comparing them to the movie '50 First Dates' and emphasizing the need for persistent documentation.
Explains how React components work with native Browser APIs like Fetch, Observers, and History for networking, UI interactions, and navigation.
A developer's perspective on Event Sourcing as a paradigm shift from traditional MVC/CRUD, based on a guest post for Event Store.
A guide to the correct mental model for React's useEffect hook, explaining why the dependency array shouldn't be used as a conditional and how to avoid common pitfalls.
Explains the key mental model difference between React function components and class components, focusing on how they capture values.