Recently in RxJS Primitives I encountered a situation where
one of the methods - concat was initially
designed to take an argument list of strings and in the method used rest (...args) parameters, mimicking the signature
and passing them to the String.pro... (more…)
Read more »
Simple Typescript to Lua 5.1 compiler, used for World of Warcraft addons - wowts/tstolua... (more…)
Read more »
Today we’re excited to release the beta of the next major milestone in the TypeScript programming language: TypeScript 4.0. This beta takes us on our first step into TypeScript 4.0, and while it brings a new major version, don’t fret –... (more…)
Read more »
tl;dr: This is a walk-through for setting up a monorepo for react with a typescript module powered by lerna. If you don’t want to follow… (more…)
Read more »
I'm a fan of automating this type of thing since I do it in almost every project I ever start up. I just like the autoformatting and clean look of the code too much to go without now (probably says something about my personality :P).
To do this quick... (more…)
Read more »