Mayursinh Parmarmayursinhdevblog.hashnode.dev·Mar 26, 2024Topic: 10 Understanding Dependency InjectionHello devs, Today, we'll discuss Dependency Injection. Many tasks that we typically write manually in code can be automated with the help of dependency injection. We simply need to instruct the DI framework about the dependencies we require and how t...DiscussAndroid basic to advanceAndroid
Michał Konkelmichalkonkel.dev·Nov 14, 2022KTOR as a backend - part 2In this blog post, we will take significant steps to enhance our game shop backend by incorporating Dependency Injection and integrating a robust Database system. First, we will explore the concept of Dependency Injection, understanding how it can he...DiscussKTOR backend in a nutshellktor