This is the way… the Callable Way
Hello, fellow readers! Once again, we are here to talk about some neat Ruby features to make your perfect service/operation class. This time, about the …
Codeminer42’s Engineering Blog
Hello, fellow readers! Once again, we are here to talk about some neat Ruby features to make your perfect service/operation class. This time, about the …
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 …
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 …
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 …
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 …
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 …
Hello, fellow readers! Before we can jump right in, we have an announcement! There is a new series of posts here in the blog: CodeTips! …
Hi, everyone! In this article, we’re gonna cover some features and concepts that differ Ruby from other programming languages, especially from languages that I’ve learned …
Image by jcomp Well, it’s been a while. After a lot of time… I’m back! ( ̄▽ ̄)/ If you haven’t read my last post, give it …
Testing our apps has become mandatory these days. For an app to be considered reliable it must have 95% or so of test coverage. Having …