Best of Dependency InjectionMarch 2024

  1. 1
    Article
    Avatar of awegoAwesome Go·2y

    What even is “Dependency Injection”? (a practical example using Go)

    Dependency injection allows for substituting implementations of a thing with another implementation. It decouples the service from the dependencies, making it easier to test and switch implementations in the future.

  2. 2
    Article
    Avatar of itnextITNEXT·2y

    Flutter: Modularized Dependency Injection

    Learn about the benefits of modularization in a Flutter project and how to organize dependency injection. Explore examples of cross-cutting concerns in a Flutter app.

  3. 3
    Article
    Avatar of javarevisitedJavarevisited·2y

    Spring Framework: Day 1 — Introduction and Setting Up Your First Spring Application

    Learn about the Spring Framework, its core principles, and how to set up your development environment. Create your first Spring application and complete practice assignments to become proficient in Spring.