I really like this idea of breaking down particular concepts into single episodes. They're extremely easy to digest and it's one of the best form of tutorials I've found so far. I could binge watch them and never get bored😅
I mean, you could do a bunch of videos and stitch them together in a form of a big tutorial, but I don’t see any point in that. Short precise chunks are much easier to find and watch. It’s almost like a single responsibility principle where every episode only talks about one thing at a time
Hope this is helpful! 😄
If you missed the original Sidekiq tutorial, you can get caught up here: ruclips.net/video/fUVTtTVJ_QY/видео.html
I really like this idea of breaking down particular concepts into single episodes. They're extremely easy to digest and it's one of the best form of tutorials I've found so far. I could binge watch them and never get bored😅
Haha glad to hear it because they're also a lot easier to make 😅
I mean, you could do a bunch of videos and stitch them together in a form of a big tutorial, but I don’t see any point in that. Short precise chunks are much easier to find and watch. It’s almost like a single responsibility principle where every episode only talks about one thing at a time
Update:
Now you may wanna do something like this:
:scheduler:
:schedule:
post_schedule:
Or else you're going to get an error.
Great content!
very interesting. I was using a different gem for scheduling, but having all under the same umbrella simplifies ops. Thx for sharing
very useful for my blog app : )
They changed syntax of config in latest versions sidekiq :( You must use exactly 6.5 in your Gemfile! I spend 2 days to fix that :( Thanks for video!
thanks!
another geat knock.