Demystifying Dependency Injection
Beschreibung:
Dependency Injection (DI) is an important concept in Software
development that helps create cleaner, easier-to-maintain code. In this
talk, I'll explain the basics of DI, how it works, and why it's useful.
DI helps reduce the tight connections between parts of your application
by letting frameworks like Spring manage how objects are created and
linked together. You've probably used DI through annotations like
@Autowired, @Inject, or similar. I'll show you how these annotations
work in practice and how they can make your code more flexible and
easier to test. Whether you're new to DI or want a clearer
understanding, this session will provide the knowledge you need to
improve your code.
Vortragender:
Jens is a senior software engineer working for OpenValue in Düsseldorf.
He likes working in different environments, architectures and
technologies.
The insights he gathers are things he likes to share in through talks or
blog posts.