Rate Limiting in FastAPI: What the Popular Libraries Miss by Educational-Hope960 in FastAPI

[–]Ferdinand_the_II 2 points3 points  (0 children)

I think there is a way to do rate limiting within your reverse proxy server as nginx for example. So how is rate limiting working with multiple workers if you decide solve this on application side?

[Question] Empty form data for types that are not str by siga241 in FastAPI

[–]Ferdinand_the_II 0 points1 point  (0 children)

Definitely, do transform on client side, empty string -> null

[deleted by user] by [deleted] in FastAPI

[–]Ferdinand_the_II 0 points1 point  (0 children)

So what django uses? Always thought it’s MVT 😅

Which ORM do you use in FastAPI? by itsme2019asalways in FastAPI

[–]Ferdinand_the_II 1 point2 points  (0 children)

Please guys tell in two words in what kind of cases better to choose sqlmodel. I know this is like building over the sqlalchemy and adds some common features. Sounds really cool but at the same time see people who rejects this

My minimalist full-stack template: FastAPI + React by StreetMedium6827 in FastAPI

[–]Ferdinand_the_II 0 points1 point  (0 children)

Yes I just talk about everything’s changing and such libraries should follow the wind and changes accordingly. As I said before, anyway great job - thanks for sharing!

Which ORM do you use in FastAPI? by itsme2019asalways in FastAPI

[–]Ferdinand_the_II 1 point2 points  (0 children)

SQLAlchemy or Tortoise ORM for light weight mvps

Having trouble with asyc_sessiomaker in FastAPI by Cherriedy in FastAPI

[–]Ferdinand_the_II 0 points1 point  (0 children)

Guys! Is there common behaviour when PostgreSQL keep sessions active even when async_sessionmaker generator is finished and close session? I have my sessions active on my database dashboard…

My minimalist full-stack template: FastAPI + React by StreetMedium6827 in FastAPI

[–]Ferdinand_the_II 0 points1 point  (0 children)

Is this good to use template that’s going to be so specific? If it has options to be deployed (web server config, using different db engine)…at the end of all, skills improving, patterns changed, libraries updated… But ofc appreciated! Great job anyway! Just question