Code Review
Browse all articles, tutorials, and guides about Code Review
2posts
Posts
⌘K
Git
|11 min read
Stacked Pull Requests on GitHub: What They Actually Fix
GitHub shipped stacked pull requests to public preview. What stacking solves, how the gh-stack workflow works, and when a stack is the wrong shape.
Security
|11 min read
Security-Focused Code Reviews: Catching Vulnerabilities Before Production
Learn how to review code with a security mindset. This guide covers common vulnerability patterns, language-specific pitfalls, and practical checklists for finding injection flaws, auth bypass, and logic bugs that automated tools miss.