Rodrigo Mansuelimansueli.hashnode.dev·Oct 10, 2023Building a Slack Bot for AI-Powered Conversations with SupabaseIn today's tech-driven world, integrating AI into your communication tools can enhance productivity and user experiences. Slack, a widely used team collaboration platform, allows developers to create custom bots that automate tasks and provide intell...Discuss·1 like·353 readsslack
Neeraj Muktablogs.neerajmukta.com·Aug 21, 2023Serverless Functions vs Edge Functions vs Cloudflare workersLet’s quickly understand the differences between these 3 server-less technologies. If you are like me and have been too busy to get a glimpse of the whole server-less hype, stay tuned. What are Serverless Functions? As the name suggests they are func...Discuss·2 likes·27 readsserverless
Saran Weerakunimekachi.hashnode.dev·Jul 12, 2023How to fix Error Package subpath './server.edge' is not defined by "exports" on NetlifyIf you're using Next.js 13.3+ and deploying with Netlify, you might have run into a "500 Internal server error" on your page. Upon looking into the SSR log you might find this error. Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './server.ed...Discuss·33 readsNext.js
Rodrigo Mansuelimansueli.hashnode.dev·Jul 11, 2023Testing Supabase Edge Functions with Deno TestBackend development requires robust and reliable tools in today's rapidly evolving technology landscape. While Firebase has been a go-to choice for many developers, there is now an open-source alternative called Supabase that offers a PostgreSQL-base...Discuss·860 readsDeno
Rodrigo Mansuelimansueli.hashnode.dev·Jun 27, 2023How to Create a Pseudo MySQL Foreign Data Wrapper for Supabase with PostgreSQL and Edge FunctionsIn this blog post, we will explore how to create a pseudo-MySQL foreign data wrapper for Supabase using PostgreSQL and Supabase's Edge Functions. We'll discuss the motivation behind this wrapper and how it enables developers to fetch data from a MySQ...Discuss·223 readsMySQL
Rodrigo Mansuelimansueli.hashnode.dev·Jun 20, 2023Building a Queue System with Supabase and PostgreSQLSupabase is an open-source alternative to Firebase that offers a wide range of capabilities for building robust and scalable applications. One of the key advantages of Supabase is its integration with PostgreSQL, a powerful and reliable database mana...Bert Cammayo and 2 others are discussing this3 people are discussing thisDiscuss·21 likes·2.6K readsqueue
Rodrigo Mansuelimansueli.hashnode.dev·May 10, 2023Allowing users to invite others with Supabase Edge FunctionsIn this blog post, we will discuss how to allow users to invite other users to your application using Supabase edge functions. We will focus on using custom claims and Supabase Edge Function to achieve this functionality. Prerequisites Please ensure ...Discuss·4 likes·833 readsPostgreSQL
Mukund Jogimukundjogi.hashnode.dev·May 4, 2023Unlocking the Potential of Dart's Edge FunctionsWhat are Edge Functions?Edge Functions are serverless functions that are designed to be executed at the edge of a network. These functions are executed at the point closest to the user, which results in faster response times and reduced latency. Inve...Discuss·18 likes·79 readsEdge-Functions
Alain IglesiasProblog.aiherrera.com·Apr 30, 2023Unleash the power of automation by scheduling Supabase Edge FunctionsIntroduction In my last article, we covered how to create a manage Supabase Edge Functions. Today I'll be covering the process to create a cron job to automate the execution of our edge functions to run at whatever time we needed to run them. Getting...Discuss·10 likes·807 readsSupabase: One for Allcronjob
Christosdartling.dev·Apr 25, 2023Full-stack Dart with Flutter, Supabase and Dart EdgeIntroduction Supabase has recently had its 7th Launch Week, with lots of new features and functionality shipped by the Supabase team as well as the community. One of the community highlights was Dart Edge for Supabase Edge Functions. Built by Inverta...Discuss·4 likes·2.0K readsDart