ruby
3 articles tagged “ruby”
Blog
February 14, 2023
Writing and reading JSON files in Ruby
Have you ever written a script in Ruby and suddenly realized that the data necessary for your script to run smoothly makes up for almost…
Blog
June 12, 2019
Symbols and Variables in Ruby & Destructuring in JS
Symbols and Variables in Ruby Symbols and variables are very different things in Ruby. Symbols are like strings, they’re immutable and behave like constants. All…
Blog
January 7, 2016
STOMP/ActiveMQ communication for Ruby/Rails applications
Introduction Using a messaging protocol to facilitate communication between different applications is nothing new, in fact it has been the defacto standard for fast and…