With Learning to Program in Ruby: By Example you will get a 40% discount on yearly plans and a 20% monthly discount oneducative.io. It is one of the popular courses from educative.io
The course will provide a strong foundation for the advancement of your programming skills and also pave the way for a career in programming.
Learning to Program in Ruby: By Example– Developer Discount
With the exclusive Holiday discount, you can get a 20% discount on two years of access to educative.io which includes all the existing and future courses. Two-year access is just $199 after the discount. Lockin this price before it expires.
Get an additional 20 discount on the Learning to Program in Ruby: By Example
Coupon: Use code devops at checkout
Also, you can get a 10% discount on all educative courses using the exclusive discount.
Coupon: Use Code Educative10 at checkout
Get a 40% educative.io annual discount
What will you learn from this course?
1. Before We Begin
- What To Expect From This Course
2. Getting Started
- Hide a Word and Ask for a Letter
- Wait for a Proposal and Check It
- Improve the Proposal Check
3. Handling Multiple Letters
- Ask for More Letters
- Challenge: Character Counter
- Solution: Character Counter
- Improve the Behavior by Using a Routine
- Show the Letters That a Player Finds
- Challenge: Make a Routine
- Solution: Make a Routine
4. Improving the Implementation
- Split the Source Code
- Challenge: Make Separate Files for the Routine
- Solution: Make Separate Files for the Routine
- Show All the Letters That the Player Has Already Found
- Challenge: Implement Multiple Routines
- Solution: Implement Multiple Routines
- Recall the Wrong Proposals
- Challenge: Sort and Remove Duplicates in the Collection
- Solution: Sort and Remove Duplicates in the Collection
5. Declaring Results and Improving Presentation
- Declare That the Player Has Won
- Challenge: Print a Partial Collection
- Solution: Print a Partial Collection
- Declare That the Player Has Lost
- Challenge: Implement a Simple Loop