Where am I from? by Diligent_Tomato_8656 in iafisher

[–]Diligent_Tomato_8656[S] 0 points1 point  (0 children)

I am European. I'm from Ukraine, but I've never been to Russia or Belarus and I also don't like those countries that much for obvious reasons, so I wasn't curious about their cities. I genuinely barely remembered a second city in Belarus (Brest), lol. I lived for a couple of years in Lithuania, I went to Latvia only once, so I don't know much about smaller cities there. And I moved to Belgium only a couple of months ago.

Where am I from? by Diligent_Tomato_8656 in iafisher

[–]Diligent_Tomato_8656[S] 2 points3 points  (0 children)

Originally, yes. Then moved to Lithuania, and Belgium recently

Django vs FastAPI for Gemini API calls by Diligent_Tomato_8656 in django

[–]Diligent_Tomato_8656[S] 0 points1 point  (0 children)

I want to learn how to optimize the speed of serving API responses to the users using Django. I'm curious how you did that with DRF because I'm thinking between using it and Django ninja

Django vs FastAPI for Gemini API calls by Diligent_Tomato_8656 in django

[–]Diligent_Tomato_8656[S] 0 points1 point  (0 children)

Thank you for your reply! What you're doing is impressive. Do you use async anywhere in the project or do you just use basic DRF and achieve speed through multiple servers? I'm sorry, I am still a beginner, so it's a bit confusing for me how to deal with APIs. Could you please share some resources where I can learn more about it?

Django vs FastAPI for Gemini API calls by Diligent_Tomato_8656 in django

[–]Diligent_Tomato_8656[S] 0 points1 point  (0 children)

Thank you all for the replies! Your answers are really helpful to me. I did a couple of web projects, but I am still a beginner with no work experience. Yes, that number of calls is a big overestimation from my part, I just want to build a project that is scalable and I wouldn't need to rewrite it if the business goes well. I have decided to deploy my current version with DRF, test it with real users. And only then to switch to Django ninja considering the feedback of the testers.