TypeScript 5.6 Is a Game-Changer

The TypeScript team has unveiled the beta version of TypeScript 5.6, and it’s brimming with features designed to make our lives easier. Catching Logical Errors Early: Disallowed Nullish and …

Generating Licence Keys with TypeScript

I’m always looking for fun little coding challenges that are not full projects, and I thought I would do a fun little licence key generator using Typescript. Step 1: Setting Up the Project …

How to parse VIN numbers using TypeScript

In this blog post, we’ll create a simple TypeScript module for parsing Vehicle Identification Numbers (VINs). VIN is a unique 17-character code the automotive industry uses to identify …

How to Build a Key Generator with TypeScript

Today, we’re going to build a license key generator. This flexible generator will allow you to create keys of varying lengths and segment sizes. We’ll also include a validation function to …

Where Did All The TypeScript Haters Go?

TypeScript is a statically-typed superset of JavaScript introduced by Microsoft in 2012. It’s a language that some developers love to hate, but over the years, TypeScript has won over many …