17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[ CourseHulu.com ] Linkedin - Ruby Essential Training Part 1 - The Basics
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Ruby, the popular object-oriented open-source programming language, is a great place to start learning programming or web development. You can use it to write interactive programs or build scripts to speed up common tasks. In this course, instructor Kevin Skoglund provides the basics that new and experienced developers need to know to start coding with Ruby, starting with the core object types: numbers, strings, symbols, booleans, and more. He nstrates Ruby's control structures, including conditionals, loops, and iterators. Kevin explains scripting best practices and shows the power of using enumerables and code blocks. By the end of the course, you should be able to use Ruby to define your own custom methods with loops and conditional logic.
If You Need More Stuff, kindly Visit and Support Us -->> https://DevCourseWeb.com
Get More Tutorials and Support Us -->> https://CourseWikia.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/01 - Introduction/01 - Learn the basics of Ruby.mp4
2.9 MB
~Get Your Files Here !/01 - Introduction/01 - Learn the basics of Ruby.srt
1.4 KB
~Get Your Files Here !/01 - Introduction/02 - Get the most out of the exercise files.mp4
2.7 MB
~Get Your Files Here !/01 - Introduction/02 - Get the most out of the exercise files.srt
3.1 KB
~Get Your Files Here !/02 - 1. Get Started with Ruby/01 - Introducing Ruby.mp4
6.2 MB
~Get Your Files Here !/02 - 1. Get Started with Ruby/01 - Introducing Ruby.srt
7.4 KB
~Get Your Files Here !/02 - 1. Get Started with Ruby/02 - Install Ruby on a Mac.mp4
2.6 MB
~Get Your Files Here !/02 - 1. Get Started with Ruby/02 - Install Ruby on a Mac.srt
3.3 KB
~Get Your Files Here !/02 - 1. Get Started with Ruby/03 - Install Ruby on Windows.mp4
1.5 MB
~Get Your Files Here !/02 - 1. Get Started with Ruby/03 - Install Ruby on Windows.srt
1.7 KB
~Get Your Files Here !/02 - 1. Get Started with Ruby/04 - Using Ruby.mp4
11 MB
~Get Your Files Here !/02 - 1. Get Started with Ruby/04 - Using Ruby.srt
13.2 KB
~Get Your Files Here !/02 - 1. Get Started with Ruby/05 - Interactive Ruby Shell (IRB).mp4
6.5 MB
~Get Your Files Here !/02 - 1. Get Started with Ruby/05 - Interactive Ruby Shell (IRB).srt
7.5 KB
~Get Your Files Here !/02 - 1. Get Started with Ruby/06 - Documentation.mp4
11.1 MB
~Get Your Files Here !/02 - 1. Get Started with Ruby/06 - Documentation.srt
8.3 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/01 - Objects.mp4
5.1 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/01 - Objects.srt
5.9 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/02 - Variables.mp4
8.3 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/02 - Variables.srt
9.7 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/03 - Numbers Integers.mp4
6.7 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/03 - Numbers Integers.srt
7.9 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/04 - Numbers Floats.mp4
9 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/04 - Numbers Floats.srt
9.2 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/05 - Strings.mp4
10.3 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/05 - Strings.srt
10.7 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/06 - Strings Escaping and interpolation.mp4
13.2 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/06 - Strings Escaping and interpolation.srt
12.7 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/07 - Arrays.mp4
11.7 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/07 - Arrays.srt
12.6 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/08 - Array methods.mp4
14.7 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/08 - Array methods.srt
13.6 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/09 - Hashes.mp4
13.3 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/09 - Hashes.srt
13.2 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/10 - Symbols.mp4
10.8 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/10 - Symbols.srt
12.3 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/11 - Booleans.mp4
8.7 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/11 - Booleans.srt
8.3 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/12 - Ranges.mp4
8.7 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/12 - Ranges.srt
9.2 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/13 - Constants.mp4
3.2 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/13 - Constants.srt
3.8 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/14 - Nil.mp4
3.4 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/14 - Nil.srt
4.6 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/15 - Challenge Roman numerals.mp4
3 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/15 - Challenge Roman numerals.srt
2.6 KB
~Get Your Files Here !/03 - 2. Ruby Object Types/16 - Solution Roman numerals.mp4
4.8 MB
~Get Your Files Here !/03 - 2. Ruby Object Types/16 - Solution Roman numerals.srt
4.1 KB
~Get Your Files Here !/04 - 3. Control Structures/01 - About control structures.mp4
3.1 MB
~Get Your Files Here !/04 - 3. Control Structures/01 - About control structures.srt
3.5 KB
~Get Your Files Here !/04 - 3. Control Structures/02 - Conditionals if, else, elsif.mp4
8.3 MB
~Get Your Files Here !/04 - 3. Control Structures/02 - Conditionals if, else, elsif.srt
9.8 KB
~Get Your Files Here !/04 - 3. Control Structures/03 - Conditionals unless.mp4
7.2 MB
~Get Your Files Here !/04 - 3. Control Structures/03 - Conditionals unless.srt
7.2 KB
~Get Your Files Here !/04 - 3. Control Structures/04 - Conditionals case.mp4
10.8 MB
~Get Your Files Here !/04 - 3. Control Structures/04 - Conditionals case.srt
10.5 KB
~Get Your Files Here !/04 - 3. Control Structures/05 - Conditionals Shorthand operators.mp4
13.1 MB
~Get Your Files Here !/04 - 3. Control Structures/05 - Conditionals Shorthand operators.srt
13 KB
~Get Your Files Here !/04 - 3. Control Structures/06 - Loops.mp4
13 MB
~Get Your Files Here !/04 - 3. Control Structures/06 - Loops.srt
13.9 KB
~Get Your Files Here !/04 - 3. Control Structures/07 - Iterators.mp4
15.3 MB
~Get Your Files Here !/04 - 3. Control Structures/07 - Iterators.srt
16 KB
~Get Your Files Here !/04 - 3. Control Structures/08 - Challenge Blanket patterns.mp4
4.3 MB
~Get Your Files Here !/04 - 3. Control Structures/08 - Challenge Blanket patterns.srt
4.4 KB
~Get Your Files Here !/04 - 3. Control Structures/09 - Solution Blanket patterns.mp4
18.1 MB
~Get Your Files Here !/04 - 3. Control Structures/09 - Solution Blanket patterns.srt
16.2 KB
~Get Your Files Here !/05 - 4. Ruby Scripting/01 - Best practices.mp4
5.2 MB
~Get Your Files Here !/05 - 4. Ruby Scripting/01 - Best practices.srt
5.6 KB
~Get Your Files Here !/05 - 4. Ruby Scripting/02 - Exit a running script.mp4
9.5 MB
~Get Your Files Here !/05 - 4. Ruby Scripting/02 - Exit a running script.srt
10.3 KB
~Get Your Files Here !/05 - 4. Ruby Scripting/03 - Input and output.mp4
7.8 MB
~Get Your Files Here !/05 - 4. Ruby Scripting/03 - Input and output.srt
8.2 KB
~Get Your Files Here !/05 - 4. Ruby Scripting/04 - Challenge Guessing game.mp4
5.1 MB
~Get Your Files Here !/05 - 4. Ruby Scripting/04 - Challenge Guessing game.srt
5.4 KB
~Get Your Files Here !/05 - 4. Ruby Scripting/05 - Solution Guessing game.mp4
8.6 MB
~Get Your Files Here !/05 - 4. Ruby Scripting/05 - Solution Guessing game.srt
7.6 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/01 - Enumerables.mp4
11.5 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/01 - Enumerables.srt
7.4 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/02 - What is a code block.mp4
12.7 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/02 - What is a code block.srt
13.4 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/03 - Find methods.mp4
13.4 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/03 - Find methods.srt
12.2 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/04 - Map methods.mp4
14.6 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/04 - Map methods.srt
14.1 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/05 - Inject methods.mp4
14.5 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/05 - Inject methods.srt
15.4 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/06 - Sort methods.mp4
13.6 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/06 - Sort methods.srt
12.8 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/07 - Merge methods.mp4
10.2 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/07 - Merge methods.srt
9.6 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/08 - Challenge Ruby blanks.mp4
4.6 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/08 - Challenge Ruby blanks.srt
4.3 KB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/09 - Solution Ruby blanks.mp4
5.9 MB
~Get Your Files Here !/06 - 5. Enumerables and Code Blocks/09 - Solution Ruby blanks.srt
5.6 KB
~Get Your Files Here !/07 - 6. Custom Methods/01 - Define and call methods.mp4
8.5 MB
~Get Your Files Here !/07 - 6. Custom Methods/01 - Define and call methods.srt
9.3 KB
~Get Your Files Here !/07 - 6. Custom Methods/02 - Variable scope.mp4
7.1 MB
~Get Your Files Here !/07 - 6. Custom Methods/02 - Variable scope.srt