Mask sensitive values in config files during screen sharing. Supports .env, JSON, YAML, TOML, XML, Terraform/HCL, Dockerfile, and more. Zero file modification - uses Neovim extmarks.
Ahmet ZeybekFull Stack Developer
I've done this long enough to know the most impressive thing software can do is keep working. Anyone can ship on a Friday. I'd rather build the thing so boring it never shows up in a postmortem, and yes, my ego needed a few years to make peace with that.
Every tool I've made started as a complaint. A secret flashing up mid screen share, an email that swore it was sent. I fix the annoyance, keep the tool small, and fight the urge to turn it into a platform. Lately I've been losing that fight to peyk, a message queue that runs inside your process so you don't have to babysit a broker.
I write because I kept catching myself nodding along to things I couldn't explain. The cure turned out to be long deep dives, with the occasional detour into the lives of people who built computers back when that was a strange thing to do. This site is my workshop.
.activity
what i'm working on right now.
.listening
What I'm currently playing on Spotify
.projects
some things i've built.
Camouflage is a VS Code extension that helps protect sensitive environment variables by hiding their values in .env files
PostgreSQL extension for reliable async message delivery (HTTP, Kafka, MQTT, Redis, AMQP, NATS) using the transactional outbox pattern.
Rust for TypeScript & JavaScript developers — a free, open-source guide that teaches Rust by mapping every concept to the TS/JS you already know.
Portable, open-source Agent Skills that give coding agents senior-engineering judgment to design, implement, review, and investigate software changes. Language- and framework-agnostic, with ready-to-install plugins for Claude Code and Codex.
A CLI tool to record, replay, and export terminal sessions
.posts
Recent 3 posts, worth a look.
Titans: How Google Is Teaching AI to Actually Remember Things
Google Research introduced Titans, a new architecture that gives transformers a learnable long-term memory. Instead of forgetting everything outside the context window, Titans maintain a neural memory that updates itself at test time using gradient descent. Basically, it learns to memorize on the fly.
NVIDIA: From a Greasy Diner Table to Powering the AI Revolution
In 1993, three engineers sketched the future on napkins in a roadside restaurant. Today, their company is worth more than the GDP of most nations. This is the story of NVIDIA—a tale of near-bankruptcy, impossible comebacks, leather jackets, and the silicon that now powers humanity's most ambitious dreams.
Design Patterns: The Invisible Architecture of Elegant Code
From the Gang of Four's seminal work to modern microservices, design patterns have shaped how we think about software. This deep dive explores why patterns matter, how SOLID principles form their foundation, practical code examples, and when to use—or avoid—these powerful abstractions.