#ruby
Read more stories on Hashnode
Articles with this tag
We've explored building a conference line with Ruby on Rails before, but the result there was a conference call that anyone could join. If you want to...
When you need to get a bunch of remote people to talk together, a conference call is the simplest way to do so. Everyone dials a number and in seconds...
We've seen how to write a text chatbot using the Twilio API for WhatsApp using Ruby, but WhatsApp also supports sending and receiving location data...
Some things you do as a developer can work for you for years, then turn around and bite you when you were least expecting. These are the things that...
Chatbots are programs that communicate some way with humans. They can be very basic, responding to keywords or phrases, or use something like Twilio...
Recently I’ve been refactoring the tests for a gem I maintain and I needed to test that it sets the right cookies at the right time. But the cookies...