The Audacious Array
Offered By: Ruby Central via YouTube
Course Description
Overview
Explore the multifaceted nature of arrays in Ruby through this insightful 38-minute conference talk from RubyConf 2021. Delve into the basics of arrays, learn techniques for adding and removing elements, and discover how to manipulate order and introduce randomness. Uncover various interpretations of arrays, including their use as 2D maps, stacks, queues, and mathematical sets. Gain proficiency in leveraging built-in utilities for advanced content analysis and searching. Master the art of writing concise, beautiful, and semantic Ruby code by understanding the depth and versatility of arrays. Conclude with a practical demonstration in the "CatWalk" section, solidifying your newfound knowledge of Ruby's audacious array capabilities.
Syllabus
Intro
talk[O] #= "basics"
] #= "adding and removing elements"
] #= "order and randomness"
] #= "interpretation"
] #= "The Second Dimension"
] #= "Search"
] #= Arrays as Sets
] #= "CatWalk"
Taught by
Ruby Central
Related Courses
Performance Does - Not - MatterRuby Central via YouTube Solidarity not Charity and Collective Liberation
Ruby Central via YouTube Eclectics Unite - Leverage Your Diverse Background
Ruby Central via YouTube What Does "High Priority" Mean? The Secret to Happy Queues
Ruby Central via YouTube Splitting - The Crucial Optimization for Ruby Blocks
Ruby Central via YouTube