The Bliss of Remote Work in Llançà
Exploring the joys of remote work with a beach view in Llançà, blending productivity with the serenity of the sea.
Exploring the joys of remote work with a beach view in Llançà, blending productivity with the serenity of the sea.
Explore the challenges, lessons learned, and best practices in migrating from ActiveJob to Sidekiq::Job for faster and more efficient job processing in Rails...
Join me as I share my journey through the first few months at Regate by Qonto, from navigating a company acquisition to building personal and professional co...
Come with me as I delve into the culture, challenges, and opportunities that come with joining the Regate’s Banking team under Qonto’s innovative umbrella.
Join me on a delightful journey through the world of Ruby on Rails, where every line of code is a story of creativity and efficiency.
Wish all your dreams come true, all deploys are successful and nothing bad happen to your servers.
A whimsical exploration into Ruby’s spaceship operator, how it harkens back to classic gaming, and how we can use it to compare Jedi midichlorian counts.
An exploration of the fresh features in Rails 7.1, from ActiveRecord enhancements to the introduction of Bun for JavaScript. A release made even more special...
A tech enthusiast’s personal evolution, from local Brazilian tech events to international stages, and the beautiful journey of embracing new cultures.
An exploration of ‘The Phoenix Project’ reveals deep insights into DevOps and the intricate dance of software development.
What happens when my daughter spots a ‘familiar face’ on my work screen? A light-hearted tale of family, code, cats, and unexpected connections.
Unraveling the mystery of the ‘rails new’ command. Let’s explore its options and discover how to shape our Rails application from the get-go.
Ever wondered what exactly happens under the hood when you type ‘rails new my-amazing-app’? This post explores the files and directories that Rails creates f...
Embarking on a new project as a Software Engineer is always a thrilling adventure, especially when it involves creating a new Rails application. In this arti...
Dive into the world of Rails and learn a simplified, no-nonsense way to authenticate your app. HTTP Basic Authentication might not be the flashiest bouncer a...
Explore advanced techniques and best practices for using FactoryBot in your Rails applications to create efficient and maintainable test data management solu...
Finding a new apartment in Barcelona was tough. Between the high prices, language barriers, and unfamiliar neighborhoods, it seemed like a huge challenge. Bu...
Learn how to efficiently manage test data in your Ruby on Rails application using FactoryBot.
Once upon a time, in a faraway land, there was a kingdom ruled by a powerful sorcerer named ASDF. The people of the kingdom trusted him to manage all the dif...
As software engineers we must know the importance of having efficient and maintainable tests. That’s why we use RSpec, the most popular testing framework for...
Quick tip (actually a workaround) on how to install recent Ruby version using ASDF
From croissants for breakfast to Chinese food for lunch, my first week at SeQura was a tasty and welcoming introduction to life as a software engineer in Bar...
Discover the power of Shared Examples in RSpec for Rails and simplify your testing process with reusable and DRY code. Learn how to write shared examples for...
Writing tests is an important part of the development process. But, as your application grows, the test suite can become slower and slower, causing frustrati...
In this article, we delve into the world of RSpec testing in a Ruby on Rails application. By leveraging the power of RSpec, we can ensure that our applicatio...
After 15 months of working in pajamas for a US company, I received an exciting job offer that will take me and my family from Brazil to Spain. We’ll be tradi...
Are you tired of buggy code and unreliable tests in your Rails project? Look no further! In this article, we will show you how to add the RSpec gem to your R...
Naming variables in a Ruby on Rails environment is crucial for code readability and maintainability. Using descriptive and meaningful names, sticking to conv...
Upgrade to Rails 7 and take your web development to the next level with its new features like support for multiple databases, parallel testing and improved p...
Dockerize your Rails application and elevate your development, testing, and deployment process with this step-by-step guide. Experience the reliability and e...
This is a quick tip to help you improving your database queries with the pluck ActiveRecord method
In this tutorial, we will be adding a Trip model to a Rails app. Each Trip can have one or more Destinations and is created by a User. Destination can have o...
In this article, we’ll go over the basics of getting started with GitHub and creating a repository for a Ruby on Rails (RoR) app.
In this tutorial, we will be adding authentication to a Rails app using the Devise library. Devise is a popular gem that provides a full-featured and flexibl...
In this article we will learn you how to seed data to a Rails application from a CSV file. For this example we will use the Destination model from the travel...
In the previous article, we showed you how to create a simple CRUD web application for a travel domain using Ruby on Rails. In this article, we’ll take that ...
Ruby on Rails is a fantastic web development framework that makes it easy to build web applications with powerful features. In this article, we’ll show you h...
It all began in the mid-1990s, when Japanese programmer Yukihiro “Matz” Matsumoto set out to create a new programming language. He wanted a language that bal...
Recursion is a powerful concept in programming that allows a function to call itself repeatedly until a specific condition is met. This can be a useful tool ...
The Fibonacci Number is another common code challenge and it has some simililraties with the Factorial Number we already solved.
Finding the Factorial Number is a common and simple challenge. Though it’s easy to solve I find it interesting because it allows us to solve it in different ...
This blog is hosted on GitHub Pages and it was built with Jekyll following a tutorial from GitHub Skills. Jekyll is a static site generator that was made to ...
Hello there, this my first blog post.