Notes
Collections
📕 Sometimes I write down notes for an entire course, class or book. These are broken down into several posts.
The Opinionated Guide to React 01 - Folder structure, file naming, eslint, typescript
On how to setup reactJS projects, when to use Typescript.
Missing Semester 10 - Potpourri
Miscellaneous programming topics and tools: keyboard remapping, daemons, virtual machines and more 💪
Missing Semester 09 - Security and Cryptography
On entropy, hash functions, key derivation functions, symmetric and asymmetric cryptography 💪.
Missing Semester 08 - Metaprogramming
Metaprogramming is processes that surround the work that you do when working with software: how your system is built, how it's tested and how you add dependencies to it.
Missing Semester 07 - Debugging and Profiling
On logging, ANSI escape codes, debuggers, profilers, and resource monitoring.
Missing Semester 06 - Version Control (Git)
Version control systems (VCSs) are tools used to track changes to source code (or other collections of files and folders) 🤓.
Missing Semester 05 - Command-Line Environment
Job control, terminal multiplexers, dotfiles, and remote machines 🤓.
Missing Semester 04 - Data Wrangling
Data wrangling is taking data in one format and changing it into a different format 💡.