Doing a bit more research about what does it mean to write something useful by re-reading the Write Useful Books by @robfitz - every new reading brings me new insights.
I have so many ideas about how to improve my email courses content.
#Ruby#EmailCourses#RubyLearning#Coffee
Seeking solidity, I turned to books 📚: Launch School's "Introduction to Programming with Ruby" and "Object Oriented Programming with Ruby," and Ruby Monstas' "Ruby for Beginners." They were my lighthouses in the stormy seas of doubt. #RubyLearning#Books
3️⃣ Nested Collections:
Built on arrays and hashes understanding to grasp nested structures.
Mastered using nested arrays & hashes for complex data.
Practiced data manipulation in nested structures.
🌐 #RubyLearning
Esta práctica de no preocuparse sobre el tipo de objeto de una variable, y simplemente depender de los métodos que esta soporta, es conocida como “Duck Typing” #RubyLearning#Ruby#Rails