Learn Middleware by Building a REAL Project (fastapi rate limiting)

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 19

  • @mrkzmusic
    @mrkzmusic 8 месяцев назад +4

    I didn't know what a middleware was and now I have a new to do task in my project

    • @codingwithroby
      @codingwithroby  8 месяцев назад +2

      This made me smile! I am glad you enjoyed the video 🙂

  • @craig_drummond
    @craig_drummond 8 месяцев назад +3

    Great video! I can use this in a project at work today!

  • @djtoon8412
    @djtoon8412 8 месяцев назад +6

    can we get a microservices tutorial using gRPC, i guess it some missing piece of information on youtube.

    • @codingwithroby
      @codingwithroby  8 месяцев назад +4

      Let me add it to my backlog of future content :-)

  • @LiftAndC0de
    @LiftAndC0de 2 месяца назад +1

    Hi Eric, I'm doing a project with Rate Limiting using the pure ASGI middleware from Starlette to get better performance, but this is on dev mode, my question is about how to get this ready to production, a production environment this couldn't be the best, so I guess I'll need to use Redis, right? Thank you for your videos, they're awesome!

    • @codingwithroby
      @codingwithroby  2 месяца назад

      Thanks! It really depends on traffic. There are some neat rate limiting libraries out there as well.

  • @moverecursus1337
    @moverecursus1337 7 месяцев назад

    Great Video! Awesome Channel! Thanks!

    • @codingwithroby
      @codingwithroby  7 месяцев назад

      Thanks for watching! Glad you are here 🙂

  • @noahadad37
    @noahadad37 4 месяца назад

    Hi. Great video!
    I have a question,
    in case that we are calling to sync func that doesn't have await (in await call_next(req)) - the app is not processing other requests until this request finishes?

    • @codingwithroby
      @codingwithroby  4 месяца назад

      Nope, it still processes requests. The first await will continue to be consumed.

  • @Website-Content-Creator
    @Website-Content-Creator 8 месяцев назад +1

    hellow sir could you please guide how to make quiz app using fastapi

    • @codingwithroby
      @codingwithroby  8 месяцев назад

      I'll add it to my backlog of future content!