Let's take a deep dive into Webpacker and see how the tool works under the hood. (more…)
Read more »
It's the heyday of SaaS and webhooks are all the rage. Learn how to build a webhook system for your service using Rails and Sidekiq. (more…)
Read more »
Contrary to popular belief, you don't need Devise to implement API key authentication in a Ruby on Rails app. (more…)
Read more »
We'll build a Rails API and control access to it with JSON Web Tokens (JWTs). (more…)
Read more »
I was recently built a simple Wiki app for work that required markdown parsing. To get this going I needed to use html-pipeline to parse the content of the articles and display markdown. First thing, this post assumes you have an Article model or some Po... (more…)
Read more »