TypeScript is a typed superset of JavaScript that compiles to
plain JavaScript.
(more…)
Read more »
Why is TypeScript getting so popular? Key development frameworks depend on it and it improves developer productivity in the ever-changing JavaScript world. The recent Stack Overflow Developer Survey and the annual RedMonk programming language rankings bot... (more…)
Read more »
SOLID principles using Typescript | The following article explains the SOLID principles by using Typescript. SOLID is an acronym for the first five OOP... (more…)
Read more »
This is were the fun starts! Setting up a mono repo from scratch. We will be using TypeScript, Yarn workspaces, Lerna, and Jest. The release of the packages will be done with Github Actions. In this… (more…)
Read more »
When writing a TypeScript library, it’s helpful to validate all the data passed into the library—at least in development—so that your library robustly handles the kinds of bad data it may receive from JavaScript and loose-mode TypeScript consumers. (more…)
Read more »