Written a simple website uptime monitoring service...
# showcase
c
Written a simple website uptime monitoring service using C# powered by supabase https://twitter.com/atresnjo1/status/1430242463139106817
s
Nice write up. I'm curious as to the role C# plays in this as it seems you could have done all CRUD operations with Svelte using the Supabase JS client
c
That is true. Although the main point of the write up was to show some new .NET goodies, hence doing it all in C#. 🙂
I think for the one CRUD operation i would have needed to create a view as I've read that postgrest does not support such a nested filter.