Hi, I am Samyabrata Maji.
-
✍️ Student of Computer Science at Maulana Abul Kalam University of Technology, West Bengal
-
🔭 Currently learing PostgreSQL
-
❓Ask me anything about Open Source and Web Development.
-
📨 How to reach me 👉 click here
Here's a list of all the technologies I have used. The ones I use the most are listed first.
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...