Ruby For Beginners | Ruby Tutorial with Real Projects

  Рет қаралды 50,812

Best Tutorial

Best Tutorial

Күн бұрын

Пікірлер: 42
@mohamedinfas5341
@mohamedinfas5341 2 жыл бұрын
Thank God. Still people out there putting Ruby tutorials 😇
@blaqued5186
@blaqued5186 2 жыл бұрын
This is just what I was looking for THANK YOU! Good ruby tutorials are hard to find.
@Raubritterr222
@Raubritterr222 Жыл бұрын
Omg, this is the BEST tutorial on Ruby I've seen! Thank you!
@gayealisir5661
@gayealisir5661 Жыл бұрын
Sir you have a golden voice. I thought I was hearing an AI generated voice based on a professional voice actor.
@andrewng9950
@andrewng9950 2 жыл бұрын
Ruby is one of the most elegant language out there, and also has developer happiness and principle of least surprise in its philosophy.
@imariomm
@imariomm Жыл бұрын
No need to search for another Ruby tutorial/course... Everything I need to get started is here
@jnrsabuneti
@jnrsabuneti Жыл бұрын
which code editor did you use? Couldnt download the Aptana Studio
@imariomm
@imariomm Жыл бұрын
@@jnrsabuneti vscode
@SamuelMcallister-n2p
@SamuelMcallister-n2p Жыл бұрын
cool video)
@Awesomekid2283
@Awesomekid2283 6 ай бұрын
I'm nearly done now and it's been such a great tutorial, but I wanted to mention that polymorphism doesn't exist in dynamically typed languages. Duck typing is all you get, and you did a great job of illustraing that. In your example of polymorphism, you have two separate objects that each have their own `print` methods. That's it. The fact that you can print from both of them is because you wrote a `print` method for both of them, and it has nothing to do with the fact that they both inherit from the same base class. In fact, the inheritance only matters for the `title` instance variable. Had you written initializers for all your classes, you wouldn't need the `Document` class. If this were an example of polymorphism, then the fact that you can convert both an array and a hash to a string using `to_s` would also be polymorphism since all objects inherit from the `Object` class. Polymorphism can't exist in a dynamically typed language because the types of your variable can never be different than the types you store in them.
@hangqinghe3953
@hangqinghe3953 2 жыл бұрын
Thanks for this awesome video, its really good intro to Ruby. Would be great if you consider making a playlist to walkthrough a bigger project, like create an app or something.
@tanusrighosh583
@tanusrighosh583 2 жыл бұрын
It is just awesome. I just started it. Watched 1 hour ..... Really very very helpful .....
@king-ul-king
@king-ul-king Жыл бұрын
Thank you man!!! Never let RoR go off the trend!
@spacet656
@spacet656 2 жыл бұрын
this is the best tutorial so far for ruby . thank you keep it up. try now to make short videos on some core aspects too. otherwise am glad about this
@alfin_efendi
@alfin_efendi Жыл бұрын
nice, thanks you
@bistbist1615
@bistbist1615 2 жыл бұрын
You are great i am using pokemon essentials for game project while making changes it shows me errors i can't understand them but this was helpful now i can build my own monster taming game thanks to you😄😄 ☑✅✅☑☑
@nautilussp1366
@nautilussp1366 11 ай бұрын
it would be really great help if the screen zoomed when recorded.
@traciss
@traciss 2 жыл бұрын
Can you use VS code instead of Aptana. I'm getting Java exit code 13 error when I try to start aptana.
@BestTutorial07
@BestTutorial07 2 жыл бұрын
you can use any IDE according to your convenience.
@dukeflyingcow
@dukeflyingcow 9 ай бұрын
Great Stuff. Though I'm having difficulty understanding the fibonacci's temp variable usage....
@abigiyatadesse2672
@abigiyatadesse2672 Жыл бұрын
Thank you so much.
@jerrymathew5689
@jerrymathew5689 8 ай бұрын
special one
@PedroRodriguez-dl5yt
@PedroRodriguez-dl5yt Жыл бұрын
Thanks, good english fon latinos.
@zack176
@zack176 Жыл бұрын
Bro at recruaive method the expression i don't understand when he put 5 as the number shouldn't it be 9 but it was 15 how
@Awesomekid2283
@Awesomekid2283 6 ай бұрын
I really appreciate this tutorial, but I need to clarify something. `and`, `or`, and `not` are the same as `&&`, `||`, and `!`, respectively, but they have much lower precedence, even lower than the assigment operator. This means you should never use `and`, `or`, or `not` unless you have a specific reason, and you should always use `&&`, `||`, and `!`.
@sahlanmahdi4007
@sahlanmahdi4007 Жыл бұрын
Merci pour le tutoriel
@fakenood9285
@fakenood9285 Жыл бұрын
Im in window 11 its hard to follow because all the site has been updated
@pkvpraveen
@pkvpraveen 2 жыл бұрын
Watching from Kerala, India. Where did you get the word "malayalam" for palindrome check? 😀
@iamnotironman4426
@iamnotironman4426 Жыл бұрын
Complete cheytho
@M45t3rJ4ck
@M45t3rJ4ck 6 ай бұрын
not vs code nor any of the installation recomended by for windows works...
@AmaltheaVimes
@AmaltheaVimes Жыл бұрын
... is the voice ai-generated? Just curious - it has the sound of a 'hired' or automatic voice, but most hired voices aren't going to be familiar with Ruby. Sounds like a narrator - voice. Interesting... curious. Thank you! : )
@BestTutorial07
@BestTutorial07 Жыл бұрын
It's not
@Boyaire
@Boyaire Жыл бұрын
This course seems interesting ... but I can't read the code ! Characters aren't big enough.
@zack176
@zack176 Жыл бұрын
Same
@webza77
@webza77 11 ай бұрын
Yeah. It's a problem. Hey needs to reupload the video with the code zoomed in.
@aliyosh2566
@aliyosh2566 2 жыл бұрын
"orrrr any of your favorite development editors"
@BestTutorial07
@BestTutorial07 2 жыл бұрын
vs cose : code.visualstudio.com/
@aliyosh2566
@aliyosh2566 2 жыл бұрын
@@BestTutorial07 thats the one I use currently, love it sm
@elmatadorlegends7818
@elmatadorlegends7818 9 ай бұрын
🇧🇷🇧🇷
@jnrsabuneti
@jnrsabuneti Жыл бұрын
Who else is having issues with downloading Aptana Studio?
@zack176
@zack176 Жыл бұрын
I downloaded vs code
@aXimo
@aXimo Жыл бұрын
Finally I’ve found a proper English speaker and not one of those #…
Ruby Programming Language - Full Course
4:02:51
freeCodeCamp.org
Рет қаралды 1,1 МЛН
5 Secrets to Becoming a Badass Ruby on Rails Developer
28:01
Mix & Go
Рет қаралды 26 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Simon Sinek's Advice Will Leave You SPEECHLESS 2.0 (MUST WATCH)
20:43
Alpha Leaders
Рет қаралды 2,6 МЛН
Build Web App With Ruby On Rails | ROR Tutorial #rubyonrails
7:53:02
Best Tutorial
Рет қаралды 32 М.
Node JS Advanced Concepts - Part 01 #nodejs #nodejsadvanced
3:11:47
Best Tutorial
Рет қаралды 13 М.
Learn Ruby on Rails - Full Course
4:03:49
freeCodeCamp.org
Рет қаралды 877 М.
Ruby Programming | In One Video
36:36
Giraffe Academy
Рет қаралды 161 М.
Web Design for Beginners | FREE COURSE
5:18:44
Envato Tuts+
Рет қаралды 3,7 МЛН
Fullstack LMS: Ruby on Rails 7, Hotwire, Tailwind, Stripe, PostgreSQL
8:02:47
How I Would Learn Python FAST (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 727 М.
Ruby on Rails in 100 Seconds
3:33
Fireship
Рет қаралды 501 М.
Ruby in 100 Seconds
2:37
Fireship
Рет қаралды 872 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН