Building a Rate Limit Aspect with Spring AOP

preview_player
Показать описание
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

🙌 Get in Touch

🍿 Subscribe if you want to see more Spring Boot + Kotlin tutorials!
Рекомендации по теме
Комментарии
Автор

Hey Alex, I must say - Great videos and teaching skills. Really methodical and clear. Keep it up ;)

simajasenovo
Автор

For those who do not know, @ConstructorBinbing is not longer required

glaze