Knowledge Garden
Thoughts, tutorials, and insights on DevOps, and Backdrop.
Building a Hybrid Headless CMS: Integrating Notion with Astro
Jan 12, 2026How I built a high-performance engineering blog that combines the writing experience of Notion with the speed of Astro, solving complex issues like server-side syntax highlighting and dynamic Table of Contents along the way.
Docker Essentials: Mastering Docker Security: Why Multi-Stage Builds, Non-Root Users, and Attestations Are Game-Changers
Jan 10, 2026The role of containers and containerd for isolation, the use of Makefiles for automation, and practical exercises for building a simple Go application. It covers single-stage and multi-stage Docker builds with added security features like non-root users, and introduces build attestations for enhanced supply chain security, along with best practices.
Our CI/CD Evolution: From Multi-Repo Microservices to Monorepo with GitOps
Jan 6, 2026A deep dive into migrating microservices to a monorepo structure and automating deployments with GitLab CI, Nexus, and Argo CD.