Projects ideas for learning Ruby or any Ruby web framework
Projects to tackle as you learn a new programming language

Search for a command to run...
Articles tagged with #learning
Projects to tackle as you learn a new programming language

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 name is namespace inside a module: module Authenticated class Visitor def call = puts self.cla...
Examples of creating an enum type, renaming a value, deleting a value

A short opinionated guide about how to learn Ruby programming language
A list of free or paid online resources (books, courses, videos) to learn Ruby on Rails 7 with a focus on Hotwire
When learning a new language/framework it is best to work on a real project. What project should you choose?