An Introduction to Ruby on Rails – From someone with a frontend background
If you've come here looking for a post from a Ruby on Rails expert, I'm sorry to inform you that I'm not that person. What you can expect…
Category
If you've come here looking for a post from a Ruby on Rails expert, I'm sorry to inform you that I'm not that person. What you can expect…
If I had to summarize a programmers' job in a few words, I would say we are 'problem solvers'. However, it's not that simple. Some problems are easy,…
Introduction: Let's Talk About Speed If you've been building with Rails for a little while, you've probably hit that moment: You add a new feature (maybe it sends…
One of the beauties of our programming world is the ability to choose between a wide range of technologies and tools to build applications. For mobile development, we…
This is the day. You will finally learn how to use Redux once and for all, or get all of the money you've spent to be able to…
Introduction In Rails applications, it’s easy to fall into the trap of scattering business logic where it doesn’t belong, especially in controllers. At first, it might seem harmless:…