Solid Queue and Solid Cache with Rails 7Handling background jobs and caching are two of the most important parts of a production app, they allow for a more smooth experience for…Dec 13, 2024Dec 13, 2024
Cloud Storage with RailsCloud storage is one of the most popular and flexible ways of storing files for applications these days, it allows the files to be accessed…Nov 8, 2024Nov 8, 2024
How 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 11, 2024Oct 11, 2024
Cache with RailsApplication performance is one of the most important things to consider when you are building an application because it will directly…Sep 13, 2024Sep 13, 2024
WSL 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 23, 2024Aug 23, 2024
How 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 12, 2024Jul 12, 2024
Adding 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 14, 2024Jun 14, 2024
Error Handling in RailsOne aspect of development that often gets overlooked or underestimated when building applications is arrow handling, but it is the most…May 10, 2024May 10, 2024
How 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 12, 2024Apr 12, 2024
Basic 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 8, 2024Mar 8, 2024