Udemy - Complete Guide to Ruby Programming
- Category Other
- Type Tutorials
- Language English
- Total size 2.1 GB
- Uploaded By freecoursewb
- Downloads 110
- Last checked 6 days ago
- Date uploaded 5 months ago
- Seeders 6
- Leechers 3
Infohash : 2079B7AE6D1F5DD67B89CBBF9FC2F2287F522429
Complete Guide to Ruby Programming
https://WebToolTip.com
Published 7/2025
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 9h 12m | Size: 2.07 GB
Master the fundamentals of Ruby, from object types and control structures to classes, exceptions, and file handling.
What you'll learn
Master Ruby's core concepts, including variables, objects, strings, and arrays, to build strong foundational skills in programming.
Understand and implement control structures like conditionals and loops to solve real-world problems with Ruby.
Create custom methods and classes to improve code organization, reuse, and maintainability in Ruby projects.
Build real-world projects, including a final restaurant finder app, using Ruby's powerful file handling, data manipulation, and object-oriented features.
Requirements
No prior programming experience needed. This course will guide you through all the basics, from installation to advanced concepts.
A computer with internet access for coding exercises and project work.
Files:
[ WebToolTip.com ] Udemy - Complete Guide to Ruby Programming- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1 - Introduction
- 1 -GIT.txt (0.1 KB)
- 1 -Using GitHub Codespaces.mp4 (11.9 MB)
- 1 -Class methods.mp4 (24.2 MB)
- 2 -Class attributes.mp4 (19.3 MB)
- 3 -Class reader and writer methods.mp4 (15.3 MB)
- 4 -Challenge Radio.mp4 (8.3 MB)
- 5 -Solution Radio.mp4 (43.6 MB)
- 1 -Class inheritance.mp4 (27.8 MB)
- 2 -Override and extend.mp4 (26.6 MB)
- 3 -Access the superclass.mp4 (18.6 MB)
- 4 -Challenge Dungeon dice.mp4 (14.6 MB)
- 5 -Solution Dungeon dice.mp4 (32.0 MB)
- 1 -Namespacing.mp4 (20.7 MB)
- 2 -Mixins.mp4 (31.7 MB)
- 3 -Load, require, and include.mp4 (9.2 MB)
- 4 -Challenge To-do list.mp4 (6.8 MB)
- 5 -Solution To-do list.mp4 (19.8 MB)
- 1 -Handle exceptions.mp4 (20.0 MB)
- 2 -Handle specific exceptions.mp4 (17.8 MB)
- 3 -Exception methods.mp4 (12.4 MB)
- 4 -Raise exceptions.mp4 (18.4 MB)
- 5 -Custom exceptions.mp4 (23.7 MB)
- 1 -Inputoutput basics.mp4 (10.7 MB)
- 2 -File system basics.mp4 (13.1 MB)
- 3 -Types of file paths.mp4 (29.3 MB)
- 4 -File permissions.mp4 (5.6 MB)
- 1 -Access files.mp4 (7.5 MB)
- 2 -Write to files.mp4 (12.9 MB)
- 3 -Read from files.mp4 (21.3 MB)
- 4 -File pointer.mp4 (18.1 MB)
- 5 -Read or write an entire file.mp4 (25.0 MB)
- 6 -Rename, delete, copy.mp4 (14.1 MB)
- 7 -Examine file details.mp4 (20.6 MB)
- 8 -Challenge List maker.mp4 (31.1 MB)
- 9 -Solution List maker.mp4 (32.1 MB)
- 1 -Create directories.mp4 (19.7 MB)
- 2 -Change directories.mp4 (18.2 MB)
- 3 -Entries.mp4 (26.7 MB)
- 4 -Glob.mp4 (19.6 MB)
- 5 -Challenge Treasure hunt.mp4 (7.6 MB)
- 6 -Solution Treasure hunt.mp4 (26.0 MB)
- 1 -CSV.mp4 (38.5 MB)
- 2 -YAML.mp4 (29.0 MB)
- 3 -JSON.mp4 (29.1 MB)
- 4 -XML.mp4 (12.8 MB)
- 1 -Embed Ruby.mp4 (19.0 MB)
- 2 -Binding.mp4 (14.1 MB)
- 3 -Template files.mp4 (18.1 MB)
- 4 -Challenge Mail merge.mp4 (13.1 MB)
- 5 -Solution Mail merge.mp4 (28.4 MB)
- 1 -Restaurant finder.mp4 (15.7 MB)
- 10 -Completing the project.mp4 (35.7 MB)
- 2 -Project organization.mp4 (12.3 MB)
- 3 -User input.mp4 (19.5 MB)
- 4 -File storage.mp4 (29.9 MB)
- 5 -List action.mp4 (23.0 MB)
- 6 -Output.mp4 (26.3 MB)
- 7 -Sort the list.mp4 (23.0 MB)
- 8 -Find action.mp4 (22.2 MB)
- 9 -Add action.mp4 (24.3 MB)
- 1 -Introducing Ruby.mp4 (6.9 MB)
- 2 -Install Ruby.mp4 (7.5 MB)
- 3 -Using Ruby.mp4 (9.6 MB)
- 4 -Interactive Ruby Shell (IRB).mp4 (6.9 MB)
- 1 -Objects.mp4 (5.3 MB)
- 10 -Symbols.mp4 (21.1 MB)
- 11 -Booleans.mp4 (14.6 MB)
- 12 -Ranges.mp4 (15.5 MB)
- 13 -Constants.mp4 (8.0 MB)
- 14 -Nil.mp4 (6.9 MB)
- 15 -Challenge Roman numerals.mp4 (3.2 MB)
- 16 -Solution Roman numerals.mp4 (3.6 MB)
- 2 -Variables.mp4 (9.6 MB)
- 3 -Numbers Integers.mp4 (9.8 MB)
- 4 -Numbers Floats.mp4 (10.0 MB)
- 5 -Strings.mp4 (15.8 MB)
- 6 -Strings Escaping and interpolation.mp4 (15.7 MB)
- 7 -Arrays.mp4 (15.7 MB)
- 8 -Array methods.mp4 (16.7 MB)
- 9 -Hashes.mp4 (14.6 MB)
- 1 -About control structures.mp4 (3.4 MB)
- 2 -Conditionals if, else, elsif.mp4 (12.9 MB)
- 3 -Conditionals unless.mp4 (9.6 MB)
- 4 -Conditionals case.mp4 (18.8 MB)
- 5 -Conditionals Shorthand operators.mp4 (21.7 MB)
- 6 -Loops.mp4 (17.9 MB)
- 7 -Iterators.mp4 (20.1 MB)
- 8 -Challenge Blanket patterns.mp4 (5.3 MB)
- 9 -Solution Blanket patterns.mp4 (37.4 MB)
- 1 -Identifying Ruby code.mp4 (3.3 MB)
- 2 -Exit a running script.mp4 (12.5 MB)
- 3 -Input and output.mp4 (10.4 MB)
- 4 -Challenge Guessing game.mp4 (9.5 MB)
- 5 -Solution Guessing game.mp4 (17.8 MB)
- 1 -Time.mp4 (17.4 MB)
- 2 -Date.mp4 (17.2 MB)
- 3 -Challenge Birthdate analysis.mp4 (9.8 MB)
- 4 -Solution Birthdate analysis.mp4 (24.3 MB)
- 1 -Enumerables.mp4 (11.2 MB)
- 2 -Code blocks.mp4 (17.3 MB)
- 3 -Find methods.mp4 (17.4 MB)
- 4 -Map methods.mp4 (12.9 MB)
- 5 -Inject methods.mp4 (19.0 MB)
- 6 -Sort methods.mp4 (20.3 MB)
- 7 -Merge methods.mp4 (13.2 MB)
- 8 -Challenge Ruby blanks.mp4 (7.8 MB)
- 9 -Solution Ruby blanks.mp4 (15.1 MB)
- 1 -Define and call methods.mp4 (14.3 MB)
- 10 -Solution Pig Latin.mp4 (37.1 MB)
- 2 -Variable scope.mp4 (14.5 MB)
- 3 -Arguments.mp4 (22.9 MB)
- 4 -Argument default values.mp4 (14.8 MB)
- 5 -Using a hash of options.mp4 (17.3 MB)
- 6 -Return value.mp4 (12.8 MB)
- 7 -Return multiple values.mp4 (13.9 MB)
- 8 -Output vs. return values.mp4 (7.7 MB)
- 9 -Challenge Pig Latin.mp4 (8.9 MB)
- 1 -Define a class.mp4 (10.2 MB)
- 2 -Instances.mp4 (14.1 MB)
- 3 -Attributes.mp4 (15.3 MB)
- 4 -Readerwriter methods.mp4 (16.3 MB)
- 5 -Attribute methods.mp4 (14.5 MB)
- 6 -Method access control.mp4 (21.7 MB)
- 7 -Initialize method.mp4 (11.3 MB)
- 8 -Challenge Dice.mp4 (8.0 MB)
- 9 -Solution Dice.mp4 (21.4 MB)
- Bonus Resources.txt (0.1 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce