Make your Next.JS Docker images microscopic!
DevOps
massdriver-cloud/opentofu-foundations: A 10-week bite sized hands-on workshop to level up your OpenTofu and Terraform skills
Vector
Depot
DevOps is Bullshit | Massdriver Blog
Friday Deploy Freezes Are Exactly Like Murdering Puppies
Process
Never accept a diff if there’s no explanation for the question, “how will you know when this code breaks? how will you know if the deploy is not behaving as planned?” Instrument every commit so you can answer this question in production.
Surviving Continuous Deployment in Distributed Systems
Karpenter
(Almost) Every infrastructure decision I endorse or regret after 4 years running infrastructure at a startup
Karpenter
8 Top Docker Tips & Tricks for 2024 | Docker
Another lifesaver is using RUN --mount type=cache when installing packages. This little gem keeps your package cache intact between builds. No more re-downloading the entire internet every time you build your image. It’s especially handy when you’re working with large dependencies. Implement this, and watch your build efficiency go through the roof.