RoshanGavandiMastering Dependency Injection: Your Blueprint for Modern .NET DevelopmentAs a software architect, I’ve witnessed firsthand how the evolution of software complexity has driven the need for better design patterns…2d ago
InTowards DevbyBagus BrahmantyaDependency injection in Go with Google WireSeparation of concerns, loosely coupled system, and dependency inversion principle, among other things, are well known concepts in software…Apr 57
Dulanjaya SandaruwanSpring Doesn’t Recommend @Autowired AnymoreIn the world of Spring development, particularly Spring Boot, the @Autowired annotation has long been a staple for injecting dependencies…Nov 19Nov 19
Tushar SharmaSay Goodbye to Dependency Over-Injection in ViewModelsAs your app grows, so do the dependencies your ViewModels require. Injecting multiple dependencies directly into a ViewModel’s initializer…1d ago1d ago
InAndroid DevelopersbyJonathan KorenDependency Injection in ComposeLearn how Hilt provides and scopes dependencies in a traditional Android app and Compose changes our approach.Apr 913Apr 913
RoshanGavandiMastering Dependency Injection: Your Blueprint for Modern .NET DevelopmentAs a software architect, I’ve witnessed firsthand how the evolution of software complexity has driven the need for better design patterns…2d ago
InTowards DevbyBagus BrahmantyaDependency injection in Go with Google WireSeparation of concerns, loosely coupled system, and dependency inversion principle, among other things, are well known concepts in software…Apr 57
Dulanjaya SandaruwanSpring Doesn’t Recommend @Autowired AnymoreIn the world of Spring development, particularly Spring Boot, the @Autowired annotation has long been a staple for injecting dependencies…Nov 19
Tushar SharmaSay Goodbye to Dependency Over-Injection in ViewModelsAs your app grows, so do the dependencies your ViewModels require. Injecting multiple dependencies directly into a ViewModel’s initializer…1d ago
InAndroid DevelopersbyJonathan KorenDependency Injection in ComposeLearn how Hilt provides and scopes dependencies in a traditional Android app and Compose changes our approach.Apr 913
InProAndroidDevbyArnaud GiulianiBenchmarking Koin vs. Dagger Hilt in Modern Android Development (2024)How Koin scales and performs compared to Hilt, using practical benchmarks and insights.Nov 278
Karam YaaqbaUnderstanding Dependency Injection Scopes in C#Dependency Injection (DI) is a design pattern that helps create loosely coupled, testable, and maintainable applications. Instead of…1d ago
Jacob BartlettDependency Injection DemystifiedWrite robust and maintainable software using modern language featuresJun 6, 20234