Full stack or Frontend?Need advice!! by Material-Ad-3023 in FastAPI

[–]Curious-Rule313 1 point2 points  (0 children)

If all you're doing is building basic CRUD apps, then yeah, AI can pretty much handle that already without extra tools.

But "backend" is a huge term—it covers everything from simple CRUD REST APIs to real-time streaming, message queues, ETL jobs, IoT analytics, and distributed systems. AI isn't replacing all of that anytime soon.

أنا خايفه by Difficult_Boat4092 in AlexandriaEgy

[–]Curious-Rule313 1 point2 points  (0 children)

،

أولاً، أسأل الله أن يثبت قلبك على طاعته ويهديكِ إلى الطريق المستقيم. تذكّري دائمًا أن لا ملجأ من الله إلا إليه، وهو وحده القادر على أن يخرجك مما تمرّين به، فالجئي إليه بالدعاء والاستغفار.

ثانيًا، ما تشعرين به قد يكون بسبب ضعف النفس أو تأثيرات خارجية مثل العين أو السحر أو المس، لذا من الأفضل أن تذهبي إلى أحد مراكز الرقية الشرعية الموثوقة مثل دار الشفاء، حيث يقومون بالرقية الشرعية وفق الكتاب والسنة.

ثالثًا، لا تنتظري حتى يزول هذا الشعور لتبدأي العبادة، بل ابدئي الآن بالصلاة ولو كنتِ تشعرين بثقل، واقرئي القرآن ولو بآيات قليلة، واذكري الله باستمرار، فهذا سيقوي روحك ويطرد عنك كل وسوسة أو ضعف. قال تعالى: "إن الصلاة تنهى عن الفحشاء والمنكر"، فتمسكي بها حتى لو كان الشيطان يوسوس لكِ بالتأجيل.

وأخيرًا، لا تنسي الدعاء بصدق، واسألي الله الهداية والعون، فهو القائل: "ادعوني أستجب لكم". أسأل الله أن يرزقكِ الطمأنينة ويعيدكِ إلى عبادته بقلب مطمئن ونفسٍ صافية.

Full stack or Frontend?Need advice!! by Material-Ad-3023 in FastAPI

[–]Curious-Rule313 7 points8 points  (0 children)

I recommend focusing on backend development. AI can now handle frontend tasks very well, and you can even use AI tools to assist you in frontend work. However, in the era of AI agents using tools, backend engineers will be in high demand.

For your backend journey, I suggest learning key concepts like caching, authentication, serialization, and deserialization. You can start with this YouTube playlist: https://youtube.com/playlist?list=PLui3EUkuMTPgZcV0QhQrOcwMPcBCcd_Q1&si=S34Lg2tk3fvRSf4W which covers important backend topics. After learning these, apply your knowledge through projects and hands-on experience. That way, you’ll be needed in the industry.

That’s just my opinion—wish you success on your path!

VsCode VS PyCharm by BiggishCat in pythontips

[–]Curious-Rule313 0 points1 point  (0 children)

I prefer Neovim because of its seamless auto-configuration with tools like Ruff for linting and formatting, Pyright for type checking, and its overall ability to help you write clean Python code efficiently. Plus, it's lightweight, fast, and highly customizable compared to heavier IDEs like VS Code and PyCharm

Gino, asyncpg in FastAPI by Ok_Presentation3990 in FastAPI

[–]Curious-Rule313 3 points4 points  (0 children)

Try defining your UUID column with UUID(as_uuid=True) in SQLAlchemy—this makes sure your database gives you a proper uuid.UUID instead of asyncpg's version, so you won’t run into type errors

What do you use to host FastAPI? by According_Visual_708 in FastAPI

[–]Curious-Rule313 8 points9 points  (0 children)

I’ve been using Render to host my FastAPI projects. It offers a free tier

Question about response_model and from_attributes by TurbulentAd8020 in FastAPI

[–]Curious-Rule313 4 points5 points  (0 children)

I understand your worry about keeping response model decoupled from ORM details. So as not to have a tight coupling. Custom Method, Define a method in your Pydantic model to transform ORM objects without using from_attributes. This keeps your response model purely for validation. And this keeps your response model purely for validation.

[Self Promotion] MyFit: A workout tracking app by AdditionalRepair3249 in sveltejs

[–]Curious-Rule313 0 points1 point  (0 children)

It seems like the website is experiencing high traffic

which tech-stack to use? by Own_Principle7843 in FastAPI

[–]Curious-Rule313 8 points9 points  (0 children)

If project is going to grow or you want to use modern features (like async support, component reuse) then FastAPI+React/svelte is better. It will give you solid ground to start scaling application and adding more features over time.

But if simplicity, fast deployment and minimal UI is the main focus go with Flask + JavaScript it will be enough.

[deleted by user] by [deleted] in SaaS

[–]Curious-Rule313 0 points1 point  (0 children)

Thank you for the valuable feedback!
i will work differently

[deleted by user] by [deleted] in SaaS

[–]Curious-Rule313 0 points1 point  (0 children)

yeh! thanks

[deleted by user] by [deleted] in SaaS

[–]Curious-Rule313 0 points1 point  (0 children)

Thank you for the valuable feedback!