speedy.js - Accelerate JavaScript Applications by Compiling to WebAssembly... (more…)
Read more »
Disclaimer: this article assumes intermediate knowledge of both TypeScript and React. Concepts you should be familiar with include Higher Order Components and utility TypeScript types such as Pick<T, K> and Omit<T, K>. A few we... (more…)
Read more »
Before taking a break from the enterprise big data world to build own projects I looked for tech stacks to optimize productivity for indie makers (and other non-infrastructure businesses) and wrote Is TypeScript the only language your company needs? back ... (more…)
Read more »
My daily contemplations about writing Code, Application Security, and Languages. (more…)
Read more »
Lately we’ve been noticing a lot of NaN’s show up in our app. We search for the source and find the following code: We sigh to ourselves, and decide maybe it’s finally time to add a type checker. We… (more…)
Read more »