sean leehumblenimble.hashnode.dev·Sep 2, 2024Experience with PREFERRED_PROVIDERWhat to do Implementing the optional use of recipes that build source code and recipes that use prebuilt packages. I could have used PREFERRED_VERSION, but that doesn't fit the purpose of choosing between multiple recipes, so I used PREFERRED_PROVIDE...preferred-provider
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jul 19, 2024NestJS Providers: The Core Building Blocks of Dependency InjectionNestJS is a powerful framework for building scalable and maintainable server-side applications. One of its key features is the robust dependency injection system, which revolves around the concept of providers. In this blog post, we'll dive deep into...71 likes·52 readsclass providers
Makafui Tsaglitsmakaay.hashnode.dev·Apr 18, 2023Day 19 of Flutter - Authentication ServiceIn this phase, I worked on creating an auth service for my Firebase authentication since I was previously handling that in the UI source code of my app. So I'll discuss why we use the auth service and explain how it was done as much as I can. Why Aut...32 readsauthentication