Recent
:
I had a lovely holiday and I’m on vacation until the new year. I’m going to spend time catching up on my five year journal and planning out the next five years. There are college plans for one kid, figuring out high school plans for another and finishing up my “homeschooling the kids” journey.
Supabase, Deno and Server Side Rendering
A project I’m currently working on is using Supabase for its database and authentication layer. And so far so good. That is until I wanted to move all the calls to the Supabase API server side for server side rendering (SSR). Now, they do have lots of documentation and tutorials out there and a bunch of third party tutorials all over the web. But nothing quite fit what I was trying to do. I’m using Deno, for server side JavaScript, and I figured with Supabase’s SSR package it would be a pretty easy to implement. You know what they say about assumptions ð
Since I’m not âĶ
Featured Adventures