In order to ensure that our website runs as fast and efficiently as possible, we often use performance analysis tools to take a look at what is happening inside the browser, specifically on more constrained devices such as Mobile Phones. It was during one... (more…)
Read more »
Notes on picking between polymorphism and discriminated unions when writing typescript... (more…)
Read more »
In this blog post, we explore how we can compute with types at compile time in TypeScript. (more…)
Read more »
Hi my name is Ryan, and this is my first post on dev.to. I regularly write for medium.com but I wante... (more…)
Read more »
TypeScript 2.3 introduces a new --strict compiler option that enables a number of other compiler options related to stricter type checking. (more…)
Read more »