Ruby is a language released by Yukihiro Matsumoto in 1995 that bills itself as “a programmer’s best friend”. Every aspect of Ruby is designed to make programming easier for the developer. There is no better first language if you are interested in learning how to program.
Ruby also serves as the foundation for Ruby on Rails, a popular web framework that powers over 1.2 million websites worldwide. The course offers an extensive introduction to the base language you will need to know if you intend to tackle web development in the future.
The course starts by introducing you to Ruby programming and helps you install Ruby on macOS and Windows OS. You will then look at common programming concepts (variables, arithmetic, output). You will learn objects and methods, strings, numbers, Booleans, methods and conditionals, ranges, arrays, and hashes. After that, you will look at Blocks, Procs, and Lambdas; dates and times; file input and output; and regular expressions. Finally, you will look at classes, modules, and inheritance in detail.
By the end of this course, you will be confident enough to work on the Ruby programming language and bring your programming experience to the next level.
All the code files and the resource files are uploaded on the GitHub repository at https://github.com/PacktPublishing/Learn-to-Code-with-Ruby-V-
Install and configure Ruby on both macOS and Windows systems
Learn vital programming concepts (variables, arithmetic, output)
Understand objects and methods, strings, numbers, and Booleans
Look at methods and conditionals, ranges, arrays, hashes, and blocks
Study about Procs, Lambdas, dates and times, file input and output
Get to know regular expressions, classes, modules, and inheritance
Basic text editing skills along with computer skills (web browsing, app installation, file navigation) would be highly recommended to get the most out of this course.
If you are ready to commit yourself, if you are eager to expand your knowledge of programming, if you are ready to discover what makes this elegant language so loved by developers, then you are ready to Learn to Code with Ruby.