Codeminer42's Engineering Blog

The Miners' Guide to Code Crafting

  • Internationalization in Rails

    · 8 min read · by Vinicius Oliveira

    Providing a personalized and accessible experience to a global audience, it is essential for applications to support multiple languages and cultural formats. This process, known as internationalization (i18n), is a…

  • Internationalization in React Apps

    · 10 min read · by Julia Albuquerque

    When building web applications, it is easy to focus solely on your immediate audience. However, the internet has no borders, and your app may reach users from different cultures, languages,…

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

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