If you want help reguarding something, feel free to reach out to me.
Beginner's guide to monorepos and turborepo.
In this article we will look at how to manage monorepos using turbo repo.
Monolithic repositories or monorepos are code bases where multiple projects are stored in a single place. Code can be shared between multiple projects and versioned separately....
Detailed Introduction To Prisma ORM
Prisma is an open-source object-relational mapper (ORM) tool for Node.js and TypeScript. In this article, we will cover the basics of Prisma and understand how it works.
What is an ORM?
Object Relational Mappings or ORMs provide a high-level abstract...
Vite: The Fast, Simple, and Efficient Build Tool for Web Developers
If you're a developer who's looking for a faster, simpler and more efficient way to build web applications, then Vite might be just what you need.
In this blog post, we'll learn to use Vite, and how it can help you build your web applications more qu...