https://github.com/thorwebdev/edgy-edge-functions
The Edgiest Edge Functions out there!
https://github.com/thorwebdev/edgy-edge-functions
Last synced: 4 months ago
JSON representation
The Edgiest Edge Functions out there!
- Host: GitHub
- URL: https://github.com/thorwebdev/edgy-edge-functions
- Owner: thorwebdev
- Created: 2022-11-24T04:11:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T13:52:16.000Z (about 1 year ago)
- Last Synced: 2024-12-19T10:12:29.607Z (4 months ago)
- Language: TypeScript
- Homepage: https://youtube.com/playlist?list=PL5S4mPUpp4OulD3olUW8Eq1IYKpUbk5Ob
- Size: 53.7 KB
- Stars: 18
- Watchers: 1
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - thorwebdev/edgy-edge-functions - The Edgiest Edge Functions out there! (TypeScript)
README
# [Edgy Edge Functions - a Supabase Series](https://youtube.com/playlist?list=PL5S4mPUpp4OulD3olUW8Eq1IYKpUbk5Ob)
Edgy Edge Functions is a video series where we explore [Supabase Edge Functions](https://supabase.com/edge-functions) and [Deno](https://deno.land/) functionality and features.
If there's something you'd like to learn about, please [open an issue](https://github.com/thorwebdev/edgy-edge-functions/issues/new/choose) and let me know on [this Tweet thread](https://twitter.com/thorwebdev/status/1595719098863788032).
Thanks for stopping by! Denosaur and I will see you soon \o/
Find more [Supabase Edge Functions Examples here](https://supabase.com/docs/guides/functions/examples)!
## Episodes
1. [ [Video](https://youtu.be/jZgyOJGWayQ) | [Code](./supabase/functions/og-image/) ] Generating OG Images
1. [ [Video](https://www.youtube.com/watch?v=wW6L52v9Ldo) | [Code](./supabase/functions/og-image-storage-cdn/) ] Caching OG Images with Storage CDN
1. [ [Video](https://www.youtube.com/watch?v=l2KlzGrhB6w) | [Code](./.github/workflows/deploy.yaml) ] Deploying from GitHub Actions
1. [ [Video](https://www.youtube.com/watch?v=6OMVWiiycLs) | [Code](./supabase/functions/stripe-webhook/) ] Handling Stripe Webhooks
1. [ [Video](https://www.youtube.com/watch?v=AWfE3a9J_uo) | [Code](./supabase/functions/telegram-bot/) ] Building a Telegram Bot
1. [ [Video](https://www.youtube.com/watch?v=OwW0znboh60) | [Code](./supabase/functions/cloudflare-turnstile/) ] Better CAPTCHA with Cloudflare Turnstile
1. [ [Video](https://www.youtube.com/watch?v=J24Bvo_m7DM) | [Code](./supabase/functions/discord-bot/) ] Creating Discord Slash Commands
1. [ [Video](https://www.youtube.com/watch?v=ILr3cneZuFk) | [Code](./supabase/functions/import_map.json) ] Import Maps
1. [ [Video](https://www.youtube.com/watch?v=cl7EuF1-RsY) | [Code](./supabase/functions/postgres-on-the-edge/) ] Postgres on the Edge
1. [ [Video](https://www.youtube.com/watch?v=-U6DJcjVvGo) | [Docs](https://supabase.com/docs/guides/functions/schedule-functions) ] Scheduling Functions
1. [ [Video](https://youtu.be/F505n0d9iuA) | [Code](https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/postgres-on-the-edge) ] Caching Postgres on the Edge with PolyScale.ai
1. [ [Video](https://youtu.be/29p8kIqyU_Y) | [Code](https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions/openai) ] OpenAI with Edge Functions