Drizzle Studio Has a Free API You've Never Heard Of
Drizzle ORM is a TypeScript ORM that's headless — it generates SQL without an abstraction layer. Drizzle Studio is its free database browser that runs
Curated development tutorials from top sources. Filter by language.
Drizzle ORM is a TypeScript ORM that's headless — it generates SQL without an abstraction layer. Drizzle Studio is its free database browser that runs
Every time a client asked for Arabic support, I'd spend days on i18next — JSON files, namespaces, RTL handling, t() calls everywhere. I got tired of
I've been deep in the Java/.NET integration space for years, and the one question that comes up more than anything: which bridge tool should I actuall
Astro DB is a fully managed SQL database designed for Astro websites. It gives you a type-safe database with zero configuration — define your schema i
Hatchet is a distributed task queue and workflow engine. Think Celery + Temporal combined — with a beautiful dashboard, retries, rate limiting, and co
Ruff is a Python linter and formatter written in Rust. It's 10-100x faster than existing tools and can replace Flake8, isort, pyupgrade, and Black — a
Wails lets you build desktop applications using Go and web technologies. Unlike Electron, it uses the native webview and produces tiny binaries. Think
Biome is a fast formatter and linter for JavaScript, TypeScript, JSX, JSON, CSS, and GraphQL. Written in Rust, it's 35x faster than Prettier and repla
Ever had a bad week and thought, "I just need to hug a dog right now"? You're not alone. Science agrees. And I built something about it. This post i
EdgeDB is a next-generation database built on PostgreSQL. It replaces SQL with EdgeQL — a composable query language that eliminates JOINs, makes neste
What is JavaScript: It was created in 1995 by Brendan Eich in just 10 days. You can run JavaScript directly in your browser — no installation neede
Tauri v2 lets you build desktop AND mobile apps from a single codebase using web technologies. Unlike Electron, Tauri apps are tiny (2-5MB), fast, and
Val Town is a social website for writing and deploying TypeScript functions. Each function gets its own URL, runs in the cloud, and can be forked by a
Convex is a reactive backend-as-a-service that gives you a real-time database, server functions, and file storage. Write TypeScript functions, and Con
KeystoneJS is an open-source headless CMS and GraphQL API framework built by the team at Thinkmill. Define your schema in TypeScript, and Keystone gen
Vendure is an open-source headless commerce framework built on TypeScript and GraphQL. It's designed for complex e-commerce with multi-channel, multi-
Payload is an open-source headless CMS and application framework built with TypeScript. Unlike most CMSs, Payload generates a fully typed REST and Gra
Implementing a Custom Reactive Library in Vanilla JS: A Comprehensive Guide JavaScript is celebrated for its versatility and capability to
Bun Shell ($) is a cross-platform shell built into Bun that lets you run shell commands directly in JavaScript/TypeScript. It's not just a child_proce
Clerk is a complete user management platform that gives you authentication, user profiles, and organization management with a generous free tier. What