Skip to main content

Devops

Why Infrastructure as Code Feels Broken in 2025 (and How We Can Fix It)
·1471 words·7 mins
Infrastructure as Code promised simplicity, but in 2025, many teams still struggle with brittle state, slow feedback loops, and tool drift. Here’s why IaC feels broken today and how the next generation of tooling could improve it.
Deploying AWS CDK Lambda with Docker & GitLab CI
·963 words·5 mins
Learn how to deploy AWS CDK Lambda functions using Docker-in-Docker inside GitLab CI. Covers setup, authentication with OpenID Connect, and handling Python dependencies with Poetry.