Become a Ruby hero

Become a Ruby hero

Follow

Learn how to become a better Ruby developer by writing testable and readable code that works.

A comprehensive guide to the anonymous functions

Paweł DąbrowskiPaweł Dąbrowski
May 23, 20238 min read 735 views

Blocks, Lambdas and Procs · Anonymous functions are an integral part of Ruby identity and provide flexibility for any kind and size of the codebase. This...

A comprehensive guide to the anonymous functions
Unraveling the mystery of the super keyword
Simple Rails Design Patterns with Significant Impact
Extending Ruby classes with modules
Advanced Active Record: Optimizing Performance and Robustness with Locking, UUIDs, Fulltext Search, Database Views, and Geospatial Data
Dealing with common and uncommon problems with parsing CSV with Ruby