Tracking Retries in ActiveJob (Sidekiq) in Ruby on RailsWhen working with background job processing in Ruby on Rails, it’s common to need precise control over retry logic, especially for handling…Nov 27, 2024Nov 27, 2024
Decoupling Business Logic in Legacy Rails Applications: Challenges and Scalable SolutionsIn modern web applications, the need to handle complex business logic efficiently and maintain a clean, scalable codebase is paramount…Jul 3, 2024Jul 3, 2024
Active Record transactions and background jobsWhen working with databases in Ruby on Rails, it’s crucial to manage transactions effectively to maintain data integrity and consistency…Jul 18, 2023Jul 18, 2023
Creating a Cluster with ElixirThe other day asked few candidates for Go engineers to implement coding task. The task is create a tiny service which allows to monitor…Jan 10, 20231Jan 10, 20231
Common mistakes with SidekiqSidekiq is one of the most popular background job framework in Ruby/Ruby on Rails world. It’s easy to use, but I keep finding the same…Jul 28, 2021Jul 28, 2021
Ruby input matching, validation and normalization pitfallsEvery developer knows that user-supplied data must be validated, filtered, or sanitized by the application. Below are 5 pitfalls that Ruby…Feb 3, 2021Feb 3, 2021