In this article, I’d like to introduce you to some of the key concepts of TypeScript to get started with building enterprise-level JavaScript applications. What is TypeScript? It is defined as the typed superset of JavaScript which compiles to plain JavaS... (more…)
Read more »
Typescript implementation of Lox from http://craftinginterpreters.com/ - SawyerHood/lox-typescript... (more…)
Read more »
Sum types allow you to model that a particular value can be typed in one of many, pre-defined ways. This provides a lot of the flexibility you get from using... (more…)
Read more »
nodeapi-graphql-typescript - A skeletal GraphQL API written in Typescript... (more…)
Read more »