Some of my recent thoughts on life, development, and tech industry.
Adding a Root Error Component to a shadcn/ui Form
When building a form with shadcn/ui, there are existing form error messages for form fields, but there is no component to display the root error of the form.
Enable Database Connection Pooler in Supabase’s Local Development
Notes on how to enable database connection pooler in Supabase
Extending Supabase Auth Users Table
Recently, I worked on a project that uses Supabase, and it has a Profile feature for users that required me to extend Supabase’s auth.users table.