Blogs
Stop worrying about PostgreSQL locks in your Rails migrations
Doctolib applications are used by more than 135 000 medical practitioners in France and Germany. They receive more than 70 million patient visits per month. At peak time, our Postgres database handles more than 15 000 requests per second. Acting i...
Everything You Need to Know About Destructuring in Ruby 3
Welcome to our first article in a series all about the exciting new features in Ruby 3! Today we’re going to look how improved pattern matching and rightward assignment make it possible to “destructure” hashes and arrays in Ruby 3—much like how yo...
The future of Traveling Ruby – Joyful Bikeshedding
A couple of years ago, I had a dream: to make it dead-easy to distribute Ruby CLI apps to end users, without requiring those users to install Ruby or muck about with gems and Bundler. And thus Traveling Ruby was born.Traveling Ruby hasn't seen upd...