-
Book Overview & Buying
-
Table Of Contents
Learn to Code with Ruby
By :
Learn to Code with Ruby
By:
Overview of this book
“Learn to Code with Ruby" is a meticulously crafted educational experience, designed to take you from beginner to proficient in the world of programming. Your learning adventure begins with the basics of installation and configuration on various operating systems, followed by an exploration of Ruby’s object-oriented principles.
As you progress, you'll delve into the core of programming with hands-on sessions on variables, data types, and control structures. Our approach is to build your skills progressively, ensuring that each concept is understood profoundly before moving to the next. The course is designed to simulate a real-world coding environment, with practical exercises that encourage problem-solving and critical thinking.
Beyond the syntax and semantics, we emphasize why programming is a critical skill in today's technology-driven landscape. Ruby not only opens doors to software development but also lays a strong foundation for web development with Ruby on Rails. As you move through the course, you'll experience the satisfaction of creating functional code that evolves with complexity. By the end of your journey, you’ll be well-equipped with the knowledge and skills to tackle real-world programming challenges with confidence and creativity. Please refer to the GH repository for all course files and codes.
Table of Contents (33 chapters)
Introduction and Installation
Getting Started
Variables
Object Methods
Booleans and Predicate Methods
Methods
Blocks
Conditionals
Strings I
Loops
Debugging
Arrays I: Creation and Access
Ranges
Arrays II: Iteration and Various Methods
Strings II
Object References and Copies
Hashes I
Arrays III: Bonus Methods
Blocks, Procs, and Lambdas
Classes I: The Basics
Classes II
Keyword Arguments
Classes III: Inheritance
Input and Output
Modules and Mixins
Datetimes
Regular Expressions
Exceptions
Testing with Minitest
Reading and Writing Documentation
Conclusion