I am currently challenging myself to release one product per month.
In April, I released a boilerplate called SuperRails, and in May, I released LazyCafe.
I’d like to take this opportunity to summarize my retrosp...
A few articles back, a good friend asked a question I could not deflect.
He had read the earlier posts in this series — the authority policy, the access gate, the capstone framework map — and his response was direct: Where is the math? Where is the model? You have described the problem. Show me what improves retrieval.
He was right. I had built a conceptual stack. Good ...
If you build any kind of WordPress maintenance automation, sooner or later you hit a wall the official WP-CLI install instructions don't warn you about. The setup is supposed to be simple — drop one file onto the server and make it usable as a command — yet on shared hosting it fails in a different way on every host.
This article summarizes what we learned by running a read-only SSH-bas...
Every developer needs quick tools — JSON formatter, Base64 encoder, JWT decoder, regex tester, PDF compressor, GIF maker. But I always hesitated to paste sensitive data into random tool sites. Where does that data go?
So I built ToolsStack — 21 tools that run 100% in your browser.
The tools
💻 Developer: JSON Formatter, JSON→CSV, Base64, URL Encode, HTML Entities, JWT Decode...