Published onMay 23, 2026memsh: a virtual bash shell in Gogoshellsandboxinterpretermvmmemsh is a virtual bash shell that runs entirely in memory. No files touch your disk, no OS commands leak out, and every built-in — including a Go interpreter — is a native Go plugin.
Published onMay 8, 2026Building a Raft-backed key-value storedistributed-systemsraftgoA practical walkthrough of building raftd: a distributed key-value store using Raft for consensus and gRPC for client and node communication.
Published onMay 3, 2026Hello WorldmetaFirst post. A quick introduction to who I am and what this blog is about.