typescript Cool Typescript features I've learnt over the years We've used Typescript in a lot of projects and over time I've kept track of a few things I think are cool.
nestjs 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!
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.
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!
nestjs 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!