Hi, I'm Noah 👋
I'm a maker and freelance web developer based in Switzerland 🇨ðŸ‡
Latest posts
Supabase Authentication in Next.js Middleware with tRPC
May 11, 2023
The article explains how to implement Supabase authentication in Next.js using tRPC and Auth Helpers. It provides steps on how to set up Supabase, handle sign-up, sign-in, forgot password functionality, and how to protect routes using Next.js Edge Middleware.
Avoiding trailing slashes in URLs on Astro Vercel deployments
March 7, 2023
How Astro's handling of trailing slashes in URLs caused SEO issues on my blog.
Supabase with TypeScript: using tRPC and Prisma to achieve end-to-end typesafety
December 6, 2022
This guide will show you how to achieve end-to-end typesafety in a Supabase app with Next.js, tRPC and Prisma.