ai Why I still prefer Markdown over HTML for AI-generated files HTML is great for rich AI-generated explanations, but Markdown still wins when the document needs to be shared, reviewed, migrated, and maintained by a team.
ai Featured The easiest way to read Markdown files in Chrome In this article, I talk about a simple Chrome extension that makes reading AI-generated Markdown files easier without opening an IDE.
2026 Featured The nightmare that is squash merge ft Github Squash merging causes merge conflicts after PRs are merged. Learn why this happens and how to fix it with interactive rebase—plus an automated git alias that drops merged commits with a single command, saving you from repetitive conflict resolution.