Rodrigo Mansueliblog.mansueli.com·a day agoExecuting Dynamic JavaScript Code on Supabase with Edge FunctionsSupabase is a powerful backend service that makes it easy for developers to work with real-time data, authentication, and more. One of the most interesting features it offers is Supabase Edge Functions, which allow you to create and run serverless fu...Discusssupabase
Hirameichgi.hashnode.dev·Sep 5, 2024Simplify Feedback Evaluation with Chat GPT and Supabase Edge FunctionsOne of the tasks for a side hustle I am building requires me the evaluation of users feedback. And given I am adopting the usage of AI agents in all the development process I decided to implement Chat GPT evaluations for it. The following is the code...Discuss·26 readssupabase
Saurabh Tailorsaurabhtaylor.hashnode.dev·Jul 11, 2024Mastering Hono: Simple Steps with BunWhat is Hono ? Another JS framework ? can say so but it is so powerful , once u get hands on this framework u are not goin back to express. It is a JS library , mostly used in Serverless architecture. 💡 what is serverless architecture and why u ne...Discusshono
Omid Eidivandiserverlessfolks.com·Jan 13, 2024Fight with Lambda@Edge pitfallLambda Edge is a niche feature of CloudFront and is highly used by customers for different requirements which are a fit to be processed at edge level. I used the lambda edge in two following cases: Security & Compliance Cache optimisation A/B Test...Discuss·40 readscloudfront
Stewart Brackenstewartcodes.hashnode.dev·Jan 8, 2024How to incrementally adopt Edge functions with multiple TRPC backendsWhile researching edge functions for improving performance on my company's app lore.xyz, I found a way to get the client type safety of TRPC with the performance improvements of edge functions all bundled into a familiar trpc client API. But I needed...DiscussReact
Rodrigo Mansueliblog.mansueli.com·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·751 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·28 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·61 readsNext.js
Rodrigo Mansueliblog.mansueli.com·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·2.2K readsDeno
Rodrigo Mansueliblog.mansueli.com·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·357 readsMySQL