Airtable’s codebase follows an ethos of continual evolution. We’re unafraid of ripping out old code when it no longer meets our needs or introducing new technologies and patterns to reflect the… (more…)
Read more »
Kretes is a programming environment for TypeScript applications built on top of Visual Studio Code. It combines a web framework with an editor into an integrated, battery-included solution.
(more…)
Read more »
This is were the fun starts! Setting up a mono repo from scratch. We will be using TypeScript, Yarn workspaces, Lerna, and Jest. The release of the packages will be done with Github Actions. In this… (more…)
Read more »
Suggestion 🔍 Search Terms JavaScript class, TypeScript interface, duck-typing, anonymous object ✅ Viability Checklist My suggestion meets these guidelines: This wouldn't be a breaking change in... (more…)
Read more »
With this PR we implement Instantiation Expressions which provide the ability to specify type arguments for generic functions or generic constructors without actually calling them. For example:
fun... (more…)
Read more »