RSpec: Basic concepts
Testing with RSpec: Part I – Basic concepts Introduction Hello, fellow reader! Let’s explore the fundamental concepts for the Ruby gem RSpec together. We’ll cover …
Codeminer42’s Engineering Blog
Testing with RSpec: Part I – Basic concepts Introduction Hello, fellow reader! Let’s explore the fundamental concepts for the Ruby gem RSpec together. We’ll cover …
HELLO EVERYONE!!! It is March 8th, 2024 and you are reading the First Codeminer42 Dev Weekly! Let’s see what the tech world showed us this …
Have you ever wondered about the complexity of importing data from Excel files (.xlsx) into a Ruby on Rails project? Considering that .xlsx files aren’t …
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 …
Upgrading a Ruby on Rails application may sound like a daunting task, but fear not! This guide presents a strategic approach to handling a Rails …
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 …
Hey folks! Today I am going to tell you how was my first project as a Codeminer42 employee. Two colleagues and I were charged of …
Read-only is a boolean setting. When true, it prevents an Active Record instance to be updated or destroyed. Although very helpful, there are a few …
First of all, I’m no expert in programming. In fact, I started with Ruby on Rails about one and a half month ago with the …
TL;DR Kemal delivers 8.3x more requests than Rails and 1.5x than Sinatra, using only 15MiB (against 110MiB in Rails and 47MiB in Sinatra) and 56% …