Skip to content
Projects

Built by me

Published npm packages

Datasketch · Maintainer · 2026

Screenshot of the Published npm packages site

Writing the first version of a library is the easy half. Getting to release 22 without breaking the build of everyone who depends on you is the half that takes judgment: a public API that does not churn, types that let the library explain itself, and semver you can actually trust.

bases-client is a TypeScript client giving type-safe access to a REST API for tables, records, fields and views. I have maintained it since July 2024, across 22 published releases and with a single runtime dependency. monkeytab is an embeddable, editable React table built on TanStack, with react and react-dom as peer dependencies, virtualized rows and tests with coverage.

Technologies

TypeScript, Node.js, React, TanStack, npm

Visit the site