Streaming APIs with FastAPI and Next.js - Part 2
A tutorial on building a real-time streaming backend with FastAPI, including a simulated log stream endpoint and integration with a frontend.
A tutorial on building a real-time streaming backend with FastAPI, including a simulated log stream endpoint and integration with a frontend.
A guide to implementing authorization in Next.js applications using React Server Components, Server Actions, and the App Router.
A tutorial on building a full-stack app using FastAPI to stream data via chunked transfer encoding and a Next.js frontend to display it in real-time.
Explores key React trends for 2025, focusing on the maturation of React Server Components and the rise of full-stack React frameworks.
A developer tests the real-world traffic capacity of a pre-rendered Next.js site, comparing it to SSR and analyzing performance under load.
Explains how to use React 19's cache() API to prevent server component waterfall fetching and improve performance in Next.js.
A guide comparing library-first and framework-first approaches to learning React in 2025, considering the evolving ecosystem.
Tutorial on using LangChain and Zod in a Next.js chatbot to structure and validate OpenAI API responses for the frontend.
A tutorial on implementing real-time streaming responses in a LangChain chatbot using JavaScript, React.js, and Next.js with the OpenAI API.
A tutorial on building a chatbot with LangChain, OpenAI, and Next.js/React.js, including code examples for the frontend and backend.
A developer's journey migrating their personal blog from Gatsby to Next.js and finally to Astro, focusing on build times, maintenance, and performance.
A developer's 2024 review covering blog migration to Astro, popular tech posts, and work on Expo docs and GitHub projects.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
A guide on handling FormData in React forms, covering extraction, conversion to objects, and validation with Zod.
A guide on preventing automatic form resets after failed server actions in React/Next.js to improve user experience.
A tutorial on implementing custom authentication in Next.js 15 using App Router, Server Components, and Server Actions.
A guide to implementing advanced, shareable search and filter state management in Next.js App Router using URL parameters and React 19 features.
A guide exploring various methods for fetching data in React, from older techniques to modern approaches like React Server Components.
A tutorial on implementing a custom feature flagging system using environment variables and Yup validation within the Next.js App Router.
A tutorial on using URL search parameters in Next.js to manage shareable state for features like searching and sorting posts.