Async Ruby on Rails 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. Matheus Richard June 7, 2024 Ruby Rails Concurrency
Mining Gold in Digital Conversations How I used artificial intelligence and async programming to transform interesting conversations into blog posts. Matheus Richard September 12, 2023 Ruby Concurrency Performance Design Pattern Artificial Intelligence Machine Learning
My adventure with Async Ruby I used the async gem to speed up a portion of my app. Here’s how it went and my thoughts on the gem. Matheus Richard January 23, 2023 Ruby Concurrency
Meet Fiber, Thread's Cooperative Cousin A brief introduction to Ruby’s lightweight concurrency primitive. Thom Carter November 16, 2021 Ruby Concurrency Performance
Long-lived processes in Elixir Long-lived processes are everywhere in Elixir. Let’s look at why they’re needed and how to create them! German Velasco June 18, 2018 Elixir Processes Concurrency
A Simple Approach to Thread-Safe Networking in iOS Apps Concurrent programming is hard! But by taking advantage of a lesser-known aspect of its design, we can avoid some common pitfalls. Adam Sharp September 21, 2017 Concurrency Parallelism URLSession Networking Swift iOS