Nguyen Engineernguyengineer.dev·Nov 15, 2024Self-host your Wakatime stats for (almost) free with Supabase Postgres + Google Cloud RunIn my previous post, I introduce the project Wakapi - an alternative to Wakatime but it totally free, it mean you have to self hosted it somewhere. https://hashnode.com/post/cm3i8c9mp001609ku3rhieuku The database Wakapi provide several choices of d...Discuss·2 likeswakatime
Yoeven D KhemlaniforJigsawStack Blogblog.jigsawstack.com·Nov 8, 2024Use AI to summarize large content in your Postgres databaseVideo tutorial: https://youtu.be/3l3wRoLhb-o Summarization might seem like a basic task but can be pretty challenging to extract quality and relevant chunks, rewrite it for larger content then to form a summarization. Summarizing a research paper req...DiscussAI
ilham adhimilhamadhim.hashnode.dev·Nov 4, 2024From Curiosity to Code: Building with Supabase & ShadcnI’ve been in Front-End Development for 5 years and have grown too comfortable with it. I like building things and have been observing on how my Backend peers work on their things when it comes to building web applications. Down the road, I’ve heard f...Discusssupabase
Yoeven D KhemlaniforJigsawStack Blogblog.jigsawstack.com·Nov 1, 2024Adding AI translation to your Supabase Postgres database from the dashboardVideo tutorial: https://youtu.be/loOJxuwgn2g Translations can be difficult to manage at scale in your database, especially for social generated content that consistently gets added and changed. Here’s how you can add AI translation right into your Su...DiscussAI
Hirameichgi.hashnode.dev·Nov 1, 2024Banning users with SupabaseFor one of my side projects I came to the scenario in which I would like to have a way of prevent access to users who has demonstrated malicious activity or simply deny access 🙉 Ban users (easy way) You can ban users directly from the Supabase authe...Discussbanning
Pratiksha kadamlastoyster.hashnode.dev·Oct 20, 2024Boost Your Flutter App's Performance Using Supabase DatabaseIntroduction Supabase For Flutter App: Supabase offers a powerful backend solution that works seamlessly with Flutter, allowing developers to build complex applications quickly. By using Supabase's features like real-time data handling and authentica...DiscussFlutter
Harvey DucayforThe v0.dev Hubharveyducay.blog·Oct 10, 2024How I made a note sharing app on v0.devIn today's fast-paced tech world, developers are constantly seeking ways to streamline their workflow and bring ideas to life quickly. Enter v0.dev, an AI-powered development assistant that's revolutionizing the way we build web applications. This to...Discuss·34 readsNext.js
Ajay Nadarsupabase.hashnode.dev·Oct 7, 2024Supabase Authentication and AuthorizationIntroduction Supabase Auth makes it easy to implement authentication and authorization in your app. What is Authentication and Authorization? What is Authentication? Authentication means checking that a user is who they say they are What is Authoriza...Discuss·10 likes·45 readsProgramming Blogs
Arda Beyazoğluarda.beyazoglu.com·Oct 6, 2024Supabase Part 4: Monorepo & Interoperable BackendThis is the third article in a series on Supabase, focusing on solutions to common problems, tips, and recommendations. In this post, I will share tips and tricks about edge functions compatible nodejs backend and developer productivity. Using Monore...Discuss·10 likes·70 readsSupabase tips and trickssupabase
Stefan Skorpenblog.skorp.io·Oct 5, 2024Add a trigger in postgres to make a slugA post in Affill.io, the SaaS I’m making, can have a customizable slug as its URL. But only if the post is made from a subscribed account, if its a free account the slug will be the posts id. If I just make a new row for the free accounts post I woul...DiscussSQL