#ruby
Read more stories on Hashnode
Articles with this tag
Waiting for a new project (I am so excited about a new one!) is a good time to go back to recent problems. (Un)fortunately some time ago me and my...
CRuby has a Global Lock Interpreter, that imposes certain limitations on us. I wrote about it a bit in my previous article. But does this means that...
Machine Learning is like a magic word now - for sure you have heard something cool about it, a lot of developers tried to build some models using...
I thought that it could be good excercise to write script that will use graphs to find "cheapest way" using some algorithm. I know that there are...
One think I really like in Rubymine is that it knows where are classes are and thanks to that we can move to them with one click. After moving to VIM...
ActiveRecord provides a bunch of useful methods. One of them is a find_or_create_by which is cool, because it avoids using IF...