#dependency-injection

[ follow ]
fromInfoWorld
1 month ago

Ktor adds dependency injection and HTMX modules

Ktor 3.2.0 introduces a dependency injection module that enhances functionality for users, with concurrent application initialization via coroutines and integration with existing frameworks.
Web frameworks
#data-access-layer
fromInfoWorld
3 months ago

How to use the IServiceProvider interface in ASP.NET Core

IServiceProvider enhances service dependency resolution in ASP.NET Core, improving application maintainability and testability.
Angular
fromHackernoon
4 months ago

Refactoring 024 - Replace Global Variables with Dependency Injection | HackerNoon

Replacing global variables with dependency injection improves testability and reduces coupling.
fromHackernoon
5 months ago

Code Smell 293 - You Should Avoid Adding isTesting or Similar Flags | HackerNoon

Adding flags like isTesting creates hidden paths only active in tests, risking the introduction of testing behaviors into production, leading to bugs and unpredictable behavior.
DevOps
#micro-frontends
fromMedium
4 months ago
Mobile UX

Micro Frontends: Achieving Full Team Autonomy with Build-Time Integration

Micro frontends are implemented through a subscriber component that manages their registration and shared context.
fromMedium
5 months ago
Mobile UX

Micro Frontends: Achieving Full Team Autonomy with Build-Time Integration

The subscriber component manages MFEs integration, providing a shared context and API for registration.
Mobile UX
fromMedium
4 months ago

Micro Frontends: Achieving Full Team Autonomy with Build-Time Integration

Micro frontends are implemented through a subscriber component that manages their registration and shared context.
Mobile UX
fromMedium
5 months ago

Micro Frontends: Achieving Full Team Autonomy with Build-Time Integration

The subscriber component manages MFEs integration, providing a shared context and API for registration.
fromHackernoon
1 year ago

How to work with Koin Scopes in Jetpack Compose Navigation | HackerNoon

Combining Jetpack Compose Navigation with Koin scopes enhances dependency management in modern Android applications.
fromMedium
8 months ago

Dependency Injection with Implicits in Scala

Implicit-based Dependency Injection in Scala provides a lightweight, type-safe alternative to traditional DI frameworks, simplifying dependency management without sacrificing compile-time verification.
Scala
JavaScript
fromHackernoon
9 months ago

How to Stop Making Singletons in Swift: A Dependency Injection Guide | HackerNoon

Transitioning from singletons to dependency injection in SwiftUI enhances flexibility, testing ease, and adaptability.
fromMedium
9 months ago

Java 23, SpringBoot 3.3.4: API Flow & Logging-Part 4

AOP enhances logging management in Spring applications by reducing code clutter and providing a clear separation of concerns.
fromCodeProject
10 months ago

How to Handle Cyclic Dependency Between Beans in Spring?

Cyclic dependencies in Spring cause initialization issues due to mutual bean dependencies, leading to potential errors during runtime.
[ Load more ]