I will build your fastapi python backend

S
shahryarahmad28
S
shahryarahmad28
Shehryar Ahmad

About this gig

I write async-all-the-way-down Python. No sync DB calls, no `requests` lib, no thread-pool fallbacks. Motor for MongoDB. httpx for outbound HTTP. APScheduler for scheduled jobs (in-process no separate worker dyno needed at most scales).


What you get with this gig:

  • Async FastAPI with Pydantic v2 (no Pydantic v1 legacy code)
  • Motor for MongoDB OR SQLAlchemy 2.0 async for Postgres (your choice)
  • httpx for outbound HTTP (never `requests`)
  • Auth done right API key, JWT, or per-tenant access codes
  • OpenAPI docs auto-generated and clean
  • Tests for happy path + edge cases
  • Deployed to Railway/Vercel/your hosting
  • README another engineer can actually follow


My architectural opinions (so you know what you're getting):

- Async means async all the way down one sync DB call in an async handler stalls the event loop and tanks throughput

- Motor over PyMongo non-negotiable in async code

- Pydantic v2 over v1 start fresh, don't carry legacy

- FastAPI's `Depends` for auth/db/session not module-level globals

- APScheduler in-process for daily jobs no separate Celery dyno until you actually need it

- MongoDB indexes with TTL for self-pruning collections dedup stores, telemetry, session data

Get to know Shehryar Ahmad

Shehryar Ahmad

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

  • FromPakistan
  • Member sinceMar 2018
  • Avg. response time1 hour
  • Languages

    English
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.

My Portfolio