I got into web-development around 2008. Those were simpler times. All you had to do was to write some basic HTML / javascript and then use your favorite FTP client to upload the files to your hosting companies cPanel. Times have certainly changed... | Tho... (more…)
Read more »
Today we’re proud to release TypeScript 3.8!
For those unfamiliar with TypeScript, it’s a language that adds syntax for types on top of JavaScript which can be analyzed through a process called static type-checking. This type-checking can tell us about er... (more…)
Read more »
I recently read Asana's blog post on TypeScript quirks and took particular interest in the first TypeScript quirk they mention. While it may seem like an inconsistency, the way the type system behaves here is entirely logical. (more…)
Read more »
DRY Type Checked Encoders and Decoders in TypeScript 2.1 using Mapped Types...
Read more »