Handle webhooks and process async with Rails

What's this about?

Handle webhooks and process async with Rails using sidekiq as our queue adapter. When a webhook event notification is received by Rails, we'll store the event in the database, then process it in the background with a Job. We'll talk about how to set up the routing for events based on the source and event type. 

Author

CJ Avilla

CJ Avilla

I'm interested in learning new programming languages; building high leverage tools; and recently, sharing what I've learned from dozens of other incredible and generous friends and online strangers in the form of video content.