Hi, I'm Noah 👋
I'm a maker and freelance web developer based in Switzerland 🇨ðŸ‡
Latest posts
How I get better feedback on my PRs
July 11, 2023
This article is a guide that will show you how you can set yourself up to get better feedback on every pull request, and make your development and deployment workflow a lot faster.
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.