Codeminer42's Engineering Blog
The Miners

Gotta Go Fast: Jobs, Emails and Cache with Rails
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 a welcome…
Integrating React Native into iOS Apps
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 have a…
Everything You Need To Know About Redux
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 read this…
Back-end Design Patterns in Rails
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: a quick…
Tracking Activity on your App
When it comes to web applications, there's a vast range of topics that can be explored. One of the most relevant is tracking, which involves systematically monitoring key application metrics,…