Alick Nyirendathe-sheik.hashnode.dev·Jul 2, 2024Developing "the" Backend!Another little write up! Please don't get tired of me! Another critical part on the new learning cohort I joined was to discuss a previous problem I had encountered while writing some for of backend application in the past and how I was able to navig...Discussbackend
Mohamed Salemmasalem.hashnode.dev·Mar 5, 2024Rails docker templateHey there ! 🌟 This isn't just another article loaded with tips and tricks. Think of it as your secret weapon, a magical toolkit gifted to you 😉 Embarking on the quest of job applications, we often find ourselves too enchanted by the call of lazines...Discuss·142 readsRuby
Thomas Brennetotblog.brennetot.com·Jan 15, 2024Sidekiq is too fastFYI: This was presented at "Tokyo Rubyist Meetup" mid 2023. _________ On an application I'm working on we added a job after a record has been created. A record is created in multiple places. We are using Ruby on Rails, an easy way to not miss a place...Discuss·2 likes·719 readsRuby
Dhaval Singhwww.dsdev.in·Oct 20, 2023Debugging Adventures #1: Memory and SidekiqI love debugging. You know the one where you cant for the love of god figure out why something is happening the way it is or why it's happening in a way it shouldn’t? Exactly, those! So here is a series of posts in a "story" format of my adventures....Discuss·175 readsDebugging Adventuressidekiq
bgroupebgroupe.hashnode.dev·May 29, 2023Scaling Sidekiq Workers on Kubernetes with KEDANote: This article was originally published in April, 2020 Sidekiq + k8s Running Rails applications with Sidekiq in Kubernetes allows for the decoupling of background and web processes to take advantage of Kubernetes’ inherent scalability. A typical ...Discuss·54 readsKubernetes
Shakuroshakuro.hashnode.dev·Feb 20, 2023Sidekiq Tutorial & Overview: Is Sidekiq For Ruby Still Worth Working With After 10 Years?Sherlock Holmes needs Dr. Watson. Ruby programming needs Sidekiq. Or Delayed_job, or Resque? Sometimes our clients are interested in what technologies we are using to build their web application projects. We are happy to share, although it’s not easy...Discuss·2 likesRuby on Rails
Evan BrearleyforWonolo Engineeringengineeringblog.wonolo.com·Nov 1, 2022Common Pitfalls While Using SidekiqSidekiq is one of the most commonly used libraries with Ruby on Rails, allowing for code to be executed independently from requests made to an application. It handles a lot of the complexities of managing defined background jobs, with built in logic ...Discuss·1 like·608 readssidekiqpro
Surbhi Gargsurbhi-blogs.hashnode.dev·Oct 25, 2022Scaling journey - from 16k to 160k users.In my previous article, I explained how we are using a queue-based application that uses sidekiq for the management of queues. We were able to process jobs in the background using this architecture but with growing requests, it was difficult to proce...Discuss·4 likes·231 readsRuby on Rails