I BUILD SYSTEMS,
TEAMS & PRODUCTS
THAT SURVIVE THE
FALLOUT.
Python, Java, Kotlin and more backends. JS, TS frontends. AWS infrastructure. Leading engineers. This Memlogs is the log — everything I've learned wandering the wasteland of software. Long-term collaboration with Makimo software house.
> SARENIT.FEED
Live world-news terminal styled as mission control — proxies newsdata.io server-side so the API key never reaches the browser, with signed pagination tokens and a rationed free tier
> Github Pull Request Checker with AI
Terminal UI for reviewing GitHub pull requests with Claude Code or Cursor — drafts pending reviews you submit yourself
> Adore Bot
AdoreBot: The simple bot that automatically likes all posts, Reels, and Stories from any account you choose.
> I Built a Terminal PR-Review Tool That Wraps Claude: Why and How
A build log: why I wrote prcheck, a terminal UI that wraps the gh and Claude CLIs to draft GitHub PR reviews with the ticket and CI context already loaded, and never posts anything without me.
> Anatomy of an N+1: How One Redundant findById Turned 50 Updates into 1000 Queries
A production war story: APM flagged an N+1 pattern in a nightly cache job. The culprit was not lazy loading — it was a redundant re-fetch multiplied by a loop that should never have contained it.