// blog
Blog
Thoughts on AI, development, and infrastructure.
·8 min read
Deploying Next.js with Docker on Hetzner
A step-by-step guide on containerizing a Next.js app and deploying it behind Nginx reverse proxy with automated scripts on a Hetzner VPS.
DockerNext.jsDevOps
Read ·12 min read
Building Multi-Agent Systems with LLMs
How I architect multi-agent AI systems that collaborate, delegate tasks, and solve complex problems autonomously.
AIAgentsArchitecture
Read