My experience talking in conferences
After giving two conference talks in 24 hours, I want to share my thoughts and process.
All of my thoughts on programming, projects, architecture, and more, collected in chronological order.
After giving two conference talks in 24 hours, I want to share my thoughts and process.
React Server Components promised to revolutionize how we build React applications. I embraced this vision fully, only to discover that real-world implementation exposes fundamental gaps in the model. This is my journey from RSC enthusiasm to practical compromise.
Explore the differences between state-based and render-based approaches for implementing optimistic updates in web applications.
Discover how to add AI capabilities to react apps with vercel AI SDK and Ollama
Discover how to implement authentication in Next.js applications using WorkOS and Server actions
Learn how to create a type-safe API client for efficiently fetching data from a server while leveraging TypeScript and OpenAPI.
My journey creating grids in React, and the callback component pattern I found.
Some rules of thumb I follow when creating UI components.