🪴 - SupaSeeder - 🪴 Using AI to Generate Seed Data for Supabase Every developer knows the...
Developers working with ShadCN v4 and Tailwind CSS v4 noticed something odd: buttons no longer showed...
Think of a promise like ordering food at a restaurant you don’t get the meal immediately, but you do...
Let's just get straight to the point,, ye? Imagine a search bar that fetches results as you type....
Prototypal inheritance is one of JavaScript's core concepts, It is essential to understand how it...
The value of this is determined by how a function is called, not where it's defined. This is what the...
Have you ever seen code like this? (function () { console.log("Hello from an IIFE!"); })(); ...
Think of hoisting like setting up a stage before a play. Before the code runs (during the "creation...
before tackling this topic make sure you have a good understanding about closures and higher order...
If you’ve ever wondered why == behaves the way it does in JavaScript, you’re not alone. The ==...
NaN, or "Not-a-Number," is one of those JavaScript quirks that can trip you up if you're not paying...
The behavior of the strict equality operator (===) is defined in the ECMAScript specification under...
If you’ve been working with JavaScript for a while, you’ve probably noticed that primitive values...
Pretty much a barebones minimal template to get you started with authentication and protected...
Let’s talk about the new keyword in JavaScript. It’s like the magic wand that makes constructor...
Do it in the keyboard as much as possible Now I'm not gonna say learn vim for editing and...
Ever built a modal or dropdown and struggled to figure out how to close it when the user clicks...
I've always had a love-hate relationship with JavaScript's error handling. Its reliance on try-catch...
Created: Dec 8, 2024 Stack Remix Drizzle Sqlite Uploadthing Thoughts upon...
Remix Drizzle Auth Template Just a simple template to get you started, i did all of the...
This code snippet is all you need to manage auth state on your react application uses the Context API...
Supabase has type generators for other languages... but not for Dart / Flutter Supadart...
I was trying to clone discord and i found out they use ogg formats for audio (i think), im trying to...
Javascript error handling can sometimes be confusing especially in using fetch, if you are using...
Comment down below that things you did that got you're answers or questions downvoted along with your...
Supabase Flutter Types? In web development, supabase provide you with an API to generate typescript...
I've done all of the underlying stuff so you can just focus on creating the app and not having to go...
TLDR: got tired of setting up this lightweight stack over and over again for some clients so i made a...
Nextjs Discord Bot... for free? Yes! we can actually create one using nextjs and host it for free in...
Have you heard about the "Therac-25 incident"? The Therac-25 was a radiation therapy...