From Curosity to Code - My Journey Into Tech at Zone01 Kisumu
When I first thought about getting into tech, I honestly didn’t know where to start. Programming looked complicated, developers seemed like geniuses,
Curated development tutorials from top sources. Filter by language.
When I first thought about getting into tech, I honestly didn’t know where to start. Programming looked complicated, developers seemed like geniuses,
Fleet fuel costs are the second-largest operating expense after labor. Having state-level fuel price data in the same API as your truck routes, bridge
When I first moved deeper into Go, the strange part was not the syntax. The syntax is intentionally small. The strange part was the absence of somethi
Go ships with one of the most capable standard libraries of any modern language. net/http alone can take you surprisingly far — but the ecosystem has
The Full Function func Union() { if len(os.Args) 3 { os.Stdout.Write([]byte("\n")) return } s1 := os.Args[
Have you ever wondered how tools like fzf, VS Code's command palette, or fuzzy finders work under the hood? The core logic is often a subsequence matc
I built orchkit because orchestration platforms lock you in. Every orchkit node works four ways: Go library: go get and import directly YAML flow:
The "Works on My Machine" Problem We've all been there. You spend days writing a new feature. You test it locally, everything passes, you p
Go has burned me more than once. With bugs that felt like the language was glitching: Channels that blocked after I’d “fixed” the blocking. Functions
I am tired of CRUD apps. Spinning up a database for basic operations, the same form validation logic, picking another frontend framework and hoping th
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is free and source-available on Github. Star git-lr
The Missing Feature Pick Jett. You want your clean, sharp Jett skins. Pick Killjoy next game. Now you want your cyberpunk-y Killjoy skins.
I started building the thing I actually wanted to deploy. It's on GitHub now, AGPL-3.0. This is a write-up of the architecture and, more usefully, t
Two days ago I had a daemon that captured Claude Code session JSONLs and let you grep them. Today it has cloud sync, hot-reload, AI-powered recall via
Three days after a release, an issue arrived: "The install command doesn't work." A module path change in that release had broken go install. My test
There is a popular phrasing in Go circles that says concurrency is almost free. The phrasing is true at the level of stack allocation and misleading a
Arenalog: Async Go logging optimized for 1–2 vCPU containers and serverless runtimes. The Problem: Current loggers are not efficient in h
PostgreSQL gives you a detailed execution plan for every query. Reading it is a skill — interpreting it correctly under pressure, at scale, or across
I want to be upfront about something before this gets going. Most "X vs Y" comparisons are written by someone who has a preference and is constructing
TL;DR: I built gocudrv so Go services can talk directly to NVIDIA GPUs — no cgo, no CUDA toolkit, no bloated Python dependencies. One static binary.