Support of Ruby 2.2 Has Ended— If you’re still on Ruby 2.2, it’s time to upgrade, preferably to 2.5 but at least to 2.4 as Ruby 2.3’s support will end too in March 2019.
eBook: Using AWS Lambda with Ruby and Python— Serverless functions are incredibly useful for configuring the execution of our workload processes. We only pay for the time and computing power that we use. Learn more in our eBook.
Codeship sponsor
Faster Apps, No Memory Thrash— Touches on aspects of Ruby memory management, from how memory is allocated to how you can speed things up. It’s a slidedeck, yes, but with good notes.
Noah Gibbs slidedeck
The Ongoing Quest for Ruby Pattern Matching— There’s been discussion around listening to suggestions on how to add pattern matching to Ruby. Victor offers up an approach as a conversation starter.
Senior Ruby on Rails Engineer— The Developer Publication platform team is looking for an engineer that loves a challenge and has experience creating REST web services.
Apple
Senior Ruby Web Developer at Cookpad— Love cooking? Join Ruby and Rails core contributors as we build a world class startup team backed by a mature product.
Cookpad
Find A Job Through Vettery— Vettery matches top tech talent with fast-growing companies. Take a few minutes to join our platform.
Rails and Conditional Validations in Models— Often validations are only useful in a specific context, so adding them to the base model pollutes the domain. Here’s a way to only validate when it’s needed.