© 2026 Hashnode
The world of web development is constantly evolving. We've moved from monolithic servers to microservices, then to serverless functions, and now we're on the cusp of a new era: Edge Computing. Amidst this paradigm shift, a web framework was born, des...

Imagine describing an app in plain English and having it fully built. Frontend, backend, database, security, and even AI features, all set up and deployed within minutes. That’s not a futuristic dream anymore. It’s what Lovable does when paired with ...

Prerequisites Assuming you have your local Supabase CLI setup and linked to your remote project. Make sure Supabase is running with: supabase start Creating a New Edge Function Run this to create a new edge function named 'admin-list-all-users': sup...

Supabase 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...

One 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...
