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 currently solves a lot of issues with working with JavaScript today. From type checking itself, transpiling, to AST and language services for compilers, linters, and editors. The gradual... (more…)
Read more »
HEADS UP: BIG RESTRUCTURING UNDERWAY
The Svelte repo is currently in the process of heavy restructuring for Svelte 4. After that, work on Svelte 5 will likely change a lot on the compiler aswell. F... (more…)
Read more »
:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your cod... (more…)
Read more »
Implementation of do-notation for monads in typescript - GitHub - vlova/ts-monads-do-notation: Implementation of do-notation for monads in typescript... (more…)
Read more »