#learning
Read more stories on Hashnode
Articles with this tag
Projects to tackle as you learn a new programming language · I shared this on Twitter a while back (you can read it also on nitter) and I think it is...
How to get the class name To get the class name: class User def call = puts self.class.name end User.new.call #=> User This will work even if the...
Examples of creating an enum type, renaming a value, deleting a value · Rails 7 introduced a new way to create enums in PostgreSQL, by adding create_enum...
A short opinionated guide about how to learn Ruby programming language · I think learning Ruby has three parts: OOP + SOLID in Ruby Ruby...
A list of free or paid online resources (books, courses, videos) to learn Ruby on Rails 7 with a focus on Hotwire · I shared this first as a thread on...
When learning a new language/framework it is best to work on a real project. What project should you choose? · If you just started to learn a programming...