Projects ideas for learning Ruby or any Ruby web framework
Projects to tackle as you learn a new programming language
Aug 2, 20237 min read2.6K

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

If you want to freeze strings in Ruby there are at least two ways to do this: 1) Adding the magic comment at the beginning of the file # frozen_string_literal: true 2) Calling .freeze on the string that you want to freeze a = "this is a frozen strin...
When learning a new language/framework it is best to work on a real project. What project should you choose?