Tutorials
Verify Webhooks in Ruby on Rails with Public Private Key Crytography
When we first launched OhMySMTP we chose Paddle as our Payments Provider, primarily because they handle all sales taxes and payment infrastructure globally. One of the things that took longer than it should have was ensuring that alerts (webhooks)...
Creating a VOD (Video On Demand) Platform with Rails
Recently, I started working on a project where I wanted to allow users to upload videos, then allow them and other users to playback those videos. I was able to find numerous tutorials showing how to make Youtube clones in rails, but nearly every ...
8 Learn new things easily - mapping Rails to Hanami
Recently I gave a talk on Saint P Ruby meetup and as I've got nice feedback, I've decided to extract one interesting part to an official Hanami Mastery episode.This talk, and this episode, was sponsored by Useo.It was an extremely nice experience ...
Building a Real-Time Chat App in Rails Using ActionCable and Turbo
having to refresh the page? This kind of real-time functionality is achieved on most applications using JavaScript frameworks, such as React via state management. Most of these applications function as single-page applications, as they do not requ...