λ Blog
Notes on the things we build, and why they are built that way. More coming.
-
TypeFirst is live
Why we turned a house style into a public methodology — typefirst.io is now up, with the principles, a five-part course, a sixteen-part build-it-yourself series, and the honest costs.
-
ts-bedrock — the argument, in a repository
A TypeScript monorepo where one shared Core binds an Express API to a Vite frontend, and five levels of types describe the whole application. The template we start every project from.
-
A headless autocomplete for Elm
Autocomplete is two problems wearing one name — timing and appearance. elm-autocomplete solves the first completely and refuses to touch the second.