~whoamisoftware engineer
Building software,
writing about it
Deep dives into software engineering, developer experience, and the tools that make us productive. No fluff, just code and honest opinions.
TypeScript
Platforms & Web
Developer Tools
const developer = {
name: "Dave",
focus: [
"systems",
"web",
"dx"
],
writing: true
};Archive
All articles
microfrontendsmicroservices
Microfrontends: Hype or Overhead?
We all know microservices. But what if we take that idea and transfer it into the frontend?
Jul 13, 202617 min
aiskills.md
Syncing AI Agent Skills Across Machines With a Single Git Repo
I use multiple AI coding agents daily — Claude Code, OpenAI Codex, Cursor, Gemini CLI, and more — on two machines (Arch Linux desktop, MacBook). All of these tools support "skills": curated instruction files that teach the agent frameworks, best practices, and patterns.
Feb 21, 20266 min