Rate Limiting from Scratch
Play
22:00 CC

Rate Limiting from Scratch

#406 Jun 18, 2023 pro
Ever wonder how some companies implement rate limiting based on the plan that you've signed up for? In this episode, we'll use Docker Hub as a case study and implement this feature within our Rails application. We'll do this by creating a custom Rack Middleware to track and throttle the requests.

Error Tracking from Scratch
Play
15:26 CC

Error Tracking from Scratch

#317 Oct 3, 2021 free
In this episode, we look at creating a middleware to track errors to publish to another error "from scratch" error monitoring application.

Creating a Rack Middleware
Play
9:40 CC

Creating a Rack Middleware

#215 Nov 10, 2019 pro
Rack provides a minimal, modular, and adaptable interface for developing web applications in Ruby. In this episode, we create and insert our own Rack Middleware into a Rails 6 application.