This is a walk-through of a real commercial system written in TypeScript. Static types are used to ensure that the backend code uses the database's data corr... (more…)
Read more »
Typescript implementation of Lox from http://craftinginterpreters.com/ - SawyerHood/lox-typescript... (more…)
Read more »
Today we’re excited to announce the release of TypeScript 4.2! For those who aren’t familiar with TypeScript, it’s an extension to JavaScript that adds static types and type-checking. With types, you can state exactly what your functions take, and what th... (more…)
Read more »
Reusable type branding in TypeScript. Contribute to kourge/ts-brand development by creating an account on GitHub. (more…)
Read more »
In this ongoing series, I am putting together a Github Repository Template for my "Go To" front-end tech stack of Next.js, React, TypeScript etc. In the 2nd part of the series, I set up ESLint to work with TypeScript. In this post, we will get Jest T... (more…)
Read more »