Ready to start building?
Experience seamless connectivity, real-time messaging, and crystal-clear voice and video calls—all at your fingertips.
January 11, 2024
Phone Numbers in Rails with Normalizes and Generated Columns
Handling international phone numbers can be tricky. A couple of Ruby on Rails features, Normalizes and Generated Columns, can make life easier!
Karl Lingiah
Ruby Developer Advocate
November 14, 2023
Working with Environment Variables in Ruby
In this post we'll explore what environment variables are, why they are useful, and how to use them in your Ruby projects.
Karl Lingiah
Ruby Developer Advocate
August 24, 2023
Using ngrok in Rails in 2023
A quick guide to using ngrok with Ruby on Rakils for tunneling in development environment.
Benjamin Aronov
Developer Advocate
August 30, 2022
What Can I Do With MMS?
An overview of the MMS channel of the Vonage Messages API, with a walkthrough of an example application which uses the Ruby SDK to send an MMS image message.
Karl Lingiah
Ruby Developer Advocate
May 31, 2022
Re-Building a “Dead” Tech Community
Tips and lessons about rebuilding a dormant tech community. In this example, a Ruby on Rails meetup group
Benjamin Aronov
Developer Advocate
January 31, 2022
New Year, New Rails
Some personal impressions of the Rails 7 release. TLDR: I'm excited!
Karl Lingiah
Ruby Developer Advocate
November 18, 2021
Testing External APIs in Ruby with Webmock and VCR
Testing external APIs comes with certain challenges. Ruby libraries like Webmock and VCR can help us overcome them.
Karl Lingiah
Ruby Developer Advocate