HomeLearnings
2 entriesThings I learned
I keep this for myself, so the things that cost me an afternoon only ever cost one. Mostly configuration that is obvious in hindsight and documented nowhere in one piece. If you have wandered in and find something useful here, all the better.
- 02
Building a Rambox alternative in Electron
Why I built one on WebContentsView instead of webview, and the three bugs that taught me the most: orphaned session partitions, a domain check missing a dot, and hibernation that killed running work.
- 01
How to set up Resend as SMTP on Supabase
Supabase's built-in mailer only delivers to your own team and caps at two messages an hour. Swapping in Resend takes ten minutes, and the step everyone forgets is the rate limit.