Category /

Code

Found 15 articles

Postgres Text Searching Guide 2026

The search tools already in your database, and when each one earns its keep.

Postgres Text Searching Guide 20269 min readCategory Code

Semantic Vector Search and Other Topics to Win Friends and Lovers

The full search landscape: exact, fuzzy, semantic, hybrid — and when to layer all of them.

Semantic Vector Search and Other Topics to Win Friends and Lovers14 min readCategory Code

Foreign Keys: Stop Asking If They're Fast

Ask what you're actually optimizing for.

Foreign Keys: Stop Asking If They're Fast8 min readCategory Code

Stop Leaking Memory with WeakMap

Fixing weak code with weak references!

Stop Leaking Memory with WeakMap4 min readCategory Code

JSONB: The Best Way to Ruin Your Database

JSONB is powerful, useful, and very easy to misuse when you let a blob become your real schema.

JSONB: The Best Way to Ruin Your Database6 min readCategory Code

Your Timestamp is a Lie

What a train ticket taught me about storing time in databases

Your Timestamp is a Lie7 min readCategory Code

Async Stack Traces: Why `Error.stack` Lies to You

The microtask queue ate my homework (and my debugging context).

Async Stack Traces: Why `Error.stack` Lies to You2 min readCategory Code

Beware the Single-Purpose People

So pure it hurts

Beware the Single-Purpose People6 min readCategory Code

Using Environment Variables in NodeJS

Using dotenv

Using Environment Variables in NodeJS2 min readCategory Code

Promise Gotchas

Avoiding common mistakes

Promise Gotchas1 min readCategory Code

Intro to Promises

JavaScript Promises Are Fun!

Intro to Promises2 min readCategory Code

Pitfalls in Promise Docs

Avoiding issues from popular docs

Pitfalls in Promise Docs2 min readCategory Code

Higher Order Programming

Exploring Array- and Set-based Pipeline Techniques

Higher Order Programming1 min readCategory Code

AngularJS Tricks

AngularJS CAN BE Fun!

AngularJS Tricks3 min readCategory Code

Best Free UI Design Resources for Developers

A curated 2026 list of UI kits, Tailwind blocks, icons, fonts, illustrations, animations, and design tools for building polished websites faster.

Best Free UI Design Resources for Developers6 min readCategory Code