Cheatsheets
Quick-reference guides.
API Design
- Google API Improvement Proposals (AIPs) — Google's API design guidelines covering resource-oriented design, naming, pagination, error handling, and more
- REST API Cheatsheet — REST semantics, methods, status codes, and design patterns
- REST Security Cheat Sheet — OWASP REST security best practices
AWS
- AWS Services Cheat Sheet — One-page overview of AWS services
Python
- Python Sheets — Python cheat sheets covering concurrency, networking, C extensions, and more
- PyQuest — Python learning path and reference