#dependency-injection

[ follow ]
#spring
fromMedium
1 month ago
Java

Goodbye to @Autowired: Completely Removed it From My Spring Boot Code

@Autowired has fallen out of favor in modern Spring development as teams prefer constructor injection and explicit wiring provided by Spring Boot and newer practices.
fromMedium
1 month ago
Scala

Scala Dependency Injection for Java Developers (Part 1): Why Spring DI Feels Heavy

Spring DI uses runtime reflection and implicit wiring, giving convenience but causing hidden coupling, runtime resolution, and added complexity compared with Scala's explicit, compile-time approach.
fromMedium
1 month ago
Scala

Scala Dependency Injection for Java Developers (Part 1): Why Spring DI Feels Heavy

fromInfoWorld
6 days ago

Get started with Angular: Introducing the modern reactive workflow

Angular is a cohesive, all-in-one reactive framework for web development. It is one of the larger reactive frameworks, focused on being a single architectural system that handles all your web development needs under one idiom. While Angular was long criticized for being heavyweight as compared to React, many of those issues were addressed in Angular 19. Modern Angular is built around the Signals API and minimal formality, while still delivering a one-stop-shop that includes dependency injection and integrated routing.
Web frameworks
#scala
fromMedium
1 month ago
Web frameworks

Scala Dependency Injection for Java Developers (Part 4): Bugs Spring Allows That Scala Prevents

fromMedium
1 month ago
Software development

Scala Dependency Injection for Java Developers (Part 5): Where Scala DI Can Go Wrong

fromMedium
1 month ago
Software development

Scala Dependency Injection for Java Developers (Part 3): How Scala Replaces Spring DI Without a...

fromMedium
1 month ago
Web frameworks

Scala Dependency Injection for Java Developers (Part 4): Bugs Spring Allows That Scala Prevents

fromMedium
1 month ago
Software development

Scala Dependency Injection for Java Developers (Part 5): Where Scala DI Can Go Wrong

fromMedium
1 month ago
Software development

Scala Dependency Injection for Java Developers (Part 3): How Scala Replaces Spring DI Without a...

Web frameworks
fromInfoWorld
1 month ago

Spring Boot tutorial: Get started with Spring Boot

Spring Boot streamlines Spring with convention-driven defaults, dependency injection, and out-of-the-box packages to simplify Java web application configuration and common tasks.
Node JS
fromInfoWorld
2 months ago

Intro to Nest.js: Server-side JavaScript development on Node

Nest.js is a server-side, TypeScript-friendly, modular framework for Node.js with dependency injection and built-in components for scalable web application development.
Web frameworks
fromInfoWorld
2 months ago

A fresh look at the Spring Framework

Spring Framework modernized: retains powerful, convention-based dependency injection while integrating developer-friendly features for reactive, cloud, and serverless application development.
#aspnet-core
#laravel
fromMedium
6 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
6 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
6 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromMedium
6 months ago
Web frameworks

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

fromInfoWorld
5 months ago

How to measure coupled code

Coupled code refers to a situation where changes in one module directly affect another, causing unexpected consequences or bugs, making maintenance difficult.
Software development
fromInfoWorld
7 months 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
[ Load more ]