Happy Hacking

moon indicating dark mode
sun indicating light mode
Christian Schröter
Personal blog by Christian Schröter
Software Engineer with a passion

TypeScript 3.7 (Beta)

October 02, 2019

In the last post I've wrote about how you can incrementally bring the benefits of TypeScript's strict mode to all engineers on your team…

Moving to strict TypeScript

September 27, 2019

At my current company I'm working on project that has passed through many hands. A lot of good ideas and various frameworks have found their…

Pimp your terminal

May 10, 2018

Many developers spend quite some time working with a command-line interface. Unfortunately those tools tends to look dull. So let's change…

Set up your MacBook with just one command

May 05, 2018

There are a few ways to set up your Mac - some take more time then the others. Learn how to set up a new MacBook in the probably most…

How to debug NodeJS apps in VSCode

April 24, 2018

Debugging Javascript application can be quite tedious - especially if you add a transpiler like Typescript to the mix. But instead of…