Posts tagged "TypeScript"

There are 3 posts in this category. You can also view all tags.

2025

Python-style kwargs in TypeScript

A pain-free way to write expressive, readable typed option bags in TypeScript.

2023

Creating a Static Media Review Site Backed by Airtable

My experience building a static site backed by an Airtable database, including some fairly complex TypeScript.

2021

Python Dataclasses from Scratch

Learn about Python's dataclass module and implement a working version from scratch!