Most teams put low-level architecture in the wrong place
How to place low-level architecture documentation in the codebase for better clarity and AI agent support.
How to place low-level architecture documentation in the codebase for better clarity and AI agent support.
Explains why coding agents need architectural context via Architecture Decision Records (ADRs) and how to make them accessible.
How to run your personal life from a git repo using Claude Code, markdown files, and GitHub Actions for task management.
Web Weekly #191 covers Chrome's new Prompt API with Gemini Nano, Git history rewriting, CSS keyframe animations, and HTML canvas API updates.
Explains why local git clones are a better alternative to git worktrees for managing parallel development workflows.
A retrospective on 20 years of code review tools, arguing that the commit—not the pull request—is the correct unit for review.
Mitchell Hashimoto explains why Ghostty is leaving GitHub due to frequent outages and declining reliability.
A personal blog post about replacing Notion with Markdown files and git for note-taking, focusing on privacy and simplicity.
Transforming Anthropic's Claude system prompts into a git timeline for exploring prompt evolution via commit history.
Anthropic's Claude system prompts transformed into a git timeline for exploring prompt evolution via git log, diff, and blame.
How to fix Alembic's multiple heads problem using Git commit order, with an open-source library that automates migration chaining.
litprompt is a markdown preprocessor for LLM prompts that supports annotated comments and imports to manage complex prompts in git repos.
Learn how to resolve Git merge conflicts easily using tools like Mergiraf for automated structural merging.
Guide to enhancing Git diffs with Delta, fzf, and shell scripting for better code review and PR workflows.
A developer shares lessons learned from building a custom, high-performance static site generator, covering parsing, performance, and features.
A developer shares a custom Git alias to quickly list the most recently worked-on local branches, helping track workflow across multiple branches.
Explores the need for new developer tools like Entire to manage AI-generated code, as traditional Git struggles with agent-written commits lacking context.
Essential Git configuration settings to improve workflow, including rebase on pull, auto-setup remote, and better diff algorithms.
Explains how stacked pull requests can speed up development by enabling parallel work and avoiding large, hard-to-review PRs.
A developer shares the usefulness of the git shortlog command for summarizing contributions and generating contributor lists.