2023 Review & 2024 Goals

A review of notable things I have done in 2023 and things I would like to achieve in 2024
Read more →

WebAuthN in Remix - FaceID, YubiKey, and more!

Adding WebAuthN to a Remix application for passwordless authentication, or MFA, with FaceID, TouchID, YubiKey, PassKeys and more!
Read more →

Godot Data Validation with Zodot

Zodot is a Godot data validation library that is lightweight and more extensible than GDScript’s type system. Zodot supports typed dictionaries, unions, schemas and more!
Read more →

My New Book! The Typescript Compiler API

I am proud to announce that my new book about The Typescript Compiler API is now available at https://typescriptcompilerapi.com!
Read more →

2022 Review & 2023 Goals

A review of notable things I have done in 2022 and things I would like to achieve in 2023
Read more →

React Query Codegen from OpenAPI

Rapini is a new tool that can generate custom React Query hooks using OpenAPI (Swagger) files. The Command Line Interface (CLI) tool will take a path to an Open API file and generate a package that includes react hooks, typescript types and axios http requests - and this package is conveniently bundled in a way that it can be published to NPM or any other package registry of your choosing.
Read more →