Curated developer articles, tutorials, and guides β auto-updated hourly


A small Rust CLI that generates TOTP / HOTP codes, parses otpauth:// URIs, and verifies...


What's actually in a modern favicon set (and why everyone gets it wrong) A tiny Python...


The Problem: Great Tools Die in Obscurity You can build the fastest, most useful CLI tool...


Building a MIME Type Lookup CLI in TypeScript β 800+ Types, Magic Bytes, and Zero...


I have a habit. Every time I sit down to code I end up googling the same thing, how to center a div,...


Building an XPath Query Tool in PHP β Slice XML Like a Pro A zero-dependency PHP CLI that...


I kept finishing coding sessions with a small idea what I'd just spent on API calls :'D. The...


SQLite's PRAGMAs You Never Remember β I Put Them in a CLI When you're handed an unknown...


I wanted a pretty progress bar for my scripts without pulling in a big library. So I built one from....


Learn how Alpic designed its CLI for both human developers and AI agents β covering tradeoffs like p...


I replaced every classic Unix tool I use daily. Here's what I found.


Every few weeks I need to do something with a certificate. Check when it expires. Look at what SANs....


A local-first CLI + MCP server that gives coding agents persistent memory. One SQLite file. Four ker...


Snowflake Cortex Code CLI Meets Slack Cortex Code CLI is Snowflake's AI coding agent that...


Terminal output during local dev is boring. A 500 error scrolls by as a single dim line and you...


Writing Cron Semantics in ~100 Lines of TypeScript A tiny in-process cron-style scheduler...


This is a submission for Weekend Challenge: Earth Day Edition What I Built green-linter....


CLI documentation has a trust problem. Users read your examples, try to reproduce them, and get...


Weβve all been there. Youβre working on a lightweight Go microservice. You ask your AI agent to add ...


Implementing semver 2.0.0 from scratch in TypeScript β no semver package...


Slugifying Japanese URLs Is Harder Than You Think β I Built a Focused CLI Most slug...


Writing dig in 500 Lines of Rust (with hickory-resolver, the trust-dns successor) dig is...


my CLI search took 4.3 seconds for 5000 files. i swapped the python cosine loop for a numpy matmul.....


Generating a Valid RSS Feed From Scratch in Stdlib Python Every static site generator...