Entroblog - Powered by Entrostat

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!

Breaking up a Single Git Branch into Multiple Features

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 Typescript Project (Nestjs in our case) Running in a Docker Container using Webstorm (or any IDE)

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 Multiple Domains using HAProxy (HTTP and HTTPS)

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!

Setting up a Database Module in Nest.js

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!

Entroblog - Powered by Entrostat © 2026