Syntactic Abstractions
August 15, 2021 β π 15 min readEvery language has a superpower. Common Lisp's is macros!
A Fundamental Developer Skill
May 01, 2021 β π 9 min readLearn how to Google!
Generating Primes
April 19, 2021 β π 20 min readA lazy algorithm for primes generation
Test-Driven Development
February 27, 2021 β π 9 min readWhy TDD can make you a better programmer
Clean Code Revisited
October 23, 2020 β π 14 min readThe perils of following rules blindly
Backpropagation Explained
October 08, 2020 β π 10 min readHow do neural networks learn from data?
Recursion in the Wild
September 21, 2020 β π 6 min readIs recursion actually used in the real world?
Dynamic Programming
August 29, 2020 β π 8 min readOptimization via Recursion + Memoization
Clean Code
August 18, 2020 β π 8 min readDoes writing maintainable code matter?
An AI with Intuition?
August 10, 2019 β π 8 min readHow did AlphaGo defeat a world Go champion?