8 followers
Full Stack Engineer @ Mutiny. Ruby on Rails enthusiast. Building beautifully obvious products, and the technology that powers them.
Discover how method lookup works in Ruby, including inheritance, mixins using include, prepend, and extend, and the super method. · If you’ve worked on...
Explaining the naming convention of ruby bang(!) methods · Ruby is a powerful and elegant programming language, known for its readability and...
In the first of this two-part series, we covered how to set up AppSignal in a Ruby on Rails application for many great insights out of the box....
When running and maintaining an application in a production environment, we want to feel confident about the behavior of the application and know when...
A basic guide to preventing overwriting a record with old data. · ActiveRecord Optimistic Locking and Counter Caching In this post, we will discuss...
How to use JWKS to verify your JWTs, and edgecases · In this post, we will discuss a few issues, and their solutions, when working with asymmetrically...