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...Discussci-cd
Joshua Oliphantjoshwastaken.hashnode.dev·Jun 12, 2024A Dagger IntroductionA good post on how to get started with using Dagger for CI/CD, which allows you to run your pipelines locally. This tutorial shows you how to run a pipeline locally and then use it with GitHub Actions.Discusslinks
Emmanuel Sibandaemmanuelsibanda.hashnode.dev·Apr 29, 2024A Dagger module to generate unit tests for a SvelteKit project using AIWhen building new projects I focus on solving problems I relate to. Since these are personal projects, I prioritize building features based on user feedback or based on my usage. Although I understand the value of writing unit tests, this becomes an ...Discuss·37 readsdagger
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...Discuss·1 like·643 readsContinuous Integration
Joe Roskopfblog.joetr.com·Mar 2, 2024Dagger SPI - Adding Custom Graph Validation (with KSP and tests!)From the Dagger site: The Dagger Service Provider Interface (SPI) is a mechanism to hook into Dagger’s annotation processor and access the same binding graph model that Dagger uses. With the SPI, you can write a plugin that adds project-specific err...Discuss·141 readsdagger spi
Pierre-Yves Ricaublog.p-y.wtf·Jan 18, 2024DIY: your own Dependency Injection library!Dependency Injection libraries are powerful tools, but they're often also intimidating & confusing. When that happens to me, I find that understanding how a tool works helps me get over the initial scare of the dark magic internals. In this article, ...Discuss·6 likes·7.4K readsdependency injection
Vivekanand R Yadavvi-ry.hashnode.dev·Jun 4, 2023Dagger2 with Java Example: Employee and Attendance TrackerIntroduction: In this cheatsheet, we'll explore how to use Dagger, a dependency injection framework, to build an Employee and Attendance Tracker application in Java. We'll cover the essential concepts and provide code examples to help you understand ...Discuss·71 readsdagger
Asutosh Panda75asu.hashnode.dev·Dec 11, 2022Dagger : Write your pipelines in your own languageInitially, it's a little overwhelming to understand another language just to write pipelines whether it's Groovy for Jenkins or YAML for other CI/CD tools. But now we have got another tool that enables you to write your pipeline in your language. It'...Discuss·96 readsCI/CD
Rivu Chakrabortyrivuchk.hashnode.dev·Jun 12, 2020Breaking the ice: Service Locator and Dependency Injection Which is WhatThere is a very thin lining of difference between Service Locator (in short SL) and Dependency Injection (in short DI). Most people get confused with these terms, even I was confused with them for so long. Even more so for Android Developers, most of...DiscussAndroid
Chandrasekar Kuppusamyblog.ckdevrel.me·Apr 9, 2017Easy Android Dagger 2 ArchitectureYeah! Are you an Android geek? Are you a fan of the square? Yep, I’m. Here we are going to implement dagger a butter in Android. Before getting into a deep pinch, let’s take a look at what dagger 2 does for Android! Dagger 2: Dagger is a fully static...DiscussAndroid