speedy.js - Accelerate JavaScript Applications by Compiling to WebAssembly... (more…)
Read more »
Use this minimalistic JavaScript test runner in a TypeScript project now... (more…)
Read more »
There are so many way to implementation approaches for implementing least recently used cache in so many languages. (more…)
Read more »
Over the past few months, I've been experimenting with leveraging TypeScript's type system to give us more reliable code that lines up well with our product and customer success teams' language, in true domain-driven design fashion. Along the way I've bee... (more…)
Read more »
Chances are you’ve worked with the <code>any</code> type in TypeScript. It’s widely overused, and subtly dangerous. Let’s explore why you should avoid it, and when you might truly need to use it. (more…)
Read more »