Shayan Shafiee Moghadamshayan-tech-diaries.hashnode.dev·Oct 17, 2024Dagger: The CI engineI was recently introduced to Dagger by my tech lead. Dagger is a CI tool created by Solomon Hykes, who is also the founder of Docker. I listened to his interview on the Kubernetes Podcast, and several aspects about the motivation behind Dagger caught...ci-cd
Emmanuel Sibandaemmanuelsibanda.hashnode.dev·Mar 26, 2024A Dagger module to run my unit tests locallyI built a platform to help people prepare for Data Structure and Algorithm interviews guided by AI. I set up a CI/CD pipeline using Dagger, triggered by an GitHub Action Workflow. This pipeline runs; tests, a linter, formatter and creates Docker imag...1 like·652 readsContinuous Integration
Matteo Gassendmatfire.hashnode.dev·Oct 15, 2023test everywhere with dagger.ioHave you ever had to implement a CI/CD pipeline and then proceed to push to a repository 10/20 times just to see if the pipeline works correctly? Well, this ends today! Dagger (not the stabby kind) Dagger's tagline is CI/CD as Code that Runs Anywher...41 readsDocker
Joe Buihashnode.joebui.win·May 28, 2023Build CI CD pipeline using your favorite language with DaggerIf you are a devops/cloud/platform engineer, developing CI CD pipelines at any scale is what you have encountered many times. However, for years the tools to support us writing pipeline logic as code are mostly based on YAML + Bash for GitHub Actions...53 readsDocker