What Building AI Agents in .NET Taught Me in 2025
A developer shares key engineering lessons learned from building AI agents in .NET, focusing on state management, orchestration, and observability.
A developer shares key engineering lessons learned from building AI agents in .NET, focusing on state management, orchestration, and observability.
An explanation of how reducers work in programming, with a practical code example from a live coding stream.
Explores building a basic Durable Execution engine using SQLite and Java to reliably persist and resume multi-step workflows, like those in agentic systems.
Developer creates a standalone web app for visualizing tree data structures, originally used for teaching React concepts like prop drilling.
A guide to deriving client state from server state in React applications using React Query, avoiding manual sync with useEffect.
Advanced guide to React Query selectors for fine-grained subscriptions and performance optimization in React applications.
A developer's journey using LangGraph to add memory and state management to a chatbot, enabling it to remember user details like names and birthdays.
Explains how to split React components into backend and frontend parts to handle server-side data and client-side interactivity.
A guide to the essential React libraries for building large-scale applications in 2025, covering state, routing, styling, and more.
A developer explores fine-grained reactivity with a simple JavaScript framework prototype called 'revolt', built in ~200 lines of code.
A critical look at React Query's drawbacks and challenges, presented as a conference talk transcript discussing its usage and limitations.
A guide to Angular Signals, explaining their benefits for state management and how to implement them in applications.
A conference talk exploring the modern reasons and use cases for using Redux in React applications today.
Comparing Zustand and React Context for state management, discussing Zustand's global scope limitations and use cases for scoped state.
Overview of new features in Redux Toolkit 2.0 presented at React Summit US 2023, including video and slides.
Explores using React Query for data fetching in components and compares it with React Context for state management, discussing trade-offs.
A deep dive into React Query concepts, common misconceptions, and best practices for effective data fetching in React applications.
Exploring if React Query is still necessary with the rise of React Server Components and discussing its role in modern data fetching.
A guide to data binding in React, covering controlled form fields like inputs, checkboxes, and selects with examples and common pitfalls.
A guide to using Zustand, a minimal state management library for React, with tips and best practices for implementation.