Blog
Weekly insights on frontend engineering, cloud infrastructure, and modern web development.
Apollo Client + Next.js 16 App Router Guide
Set up Apollo Client correctly in Next.js 16's App Router RSC queries with registerApolloClient, streaming SSR with useSuspenseQuery, and optimistic mutations. No Pages Router patterns.
React 19.2 Activity Component Guide
Discover how to use React 19.2's Activity component for efficient background rendering, state preservation, and enhanced user experience in web applications.
Dynamic UIs with React 19.2 and GSAP 3.12
Explore how to create dynamic and engaging user interfaces using React 19.2 with GSAP 3.12 for animations, focusing on performance and interactivity.
Building OllamaChat: Local AI with RAG and Voice
How I built a privacy-first, ChatGPT-style web app using Next.js 16, Ollama, libSQL native vectors, and automatic conversation memory.
View Transitions API in React 19: A How-To
Explore how to implement the View Transitions API in React 19 to create seamless and visually appealing user experiences on your web applications.
React + Tailwind CSS + GSAP: UI Optimization
Discover how to use React with Tailwind CSS and GSAP to create visually compelling and high-performance web applications.