Lucian Ghinda
All about coding

All about coding

Follow
homeRuby/Rails Tips and TILShortsEssaysAbout meWeekly Ruby NewsletterBlog Newsletter
Tag

learn coding

#learn-coding

More content

Read more stories on Hashnode


Articles with this tag

Projects ideas for learning Ruby or any Ruby web framework

Aug 2, 20237 min read

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...

Projects ideas for learning Ruby or any Ruby web framework

Alternative ways to freeze a string in Ruby

Oct 13, 20224 min read

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 #...

Alternative ways to freeze a string in Ruby

What to work on when learning a new language

Apr 26, 20224 min read

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...

What to work on when learning a new language