Packaging NestJS Modules for NPM Installs
Create and package NestJS modules and push them to the npm registry. Now you can npm install them anywhere and start using them straight away!
Create and package NestJS modules and push them to the npm registry. Now you can npm install them anywhere and start using them straight away!
Sometimes we forget to change branches when developing or we just want to break up a feature. Here's a tutorial on how to get it done!
Debugging a project that runs in a Docker container can be tough! This guide runs through debugging a Typescript project (Nestjs) using Webstorm and docker. Although the guide uses Nestjs as the framework and Webstorm as the IDE, it should work in general for any IDE and any Typescript project.
Routing to multiple domains over http and https using haproxy. The SSL certificates are generated by the hosts so haproxy doesn't need to have anything to do with that, this makes for a super easy setup!
There were a couple of mistakes that I made when setting up a Nestjs database module. Hopefully this will help you avoid the same errors!