Codeminer42's Engineering Blog

The Miners

  • Gotta Go Fast: Jobs, Emails and Cache with Rails

    · 15 min read · by Juan Andrey

    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

    · 7 min read · by Jeferson Brito

    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

    · 10 min read · by João Victor Vogler

    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

    · 14 min read · by Ian Lourenço

    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

    · 13 min read · by Lucas Geron

    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,…