This is not really a bug report and I certainly don't want TypeScripts type system being restricted due to this issue. However, I noticed that the type system in its current form (version 2.2) ... (more…)
Read more »
I struggled to find an explanation from a low-level view of exactly how a “JavaScript type system compiler” is implemented. I understood… (more…)
Read more »
I recently decided to switch the engine of
Boardgame Lab from TypeScript
to Rust. Here is a summary of my experience with both languages. (more…)
Read more »
A simple guide to run any service on AWS with a CI/CD pipeline. We use Amazon ECS, ECR, ALB, CodePipeline, and CodeBuild to trigger deployments from git. (more…)
Read more »
Today we’re announcing the availability of TypeScript 4.6. If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kinds of func... (more…)
Read more »