Parse, don’t validate, incoming data in TypeScript

How to work with libraries like io-ts, Runtypes and Zod to parse all incoming & outgoing data in your applications type safely. Read more

Similar

Why Become a TypeScript Fan?

In this article, I will discuss my journey from being an anti-TypeScript developer to a developer who now couldn’t think of going back to the plain JavaScript world. Maybe my thoughts can help… (more…)

Read more »

TypeScript 4.6 RC

Today we’re excited to announce our Release Candidate (RC) of TypeScript 4.6! Between now and the stable release of TypeScript 4.6, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet,... (more…)

Read more »

Hybrid Types in TypeScript

Yesterday I’ve been refactoring one of our internal library in GWI from JavaScript to TypeScript. As a JavaScript veteran I like to use some edgy non-conventional & pre-ES 2015 coding styles. I’m not using prototype, class or this much often. I’...

Read more »