Tutorial

Tutorial

Using the Switch(true) Pattern in JavaScript

The switch true pattern isn't well known but it is incredibly useful. It's not a JavaScript specific pattern, but I use it in almost every single project.

Read
Tutorial

Using Git Bisect to Find Code Regressions

Want to find out the exact commit that introduced a bug to your code? Git Bisect is just the tool for the job.

Read
Tutorial

Getting Started With Docker (Part 1)

What is docker? Why do I need it? How do I use it? If you're asking any of these questions, this article is for you.

Read
Tutorial

Understanding TypeScript Generics

TypeScript generics can be confusing for beginners. This article explains why they are useful and when to use them.

Read
Tutorial

What is TypeScript and why should I use it?

A beginner's guide to TypeScript. What is TypeScript? What problems does it solve? Why should I use it?

Read