Introducing ReQuill: one-click AI text rewriting in any Windows app
Select text anywhere - Word, Chrome, Outlook, Slack - press a hotkey, and it's rewritten in place by the AI…
Practical articles, technical guides, tutorials, development notes, research, and insights covering software engineering and emerging technologies.
Select text anywhere - Word, Chrome, Outlook, Slack - press a hotkey, and it's rewritten in place by the AI…
You don't need a dedicated vector database for semantic search. pgvector turns Postgres into a vector store — here's the…
EADDRINUSE: address already in use is the most common dev-server error there is. Here's how to find and kill the…
Passwords are finally on their way out. What we learned rolling out passkeys across a multi-product platform: enrollment flows, fallback…
Each serverless invocation opens a new DB connection. At scale, this exhausts Postgres in seconds. PgBouncer, Neon's pooler, and the…
Model Context Protocol went from Anthropic side-project to industry standard in eighteen months. What building an MCP server for a…
JWTs are not safer than sessions. Sessions are not simpler than JWTs. The right choice is determined by your deployment…
Loaders are just functions that transform source text. We build a real one - a loader that inlines SVGs as…
You don't install shadcn/ui — you own the code. Two years in, the model has won. Here's how to use…
Hono is under 12kB, zero dependencies, and runs identically on Cloudflare Workers, Bun, Deno, and Node. Here's why it's become…