Blog
Here I share my coding experiments and thoughts on React.js, Next.js, Node.js, Astro, Python, DevOps, and more. Feel free to read, explore, and comment.
Next.js server actions with FastAPI backend and OpenAPI client
Connect Next.js to a FastAPI backend while preserving a modern React workflow with server actions and server components.
19 minutes
Read more
Why runtime environment variables for a pure static website are a bad idea
Build and deploy a static website as a reusable Docker image, and see how practical it really is.
15 minutes
Read more
Runtime environment variables in Next.js - build reusable Docker images
Learn how to configure Next.js with runtime environment variables and build Docker images you can reuse across multiple environments.
14 minutes
Read more