Mateo mojicaHow to configure different environments in RailsWhen working in software development, at some point you must have heard about the production environment and asked yourself, what does that…Oct 11Oct 11
Mateo mojicaCache with RailsApplication performance is one of the most important things to consider when you are building an application because it will directly…Sep 13Sep 13
Mateo mojicaWSL for Ruby DevelopmentDeveloping with Ruby in Windows can be daunting, there are many compatibility issues, the version managers don’t work well, and the console…Aug 23Aug 23
Mateo mojicaHow to have background jobs in RailsIn the world of backend development, sometimes you have some tasks or processes that take a long time to complete, especially when you have…Jul 12Jul 12
Mateo mojicaAdding Active Resource to your appService Oriented Architecture splits what would be a monolithic app into several services with the same functionality. This design pattern…Jun 14Jun 14
Mateo mojicaError Handling in RailsOne aspect of development that often gets overlooked or underestimated when building applications is arrow handling, but it is the most…May 10May 10
Mateo mojicaHow to use RabbitMQ with RailsService-oriented architecture is used everywhere and those services need to communicate with each other, a way to do that is to use…Apr 12Apr 12
Mateo mojicaBasic concepts to understand encryptionEncoding and encryption are used every day in communications and security for applications, In this article, we are going to learn basic…Mar 8Mar 8
Mateo mojicaGraphQL basics for Rails applicationsGraphQL is a technology that is being used more and more to create APIs due to its flexibility and speed. It was created by Facebook in…Feb 9Feb 9
Mateo mojicaHow to use version managers with RoRVersion managers are an important part of any development environment, in this article, I’m going to show you the most used version…Nov 9, 20231Nov 9, 20231