Tag: Ruby
All the articles with the tag "Ruby".
Single Table Inheritance
Updated: at 02:12 AM (4 min read)Understand STI (Single Table Inheritance) in Ruby on Rails and how to implement it with practical examples.
Higher Order Functions in Ruby
Updated: at 05:21 PM (4 min read)A simple article to understand higher-order functions in Ruby, covering blocks, procs, and lambdas with practical examples.