How To Solve Every Programming Problem
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 …
Codeminer42’s Engineering Blog
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 …
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 …
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 …
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 …
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 …
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 …
Last week, I attended RailsConf 2025, which was one of the highlights of my career. An occasion to meet people, learn, and celebrate the conference …
If you have worked in a JavaScript frontend or backend application, you have at least heard of TypeScript. And by heard, I mean heard something …
We are living in a transformative era for software development. Since the advent of LLMs (Large Language Models) used as developer tools, starting around 2022 …
Continuing our series ‘Everything you need to ace PWA in Rails’, I’m going to show you how to reduce the service worker boilerplate in your …