Blogs
Supabase limts access to SMTP service
Ken Fowler
-
Mon Sep 30 2024
Learn how to configure a custom SMTP service with AWS SES and Supabase to maintain email authentication after Supabase's changes to their default email provider. This guide provides an overview of domain setup, SMTP configuration, and integrating it with Supabase.
What is a File?
Ken Fowler
-
Thu May 30 2024
Part 1 of a deep dive into how files are sent across a network by a web application. Let's start with understanding files.
NextJS Loading UI and Streaming
Ken Fowler
-
Fri Oct 13 2023
Enhance your user experience and performance by using streaming and a loading UI in NextJS.