Visual Studio Code allows distinct user and workspace settings while still adhering to the workspace settings of your team's project all within one project.
This series covers building a simple REST API using the Prisma ORM and Postgresql. Here, I'll explain how to use this Prisma client in our express server.
Console.log() isn't the only Javascript debug tool. Visual Studio Code has great features to track bugs. Use VS Code's debugging feature for Javascript.