ci/cd
-
Solved: Aged care workers in Australia — what are the most frustrating parts of your job?
Escape the toil of manual DevOps tasks. Learn how to automate away the paperwork with bash scripts and CI/CD pipelines so you can focus on engineering Continue reading
-
Solved: KubeCodex: Gitops repo structure – latest updates
Struggling with your GitOps repo structure? We break down three real-world approaches, from monorepos to multi-repo strategies, to escape deployment c Continue reading
-
Solved: Open source GitHub Action for multi-ecosystem release automation (supports monorepos)
Solve monorepo CI pains. This open-source GitHub Action automates releases across multiple ecosystems, so you only rebuild and deploy what’s changed. Continue reading
-
Solved: Has anyone set up an agent trust management system?
Solve the frustrating CI/CD agent trust problem. This guide covers the bootstrapping dilemma with solutions from quick hacks to cloud-native architect Continue reading
-
Solved: Pricing Pages — A Curated Gallery of Pricing Page Designs
Stop deploying your app for a pricing page typo. Learn how to decouple marketing content from code to prevent risky deployments and reduce production Continue reading
-
Solved: How to make content for digital products
Stop hardcoding content paths. Learn to use environment variables to manage content for your digital products across dev, staging, and production. Continue reading
-
Solved: Methods to automatically deploy docker image to a VPS after CI build.
Learn to automatically deploy Docker images to a VPS after a CI build. Explore 3 battle-tested methods, from simple SSH scripts to robust solutions. Continue reading
-
Solved: Transitioning to GitOps with FluxCD: Seeking advice on rollbacks and prepush image validation
A guide for DevOps on robust FluxCD rollback strategies and pre-deployment validation, moving from manual fixes to automated, preventative GitOps work Continue reading
-
Solved: trying to access dind volumes from my forgejo runner?
Can’t access volumes from a Docker-in-Docker (DinD) setup in your Forgejo runner? Learn why sibling containers cause this and find 3 real-world fixes. Continue reading
-
Solved: We got AI-driven E2E tests down to 50ms in CI – by caching the agent’s Playwright calls
Our AI-driven E2E tests now run in 50ms in CI. Learn the simple caching trick for Playwright that slashed our test execution time from 15 minutes. Continue reading