Codeminer42's Engineering Blog
The Miners' Guide to Code Crafting

Internationalization in Rails
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
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
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
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…