I Got Tired of Running OpenSSL Commands, So I Built a CLI for JWK Generation
Introduction There's a certain kind of frustration that only developers know. When you need to do something relatively simple, but the tooling forces you throu...
Introduction There's a certain kind of frustration that only developers know. When you need to do something relatively simple, but the tooling forces you throu...
The Setup If you’re here, you’re probably in the same situation I was in. You run openclaw and, instead of “command not found”, you get the full usage manual p...
Introduction If you’ve ever run php artisan list and had to scroll past a wall of make:, migrate, and vendor commands just to find your own, Laravel Artisan Li...
deff is an interactive Rust TUI for reviewing git diffs side‑by‑side with syntax highlighting and added/deleted line tinting. It supports keyboard/mouse navigat...
deff is an interactive Rust TUI for reviewing Git diffs side‑by‑side with syntax highlighting and added/deleted line tinting. It supports keyboard/mouse navigat...
Overview What this guide does - Installs the Kiro IDE desktop app from the official download server - Sets up a desktop entry so you can launch Kiro from your...
Introduction Web scraping doesn’t belong in controllers. It’s long‑running, may fail, is often scheduled, and is essentially automation. Symfony Console Comman...
Introduction Every time I started a new Next.js project, I found myself writing the same authentication code over and over: JWT setup, bcrypt hashing, httpOnly...
Quick Verdict Both are excellent CLI backup tools. Restic is faster, supports more backends natively S3, B2, Azure, GCS, and is easier to learn. Borgmatic wrap...
!pi/logo.svg There are many coding agents, but this one is mine. Links - GitHub - npm - Discord...
Overview When I started automating blog posts to BearBlog, I expected it to be as simple as writing Markdown and sending it over. The free plan has quirks that...
The Problem: Nobody Remembers What They Did Yesterday Every morning, the same ritual. Standup starts in 5 minutes. You stare at Slack trying to reconstruct wha...