Skip to content
On this page

API

I mostly deploy HTTP services with Cloudflare Workers using TS's Hono library.

Together with using Grafbase for making new GraphQL endpoints fast.

Linear API is interestingly made. Stripe has nice API docs too. Apiker seems nice for releasing my APIs. ReadmeIO API is great for generating OpenAPI definitions.

Redocusaurus seems nice for API docs. Svix is great for webhooks. tRPC is nice for API access.

Love using Dash and it's Alfred workflow on macOS for searching docs.

Mock Service Worker is great for mocking APIs. Step CI seems nice for automated API testing.

Other

Notes