Embedded associations in Rails using JSON fields

Embedded associations in Rails using JSON fields

Learn how to improve the performance and scalability of your Rails applications by using embedded associations with JSON fields. Discover the benefits and limitations of this technique, and learn how to implement it in your own projects.

Arnaud Lachaume
GCP Pub/Sub with Ruby on Rails

GCP Pub/Sub with Ruby on Rails

Learn how to integrate Google Cloud Platform's Pub/Sub with Ruby on Rails for scalable and efficient message handling. Read now.

Arnaud Lachaume
Google Cloud Tasks with Rails Active Job

Google Cloud Tasks with Rails Active Job

Using any serverless runtime? this is how to run Active Job via Google Cloud tasks using the latest version of the cloudtasker gem.

Arnaud Lachaume
Safe expression evaluation in Ruby for user submitted formulas

Safe expression evaluation in Ruby for user submitted formulas

Ruby has a robust library of functions to evaluate mathematical expressions. However, this library is not as good as it could be when it comes to dealing with user-submitted mathematical formulas. This is how Keisan helps.

Arnaud Lachaume