TypeScript's type system has grown steadily more powerful over the past five years, allowing you to precisely type more and more patterns in JavaScript. The upcoming TypeScript 4.1 release includes a particularly exciting new addition to the type ... (more…)
Read more »
Simple Typescript to Lua 5.1 compiler, used for World of Warcraft addons - wowts/tstolua... (more…)
Read more »
A monorepo is a single repository that is used to manage multiple projects. In this blog post, weβll explore how to set up a simple monorepo for two npm packages. All we need is already built into npm and TypeScript. (more…)
Read more »
TypeScript constantly evolves with monthly updates to the langauge. This is a list of 10 of my favorite recent additions to the language and its tooling that you might have missed. (more…)
Read more »
Domain Driven Design and typed functional programming in TypeScript... (more…)
Read more »