Coding
Posts filed under category: Coding
Turning a Markdown Repository into a Hosted Docs Site with MkDocs
Convert flat Markdown files into a searchable MkDocs site by moving them into a docs/ folder, adding a simple YAML config, and deploying via GitHub Actions. …Switching from nvm to fnm
fnm and nvm are tools for managing node installations. This is useful for ensuring the correct version of node is used for each project. fnm is built in Rust. …Rebuilding a Simpler, Local-First Video Aggregator
I rebuilt my YouTube content aggregator and filter (video.vamonossoftware.com ) as a streamlined, local-first Progressive Web App (PWA). By stripping out …Why You Should Switch to pnpm
If you are still using npm or Yarn Classic, you are wasting gigabytes of local storage, slowing down your CI/CD pipelines, and opening the door to silent …Building CatchUp: A React + Supabase PWA Crafted with Claude Code and Claude Design
AI-assisted engineering has transitioned from chat-based prompts to multi-agent coordinate workflows. By pairing specialized tools—Claude Code for …Evaluating bank-core v2-openspec-claude
GitHub https://github.com/prule/bank-example/tree/v2-openspec-claude Previous episode Evaluating bank-core v1-basic Introduction Following on from the v1-basic …Evaluating bank-core v1-basic: Locking, Concurrency, and the Limits of Web-Prompted AI
bank-core version v1-basic successfully demonstrates deadlock-free pessimistic database locking and high-throughput $O(1)$ ledger validation, but suffers from …Markdown is for the Web, AsciiDoc is for the Docs (and CVs)
We all love Markdown. It’s the lingua franca of the modern developer—the default choice for READMEs, GitHub comments, and even this blog. But recently, I …