Rafael’s Cheat Sheets
A growing collection of deeply structured, idiomatic programming cheat sheets.
This is not meant as a public standard but just for my personal use.
Cheat Sheets
Language | Description |
---|---|
C++ | Hardcore, explicit, bare-metal |
Java | OOP warhorse, enterprise-core, still evolving |
JavaScript | Dynamic, weird, but still everywhere |
Kotlin | Succinct, expressive, JVM-chic |
Rust | Ownership, lifetimes, and no mercy |
Scala | Functional, expressive, opinionated |
TypeScript | JavaScript but with a damn safety net |
Feel free to suggest additions or edits via PR.