• GitHub
  • Bluesky
  • Mastodon
  • Twitter
  • LinkedIn
  • Stack Overflow
  • RSS
  • Blog Posts

    An overview of all technical articles I have been writing on this blog and for external customers

    Author:


    Comparing Four different approaches towards Dependency Injection: Part II of Dependency Injection for Modern Swift Applications

    Comparing Four different approaches towards Dependency Injection: Part II of Dependency Injection for Modern Swift Applications

    Discover the art of Dependency Injection in Swift applications. This article compares four key approaches - Manual Tree, EnvironmentObject, Factory, and Needle - to help you choose the right DI strategy. It breaks down the pros and cons, providing insights into making your Swift applications more robust and maintainable. A must read to enhance your Swift development skills.