Issue №140 Autumn 2026A journal of dev tools, libraries & small ideasUpdated weekly
The Section

DevOps & Infrastructure

Writing from the DevOps & Infrastructure column — essays, field notes, and quiet recommendations.

The Archive6 more pieces
npm-bloat-detector — live demo screenshot
02
devops
devopsJul 20, 2026

npm-bloat-detector

npm-bloat-detector is a tiny command-line tool that shows you which dependencies are actually taking up the most space in your project. Instead of guessing from registry estimates, it walks your installed `node_modules`, measures the real on-disk bytes of every declared dependency (resolving pnpm an

By Er An Khoo5 min read
react-render-cost — live demo screenshot
03
devops
devopsJul 9, 2026

react-render-cost

react-render-cost is a small command-line tool that ranks your React components by average render cost, reading the data your app already produces through React's built-in `<Profiler>`. Instead of scrubbing a flame graph, you get a ranked table: which components are actually expensive, how often the

By Er An Khoo5 min read
Gotham Garage — diecast collection catalog
04
devops
devopsJun 12, 2026

Gotham Garage

A personal-collection-first PWA for diecast collectors: scan a UPC or photo-match a loose car against your own library — so you never double-buy.

By Er An Khoo4 min read
og-image-studio — design Open Graph images in your browser
05
devops
devopsJun 11, 2026

og-image-studio

OG Image Studio is a free, fully client-side editor for designing Open Graph / social-share images. You set a title and subtitle, pick a solid, gradient or image background, tweak fonts and colours, and watch a pixel-perfect 1200×630 card update live — then export it as a PNG in one click. Nothing i

By Er An Khoo5 min read
Kotomot — translation management dashboard
06
devops
devopsJun 9, 2026

kotomot

Translation management for devs — hosted API + Node, React Native, Flutter SDKs

By Er An Khoo4 min read
bundle-cost-cli screenshot
07
devops
devopsJun 8, 2026

bundle-cost-cli

CLI that prints bundle cost delta on every save

By Er An Khoo5 min read