The Day Bartleby Visited Daddy’s Office
What happens when my daughter spots a ‘familiar face’ on my work screen? A light-hearted tale of family, code, cats, and unexpected connections.
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...