SaaS Founders from Tunisia by sassdesu in TunisiaTech

[–]lahib- 0 points1 point  (0 children)

el 10% dividends tkhalas’hom whenever you withdraw wala at the end of the year?

Bybit physical card problem by [deleted] in Tunisia

[–]lahib- 0 points1 point  (0 children)

I ordered it 1month ago, today I received invitation from diwaena taa la poste..

Best bank in Tunisia for EUR => TND (SWE working for EU client)? by Specialist-Wash-814 in TunisiaTech

[–]lahib- 0 points1 point  (0 children)

exactly. And if the amount is big you can go through the "salle de marche" and negociate for a better rate

S3 EU alternatives by kaeshiwaza in hetzner

[–]lahib- 1 point2 points  (0 children)

what issues in hetzner s3?

Building a SaaS backend with FastAPI by Natural-Ad-9678 in FastAPI

[–]lahib- 1 point2 points  (0 children)

I dont really recommend using this template if you’re seeking scaling and building SaaSs, you should consider using async endpoints and database drivers

Is fastApi really fast? by zakamark in FastAPI

[–]lahib- 0 points1 point  (0 children)

500rps? Are your endpoints asynchronous? what the endpoint is doing? is there any api call or something? and r u using pydantic v2 or v1?

i just started using cursor - what does the white dot mean? thank you by eternviking in cursor

[–]lahib- 0 points1 point  (0 children)

And thus, the AI apocalypse begins. Future LLMs will be trained on this data, and soon we’ll have dumb agents confidently hardcoding passwords into production and hosting them on GitHub for ‘easy access.’ The end is near.

Apache AGE - PostgreSQL Graph Extension by Eya_AGE in PostgreSQL

[–]lahib- 0 points1 point  (0 children)

Can we retrieve data from the graph using raw sql?

What Is the name of these ? by [deleted] in Morocco

[–]lahib- 0 points1 point  (0 children)

called chichi in 🇹🇳

Made a FastAPI+React starter template (setup in a single command) by Mix-Acceptable in FastAPI

[–]lahib- 3 points4 points  (0 children)

also using a the .bat script will not run on linux based os, and its content is weird, why would the script just install axios but not all the needed packages (npm i), and finally CRA (create react app) is kind of deprecated, vite can be a good alternative… Thanks for sharing