Codeminer42's Engineering Blog
Ruby

Ruby and the State of Artificial Intelligence
Hello, fellow readers! It's been a while since I showed up here, and today, we'll talk about a hot topic: Artificial Intelligence (AI) and Machine Learning (ML) in the Ruby…
Codeminer42 Tour 2023 pt 1 (RailsConf and Reactathon)
At Codeminer42, we believe that participating in and actively contributing to software development communities are important aspects of our endeavors. Beyond our contributions through blog posts, open source, and online…
Increase Performance with Sidekiq and Redis
We know that performance is one of the biggest factors that drive a system to success. But even using the most optimized algorithms, some tasks can still take a long…
CodeTips#4: Debugging Ruby applications
When our code is behaving unexpectedly, our first attempt is usually trying to understand why it happened, but just thinking about it might not be enough. It's easier to understand…
A beginner’s personal journey into automated tests
Like many engineers, I landed into coding kind of by accident. I was programming alone and unsupervised for a decade and my work was mostly guided by what I felt…