Dart Frog Tutorial Part 2: Building Your First Real REST API (Full CRUD with Todos) 🐸
Hey guys! Welcome to Part 2 of our Dart Frog series. If you missed Part 1, we set up Dart Frog and built a basic API with hot reload. Watch it nowhttps://youtu....
Hey guys! Welcome to Part 2 of our Dart Frog series. If you missed Part 1, we set up Dart Frog and built a basic API with hot reload. Watch it nowhttps://youtu....
We have all been there. You are staring at your server logs at 2 AM, trying to debug a request, and you see this: Processing request for ID: 550e8400-e29b-41d4-...
TL;DR – UUIDs / ULIDs in a Rails + SQLite app ruby Gemfile gem 'sqlite_crypto' ruby migration create_table :users, id: :uuid do |t| t.string :email t.timestamp...
Introduction Over the last decade, when working on databases with UUID Version 4^1 as the primary key data type, these databases have usually had bad performan...
This is Day 7 of Building SaaS Solo – Design, Implementation, and Operation Advent Calendar 2025. Yesterday I wrote about “Schema Design with Supabase.” Today I...