ESLint 30 Jun 2023 · 6 min read Improve Your Code Quality with ESLint: Best Practices and Common Errors Learn how to leverage ESLint, a powerful tool for linting JavaScript and TypeScript code. From understanding different types of rules, setting up plugins, dealing with common errors to creating custom rules and ignoring files Read more
Prisma 19 Jun 2023 · 6 min read Integrating Prisma with NestJS: A Practical Approach to Developing Robust Web Apps Explore how to use Prisma, a type-safe database client and ORM, alongside NestJS, a popular TypeScript server-side application framework, to create powerful and scalable web applications. Learn how Prisma works, its integration with NestJS, and how it can help you build robust applications with ease Read more