Ruby and Rails have several features to make your code more performant using async programming. Here’s a list of these tools and how to use them.
How I used artificial intelligence and async programming to transform interesting conversations into blog posts.
I used the async
gem to speed up a portion of my app. Here’s how it went and my thoughts on the gem.
A brief introduction to Ruby’s lightweight concurrency primitive.
Long-lived processes are everywhere in Elixir. Let’s look at why they’re needed and how to create them!
Concurrent programming is hard! But by taking advantage of a lesser-known aspect of its design, we can avoid some common pitfalls.