#ruby
Read more stories on Hashnode
Articles with this tag
This is part 2 of a series of articles I have begun recently. I try to understand better Rails ActiveRecord and how this is designed internally. In...
Introduction to sorcery I like this quote: Magic is the technology we still need to understand. Rails is an excellent framework; it hides complexity...
If you do not know roadmap.sh, you should totally give it a look. it provides a high-level view of what you should learn if you want to increase your...
I have recently heard about Squashing Rails migration. So I wanted to experiment with it since I love learning how things work internally, and I know...
Introduction Indexes are something that you have most probably heard of and use in your app if you use a relational database in it. In this article, I...
Introduction Let's dive into ruby! There is a really useful gem that we do not notice but is kind of the savior for us developers. There is no...