ubuntu 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.
ubuntu 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!
ubuntu Tutorial: Install and Configure Zsh on Ubuntu Using Oh My Zsh vastly improves Zsh and allows you to make your terminal behave, look and feel however you want
vagrant Setting up Vagrant Ubuntu VM (VirtualBox Provider) to run Docker Compose Node + Angular 6 Project with File Change Detection on Windows Host Ever struggled setting up a node project within an Vagrant Ubuntu VM on a Windows host? If so then this blog article is for you!