Best of Dependency InjectionApril 2023

  1. 1
    Article
    Avatar of medium_jsMedium·3y

    Working with Laravel Repository Pattern

    The post discusses the implementation of the Repository Pattern in Laravel, which is a widely-used software design pattern that provides an abstraction layer between application code and the database. It explains the main components of the pattern and provides step-by-step instructions for implementation.

  2. 2
    Article
    Avatar of colkgirlCode Like A Girl·3y

    Understanding Dependency Injections

    The benefits of Dependency Injections include increased flexibility and modularity in software design, improved testability, and reduced coupling between components. With dependency injection, we can pass the database connection to the class from outside, making the code more modular and easier to test.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Build Minimal APIs in .NET 7

    The freeCodeCamp.org YouTube channel will teach you the power of Minimal APIs in.NET 7 and build well-constructed endpoints with C#,.NET 7, and Swagger. Learn about the changes you'll need to make to your Program.cs file to accommodate Minimal API endpoints.