APIs & Services
FastAPI, Django REST, Auth, rate‑limits, caching, async IO.
I build robust APIs, automation pipelines, and data‑driven backends with Python. Clean architecture, observability, and performance are my jam.
from fastapi import FastAPI
app = FastAPI()
@app.get("/health")
def health():
return {"ok": True}
# Async task fan-out with retry
async def process_batch(items):
for item in items:
await handle(item) # idempotent handler ✅
Modern Python engineering with a focus on reliability and speed. ✔️
FastAPI, Django REST, Auth, rate‑limits, caching, async IO.
Scrapers, ETL, cron workers, Celery/RQ, Playwright.
Pandas, SQL, analytics, feature stores, reporting.
Docker, CI/CD, logging, metrics, alerts, IaC basics.
Typing, tests, linters, benchmarking, SLOs.
OAuth2, JWT, secrets, RBAC, OWASP‑aware design.
A few things I’m proud of.
Proof beats promises. ❗
“Abhishek delivered a stable API ahead of schedule. Monitoring & docs were excellent.”
“We automated 80% of manual ops. Saved days each week.”
“Clean code, great communication, and measurable speedups.”
Quick answers to common questions. 🤔
Python, FastAPI/Django, Postgres, Redis, Celery, Docker, GitHub Actions, Grafana.
We scope, set milestones, ship in weekly increments with async updates.
IST (UTC+5:30). Slack/Email, standups optional, issues in GitHub.
Tell me about your project. I’ll reply within 24 hours.