ishan0102 / engblogs

learn from your favorite tech companies
https://engblogs.dev
MIT License
162 stars 16 forks source link

Add supabase #1

Closed ishan0102 closed 1 year ago

ishan0102 commented 1 year ago

This needs a database. I thought of adding a bash script that periodically fetches new posts from RSS and adds them to Supabase. The frontend would then read from this db upon pageload and Vercel should cache requests to prevent slow loading. We can add pagination or infinite scroll if necessary. In any case, there are only 750 (and growing, slowly) posts so it shouldn't matter too much.

ishan0102 commented 1 year ago

done