Brief Summary
This course is all about mastering Ruby metaprogramming! You'll dive into the little-known features of Ruby, learn to write elegant code, and uncover the magic behind popular gems. It's designed to make metaprogramming feel simple and doable.
Key Points
-
Learn metaprogramming to level up from Ruby novice to pro
-
Understand key Ruby language features
-
Demystify magic behind popular gems
-
Build your own DSL (Domain Specific Language)
-
Write elegant and concise Ruby code
Learning Outcomes
-
Become a better Ruby developer and write more elegant code
-
Create dynamic tests that cover all test cases
-
Understand the inner workings of popular Ruby gems
-
Build your own Domain Specific Language like rspec
-
Get confident in Ruby and its metaprogramming features
About This Course
Learn metaprogramming! Start writing elegant Ruby & Rails code and understanding all the magic behind Ruby on Rails.
Just like many other ruby developers, I wanted to learn metaprogramming to make the leap from Ruby novice to Ruby pro. But, approaching the subject felt a bit intimidating. I tried to learn metaprogramming several times and every time I tried, all available materials were referring to even more complicated and less known concepts such as: eigenclasses, singleton classes, ruby object model, classes being objects themselves, etc.
So, I spent several months reading about all these concepts and synthesised all available material. At the end, it just "clicked"! It turned out to be very simple! The problem was that there was no single resource where all this concepts were put together. So, I decided to produce this corse. I hope it will save your time and you will find it useful.
This video course will teach you ruby metaprogramming by introducing small, simple and less known ruby insights in each video. And once you learn them, metaprogramming will just start to make sense.
At the end of the course, you will:
Be better Ruby developer who can write elegant code using Ruby's metaprogramming features.
Make your test code more concise by writing test that dynamically generate code that covers all test cases.
Be able to understand and explain the magic behind the code/syntax in all popular gems.
Better understand the Ruby language.
and of course write your own DSL's for your business domain (just like rspec, rake, etc.).
Course overview
Metaprogramming is such an integral part of the Ruby language, that in order to learn it, you need to understand the specific language features of Ruby. This features are less known and not covered in books. But, once you are introduced to them, metaprogramming starts to make sense. That's why, the course will start by introducing several key Ruby language insights. After this section, you will understand why is it that some method or variable is not available in some scope and available in others or how scope changes in your code and more.
In the second section of the course, we will cover all the SDK methods that are involved in metaprogramming. Along the way, we will go through several examples that demystifies magic behind most popular gem code as well.
In the last section of the course, we will put everything we've learnt into practice and will build our own rspec, domain specific language and some of the rails most popular magical methods.
Understand the magic behind Ruby on Rails.
Write better, more elegant & efficient Ruby code and tests.
Join the "Ruby Guru" pride.
Jovica S.
This course is an excellent resource for anyone looking to master Ruby metaprogramming. The content is thorough and covers all aspects of the topic in great detail. The examples and the practice exercises are well thought and quite helpful as well. I recommend this course for anyone wanting to deepen their understanding of Ruby!