And more
Resources
Need to know more about Ruby on Rails? These articles will suit you nicely!
Can multiprocessing be a good alternative to multithreading? Sure! It depends, however, on answering the following question: does my project really need multiple processes? To get...
Aug 19· 14 min read
The Ruby and Ruby on Rails community has been having a tough time in the past few years, due to evident decrease in interest from companies and developers. More and more startups...
Jan 15· 19 min read
Public, protected and private access – all of the programmers are familiar with that concept. Nothing special, we work with them on a daily basis. However, as Ruby developers, do...
Mar 18· 8 min read
The architecture created with the use of microservices is one of the most important breakthroughs in recent years in the world of web and software development. The modular...
Oct 01· 4 min read
Rails 6.0. is finally released. We’re excited to see all the new stuff Rails 6.0 has to offer! With regular releases of the beta versions, developers had access to the upcoming...
Apr 24· 4 min read
Although the most popular, Rails are not the only Ruby frameworks out there. Well, one can say “what’s the point of having others?”, while others would quarrel with the “the more...
Feb 21· 5 min read
In Ruby, chain of responsibility can help you with more effective optimizing of the legacy code. How? Read on to get a real-life project example, in which we used this method to...
Jan 24· 6 min read