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 …
TLDR: This is NOT about installing Linux on a Mac! Who would do that? 😏 So, you got yourself a new Macbook. Maybe it was …
At the beginning of this year, I made my code editor transition from VSCode to Neovim, but there were some features, plugins, and tips I …
PaaS ou VPS? Ultimamente tenho preferido serviços PaaS como o Heroku, mas muitos clientes preferem uma VPS na maioria das vezes pelo preço fixo, mas …
One of the cool things about Elixir is the pattern matching, in this post we will be able to understand about Pattern Matching and how …