Latest posts
Handle multiple databases with Prisma
We can use the Prisma ORM to access multiple database in the same project. Here we will see how to do it.
Automated npm package deployment using semantic versioning
A fully automated package deployment workflow with semantic versioning is great, and it is not hard to set it up. This guide will explore how to do it using GitHub Actions and the npm package semantic-release.
Create a monorepo with npm workspaces
npm 7 introduced the concept of workspaces to facilitate the management of monorepos. Here we will explore how to create one, manage local and external dependencies, and more.