№ 02 · Writings
Essays, devlogs, and tutorials.
11 entries, filed by year, newest first.
2026
6 entries- devlog · 3m
The LLM Wiki Pattern: A Second Brain That Compounds
RAG rediscovers knowledge every time. My wiki accumulates it. Andrej Karpathy's LLM Wiki Pattern, implemented with a Claude agent that maintains the whole thing.
- devlog · 4m
Why I Built a New Vite Env Plugin
The four problems with plain Vite environment variables — and the plugin I wrote to fix them.
- tutorial · 3m
Stop Fighting localhost: Stable Dev URLs with Cloudflared
Stable HTTPS URLs for local dev with Cloudflared Tunnel — no more broken webhooks after every restart.
- tutorial · 6m
Git from Zero to Pull Request: A Practical Guide
Practical Git knowledge from init to pull request — no jargon, no cheat sheets, just what you need on day one.
- essay · 4m
2025's Security Crisis: Why Memory-Safe Languages Matter
48,185 CVEs in one year, exploits within hours, and a 1000x improvement from Rust. The numbers that changed how I think about security.
- tutorial · 5m
My Pragmatic Approach to Building npm Packages in 2026
Five tools, minimal config, strict defaults. The npm package setup I actually maintain.
2025
5 entries- devlog · 5m
From requirements.txt to pyproject.toml: Python Evolution
How uv, Ruff, and pyproject.toml replaced my entire Python toolchain — and made it feel like TypeScript.
- essay · 3m
The Art of Clean Feature Architecture: What I Actually Build
Feature-based folders, minimal abstractions, obvious boundaries. The architecture I actually ship.
- essay · 2m
A Node.js Developer's Journey into Python Territory
Navigating Python's ecosystem as a Node.js developer — package management, virtual environments, and the tools that bridge the gap.
- tutorial · 4m
Tired of Vue Boilerplate? Here's My Clean, Fast Setup
My Vue starter after years of client projects — TypeScript, Vite, file-based routing, done in minutes.
- essay · 4m
The Real Vue.js Developer Journey: Wins, Woes & Lessons
From React to Vue.js — the wins, the friction, and what both ecosystems taught me.