Ex Machina


Written by W. GΓ³mez, software engineer and machine learning enthusiast.

Syntactic Abstractions

August 15, 2021 β€” πŸ• 15 min read

Every language has a superpower. Common Lisp's is macros!

A Fundamental Developer Skill

May 01, 2021 β€” πŸ• 9 min read

Learn how to Google!

Generating Primes

April 19, 2021 β€” πŸ• 20 min read

A lazy algorithm for primes generation

Test-Driven Development

February 27, 2021 β€” πŸ• 9 min read

Why TDD can make you a better programmer

Clean Code Revisited

October 23, 2020 β€” πŸ• 14 min read

The perils of following rules blindly

Backpropagation Explained

October 08, 2020 β€” πŸ• 10 min read

How do neural networks learn from data?

Recursion in the Wild

September 21, 2020 β€” πŸ• 6 min read

Is recursion actually used in the real world?

Dynamic Programming

August 29, 2020 β€” πŸ• 8 min read

Optimization via Recursion + Memoization

Clean Code

August 18, 2020 β€” πŸ• 8 min read

Does writing maintainable code matter?

An AI with Intuition?

August 10, 2019 β€” πŸ• 8 min read

How did AlphaGo defeat a world Go champion?