Follow
Series

Ruby

A journey in the beautiful yet powerful programming language Ruby.

Articles in this series

Ruby blocks made easy, part I, methods and procs

Jul 23, 20214 min read

Understanding the fundamentals of Ruby blocks · Blocks in Ruby are powerful structures that are part of our daily basis as Ruby developers. We see them...

Ruby blocks made easy, part I, methods and procs
Ruby blocks made easy, part II, curry and procs as arguments
Ruby blocks made easy, part III ~grand finale~, blocks and syntactic sugar
Quicksort, a Ruby implementation using Test-driven development
Boilerplate for a containerized plain Ruby application
How to reduce the time complexity of nested loops