ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jul 23, 2024NestJS Module Best Practices for Clean Code OrganizationNestJS is a powerful framework for building server-side applications using Node.js. It is built with TypeScript and offers an out-of-the-box application architecture that allows for the creation of highly testable, scalable, and maintainable applicat...38 likes·159 readsmodular approach
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