Published: November 18, 2024
Bluesky has blown in a bit recently as an X alternative. It provides a free API to post to an account's timeline.
Published: May 22, 2024
Want some code to run every few minutes but don't want to load up a scheduling library or background job processor?
Published: December 20, 2020
Another year, another major Rails release. Rails 6.1 looks to be a solid one. Though, despite all the new features and fixes a new Rails version brings, there is always one looming problem for developers - the upgrade.
Published: July 31, 2020
Sidekiq will happily chug along and process any and all jobs that are in the queue. But, what if you want it to take a break for a bit?
Published: July 23, 2016
If you're running your Ruby apps on your own server, you obviously need Ruby installed. The problem is the version of Ruby provided by the OS is commonly not what you want.