Hey folks! In this tutorial, I am building a rate limiter for the Twitter API. Rate limiting and other functionality are what is referred to as crosscutting concerns: functionality that is scattered across the application.
We are using Aspect-Oriented Programming (AOP) in this video to implement the rate limiting in a dedicated aspect.
🍃 Grab the code on GitHub
https://github.com/alexgutjahr/yt/tre...
🙌 Get in Touch
Join my newsletter and say hi at https://alexgutjahr.com, or find me on Twitter / heyalexgutjahr
🍿 Subscribe if you want to see more Spring Boot + Kotlin tutorials!