Ik bouw je fastapi python backend

S
shahryarahmad28
S
shahryarahmad28
Shehryar Ahmad
Sommige informatie is automatisch vertaald.

Over deze dienst

Automatische vertaling

Ik schrijf async-alles-naar-binnen Python. Geen sync DB-aanroepen, geen `requests` lib, geen thread-pool fallback. Motor voor MongoDB. httpx voor uitgaande HTTP. APScheduler voor geplande taken (in-process, geen aparte worker nodig bij de meeste schaalgroottes).


Wat je krijgt met deze dienst:

  • Async FastAPI met Pydantic v2 (geen Pydantic v1 legacy code)
  • Motor voor MongoDB OF SQLAlchemy 2.0 async voor Postgres (jouw keuze)
  • httpx voor uitgaande HTTP (nooit `requests`)
  • Authenticatie correct gedaan API key, JWT, of per-tenant toegangscodes
  • OpenAPI docs automatisch gegenereerd en overzichtelijk
  • Tests voor de happy path + randgevallen
  • Gepubliceerd op Railway/Vercel/jouw hosting
  • README dat een andere engineer daadwerkelijk kan volgen


Mijn architectonische meningen (zodat je weet wat je krijgt):

- Async betekent async alles, één sync DB-aanroep in een async handler stopt de event loop en verlaagt de throughput

- Motor boven PyMongo in async code is niet onderhandelbaar

- Pydantic v2 boven v1, begin fris, draag geen legacy mee

- FastAPI's `Depends` voor auth/db/session, niet module-level globals

- APScheduler in-process voor dagelijkse taken, geen aparte Celery dyno totdat je het echt nodig hebt

- MongoDB indexen met TTL voor zelf-schoonende collecties, dedup stores, telemetry, sessiegegevens

Maak kennis met Shehryar Ahmad

Shehryar Ahmad

AI Vibe Coder, Claude Code, OpenAI Agents, Production AI MVPs Shipped Fast

  • Afkomstig uitPakistan
  • Lid sindsmrt 2018
  • Gem. reactietijd1 uur
  • Talen

    Engels
I build and ship production AI products end-to-end. Most "AI freelancers" on Fiverr will wire up a chatbot for you. I ship full products — multi-tenant SaaS with real dashboards, observability, cost monitoring, and deployment. My current production system: JawaabAI (jawaabai.com) — a multi-tenant WhatsApp AI sales agent platform serving Pakistani SMBs. ~9,000 lines of Python, 87 commits, real paying clients. Verify the live URL now. Stack: Python 3.13, FastAPI, OpenAI Agents SDK, Anthropic Claude API, MongoDB, Railway, Vercel.

Automatische vertaling

Mijn portfolio