Tag: #nextjs
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 8 posts
Next.js 16 Architecture — A Deep Dive into Turbopack and Cache Components
A deep look at the Next.js 16 architecture through the lens of App Router structure, the server/client component boundary, rendering models, Cache Components, and Turbopack, now the default bundler. We unpack the request
2026-06-27 · 11 min read #nextjs#turbopack#cache-components#app-router#renderingKeycloak Integration Hands-On — Run It with Docker, Configure Realm/Client, Wire Up Spring Boot and Next.js (2025 Hands-On Guide)
Don't build authentication yourself — use Keycloak. This is a follow-along hands-on: run Keycloak 26 with Docker, configure Realm/Client/User/Role, poke the OIDC endpoints with curl, and integrate a Spring Boot Resource
2026-05-14 · 23 min read #keycloak#oidc#oauth2#authentication#authorizationReact Server Components & Next.js App Router — RSC Protocol, Server Actions, PPR, Streaming (2025)
Why Server Components exist, how they differ from SSR, the real boundary between "use server" and "use client", the RSC Flight Format and streaming, Server Actions replacing fetch, the four cache layers of App Router, Ne
2026-04-15 · 10 min read #react#nextjs#rsc#server-components#app-routerTypeScript & Next.js Practical Guide — Type-Safe Full-Stack Development
Everything about modern web development, from TypeScript advanced type system to Next.js 15 App Router, Server Components, and Server Actions.
2026-04-12 · 21 min read #ai#typescript#nextjs#react#fullstackNext.js 15 + React 19 Complete Guide: Server Components to Server Actions — 2025 Production Handbook
Master the innovations of Next.js 15 and React 19. From Server Components and Server Actions to Turbopack, PPR, caching strategies, and advanced App Router patterns — a production-ready guide for developers migrating fro
2026-03-23 · 34 min read #nextjs#react#server-components#server-actions#rscFull-Stack AI App Development: Build LLM Services with FastAPI + Next.js
A complete guide to full-stack AI application development. FastAPI backend, Next.js frontend, LangChain/OpenAI integration, streaming responses, and Docker deployment with real project examples.
2026-03-17 · 12 min read #fullstack#fastapi#nextjs#llm-app#ai-applicationReact Server Components and Server-First Web Development: The New Standard in 2026
React Server Components (RSC) have become the standard in frontend development in 2026. This comprehensive guide covers RSC fundamentals, Next.js 15 implementation, migration from traditional approaches, and measurable C
2026-03-16 · 10 min read #react#nextjs#web-development#server-components#frontendNext.js App Router Authentication Practical Guide - Middleware, Server Action, HttpOnly Cookie, SSR Auth Complete Mastery
Complete mastery of authentication implementation using middleware, Server Actions, and Route Handlers in Next.js App Router, covering HttpOnly cookies and SSR authentication patterns with practical code.
2026-03-08 · 25 min read #architecture#authentication#nextjs#jwt#cookie