- End-to-end type safety for your serverless APIs Define your API contract once with Zod, serve it from your serverless functions, and generate TypeScript types for your clients.
Jeremy Colin
Jun 19, 2026 - 4 min read - My TypeScript recommendations and cheatsheet A set of recommended defaults and configuration options cheatsheet for good TypeScript configuration defaults.
Jeremy Colin
Mar 27, 2026 - 3 min read - How to deploy a versioned app to s3 Learn how to safely deploy a versioned static app to S3 with one folder per release allowing instant rollbacks.
Jeremy Colin
Oct 2, 2025 - 4 min read - Newcomer guide to Github Actions Master key concepts and best practices for your Github Actions workflows.
Jeremy Colin
May 14, 2025 - 7 min read - How to deploy safely with Netlify Learn how to run end-to-end tests for your pull requests previews and before you deploy your main branch to production with Netlify.
Jeremy Colin
May 7, 2025 - 7 min read - How to deploy safely with Vercel Learn how to run end-to-end tests for your pull requests previews and before you deploy your main branch to production with Vercel.
Jeremy Colin
May 7, 2025 - 5 min read - How to secure a private API key with Vercel Edge Functions Learn how to use Vercel Functions to secure a private API key to call a third party API from a browser client.
Jeremy Colin
Sep 3, 2024 - 4 min read