TypeScript Interface vs. Type, which to use and why

Many developers are confused when choosing between a TypeScript interface or a type. This is probably because they’re very similar with minor differences. Let’s explore… Read more

Similar

TypeScript 5.1

Today we’re excited to announce the release of TypeScript 5.1! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript by adding constructs called types. These types can describe some details about our program, and can be che... (more…)

Read more »

Setting up TypeScript with Node.js

Whilst it can front-load some of the effort required to build a large-scale JavaScript application, over the last couple of years I've found TypeScript to be something that protects both you (or future you) and the people you work with the longer a projec... (more…)

Read more »