Permutations in Ruby

We examine Ruby’s built-in permutation method and compare it to a Ruby implementation of Heap’s Algorithm

January 18, 2025 · 7 min

Delegate, Delegate, Delegate

Using delegate effectively in your Ruby on Rails app can make your code more readable and maintainable.

January 2, 2025 · 2 min

Concurrency != Parallelism, Part 2

Concurrency and Parallelism are topics that are often confused. Let’s look at the differences.

December 18, 2024 · 6 min

Concurrency != Parallelism, Part 1

Concurrency and Parallelism are topics that are often confused. Let’s look at the differences.

December 10, 2024 · 6 min

Django vs. ActiveRecord

Both Django and ActiveRecord are ORMS. Let’s compare and contrast the approaches and syntax in each.

December 1, 2024 · 3 min