Compsci
A coffee-break introduction to time complexity of algorithms
A groundwork understanding of algorithm time complexity and Big O notation in about fifteen minutes with Go code examples and silly food cartoons.
Knapsack problem algorithms for my real-life carry-on knapsack
Using a greedy algorithm and dynamic programming to pack my full-time nomad travel bag.
Iterating over objects and arrays: frequent errors
A quick reference to why your code isn't working, or some errors I frequently make with iteration when the coffee wears off.