Available for new projects · Q3 2026

Full Stack & AI Engineer
shipping production systems.

I'm Mohammad Salah Uddin — I build async Python backends, React/Next.js frontends, and LLM tool-calling systems. Most recently I led MCP infrastructure and RLHF datasets at Turing for Microsoft and ServiceNow LLMs, and I founded Pathok Point, a live e-commerce platform in Bangladesh serving 2,000+ users.

M
01 · What I do

Three things I do well.

I work end to end — from database schema to production deployment — so small teams can ship complete products without juggling specialists.

AI / LLM Engineering

MCP servers, RLHF datasets, tool-calling and prompt engineering. I build the unglamorous training infrastructure that makes models actually useful.

  • MCP servers
  • RLHF / SFT
  • Tool-calling
  • OpenAI API

Full-Stack Web Apps

Async Python backends (FastAPI + Postgres + Redis) with React/Next.js frontends. From auth and payments to admin panels and real-time features.

  • FastAPI
  • Next.js
  • PostgreSQL
  • Redis
  • Stripe / bKash

Cloud & DevOps

Docker, GitHub Actions, Nginx, AWS. Zero-downtime deploys, SSL, and the boring reliability work that keeps production quiet at 3am.

  • Docker
  • GitHub Actions
  • AWS
  • Nginx
  • CI/CD
02 · About

Engineer, founder, shipper of things.

I care about the parts of software that decide whether a product survives contact with real users — performance, deploys, error handling, the boring 20%.

I'm a Full Stack & AI Engineer based in Dhaka, Bangladesh, working remotely with teams across the US and Europe. I studied Computer Science at CUET and have spent the last five years building production systems — backends that don't fall over, frontends that don't feel slow, and AI pipelines that don't hallucinate quietly.

For the last fifteen months I led a five-engineer team at Turing building MCP mock servers — controlled training environments for the LLMs powering products at Microsoft and ServiceNow. Before that I founded Pathok Point, a live book e-commerce platform I still run — 2,000+ users, 50,000 books, and an admin panel I built myself because the off-the-shelf options were either bloated or fragile.

I take work where the problem is interesting and the people are kind. Currently booking projects starting Q3 2026.

03 · Stack

Tools I reach for, daily.

A focused stack, learned deeply rather than broadly. Picked because each piece earns its place in production.

Languages
Python JavaScript TypeScript Bash
Backend
FastAPI Node.js SQLAlchemy Pydantic Flask Pytest REST APIs
Frontend
React Next.js React Native Redux Tailwind CSS Material-UI
AI / LLM
RLHF SFT CIF datasets MCP Servers OpenAI API Prompt engineering
Databases
PostgreSQL MongoDB Redis
DevOps & Cloud
Docker GitHub Actions Nginx SSL/TLS AWS Lambda AWS S3 Lightsail Vercel
04 · Selected work

A few projects, in detail.

Things I've shipped, what they're for, and what I actually did. Picked from the last two years.

# mcp/github_mock.py
# GitHub mock — 20+ endpoints
@app.tool(name="create_pr")
async def create_pr(repo, title, body):
    auth = verify_token(scope="repo")
    pr = db.prs.insert({...})
    return {"number": pr.id}

200 OK · p95 14 ms · tests 327/327
№ 01 Turing × Microsoft · ServiceNow 2024 — 2026

MCP Mock Servers for LLM Training

20+ high-fidelity mock platforms used as controlled training environments for frontier LLMs.

Led a 5-engineer team building mocks of GitHub, HubSpot, Google Drive, PayPal and Slack — faithfully replicating data models, API behaviours and permission systems so LLMs could be trained on realistic tool-calling without hitting production.

  • Replicated layered authorization: fine-grained tokens, OAuth, app tokens, repo / org scopes.
  • Built a 150+ RLHF evaluation dataset for Microsoft LLMs.
  • Designed SFT/CIF alignment for ServiceNow's Apriel-1.5-15B — measurable gains in reasoning & code generation.
FastAPI PostgreSQL Pytest GitHub Actions RLHF
পাঠক

The Almanack of Naval Ravikant

by Eric Jorgenson · paperback

৳ 540 Add to cart
№ 02 Founder · Pathok Point 2023 — present

Pathok Point — Book E-commerce, Bangladesh

A live, self-funded book marketplace I founded and still run end to end.

Built every layer myself — async FastAPI backend, PostgreSQL schema, Redis caching, S3 storage, Next.js storefront and a full admin panel. From day one the goal was to ship something a tiny team could operate without engineering on call.

  • 2,000+ users, 1,000+ daily visitors, 50,000-book catalog.
  • bKash payment gateway + Meta Conversion API for server-side purchase tracking.
  • Admin panel: RBAC, orders, reviews, CRM, sales analytics, multi-warehouse inventory, CSV bulk ops.
  • Zero-downtime deploys via Docker · Nginx · GitHub Actions.
FastAPI PostgreSQL Redis Next.js Docker AWS S3 bKash

Competitor price tracker · 5,237 SKUs

Logitech MX Master 3S€ 109.00−3.2%
Sony WH-1000XM5€ 329.00+1.4%
Apple AirTag (4-pk)€ 119.95−0.8%
Samsung T7 1TB€ 89.00+2.1%
Kindle Paperwhite€ 149.99−4.5%
№ 03 Eurhosting · Brno 2021 — 2022

Hourly Competitor Price Pipeline

A scraping + analytics pipeline that watched 10+ competitor sites in near-real-time.

Built a Selenium + BeautifulSoup pipeline that tracked 5,000+ product prices across 10+ competitor sites every hour, plus a FastAPI dashboard so the operations team could react fast — repricing rules, alerts, and a SKU diff view.

  • Resilient scraping with proxy rotation, retries and per-site adapters.
  • Internal FastAPI dashboard with live deltas and CSV export.
  • Cut manual price-checking effort from days to minutes.
Python Selenium BeautifulSoup FastAPI Pandas
~/projects $ ls freelance/
ibroker-realtime/     # socket.io trading signals
chrome-otp-autofill/  # SMTP OTP extension
react-dash-15+/       # delivered, all 5★

~/projects $ rating --average
★★★★★  5.0 / 5  ·  15 projects
№ 04 Freelance · Fiverr / Upwork 2021

15+ Shipped Freelance Projects

Small, sharp builds for clients across React, Node and real-time stacks.

Selected highlights: a real-time IBroker trading signal system over Socket.io, and a Chrome extension that auto-fills SMTP one-time-passwords. Maintained a 5-star rating across every delivery.

  • Real-time trading signals — sub-second WebSocket pipeline.
  • Chrome extension: SMTP polling + OTP regex + autofill UX.
  • 15+ shipped engagements, every one delivered on schedule.
React Node.js Socket.io Chrome APIs
05 · Experience

Where I've worked.

Five years across remote teams, founder work, and freelance — building production systems end to end.

Nov 2024 — Feb 2026

AI Trainer · Turing

San Francisco, CA (Remote)

  • Led a 5-engineer team building 20+ MCP mock servers (GitHub, HubSpot, Google Drive, PayPal, Slack) used as controlled training environments to improve LLM tool-calling and agentic reasoning.
  • Replicated each platform's data models, API behaviors and permission systems faithfully — from Google Drive's multi-collaborator tiers to GitHub's layered auth (fine-grained tokens, OAuth, app tokens, repo/org permissions).
  • Built a 150+ RLHF evaluation dataset for Microsoft LLMs; designed SFT/CIF alignment strategies for ServiceNow's Apriel-1.5-15B.
FastAPIPostgreSQLPytestGitHub ActionsRLHF
Jan 2023 — Oct 2024

Founder & Full Stack Developer · Pathok Point

Dhaka, Bangladesh

  • Founded and own a live e-commerce platform — 2,000+ users, 1,000+ daily visitors, 50,000-book catalog. Built async FastAPI backend, PostgreSQL schema, Redis caching and S3 storage from scratch.
  • Integrated bKash payment gateway + Meta Conversion API for server-side purchase tracking. Zero-downtime deploys via Docker · Nginx · GitHub Actions.
  • Built a full admin panel: RBAC, order & review management, CRM, search/sales analytics, ERP features — multi-variant inventory, multi-warehouse stock, CSV bulk operations.
FastAPIPostgreSQLRedisDockerNext.jsbKash
Dec 2021 — Dec 2022

Python Developer · Eurhosting

Brno, Czech Republic (Remote)

  • Built an hourly Selenium / BeautifulSoup pipeline tracking 5,000+ product prices across 10+ competitor sites; shipped an internal FastAPI dashboard for ops control.
PythonSeleniumBeautifulSoupFastAPIPandas
Mar 2021 — Nov 2021

Freelance Full Stack Developer · Fiverr & Upwork

Remote

  • Delivered 15+ projects across React, Node.js and Socket.io — including a real-time IBroker trading signal system and a Chrome extension with SMTP OTP autofill. Maintained a 5-star rating.
ReactNode.jsSocket.io
06 · Education

Background & continued learning.

Degree

B.Sc. in Computer Science & Engineering

Chittagong University of Engineering and Technology (CUET) · Jan 2018 — Jun 2023

Four-year program covering algorithms, systems, networks, databases and software engineering.

Certifications

Always learning

Selected recent courses

  • Mastering REST APIs with FastAPI — Udemy, 2024
  • Using Databases with Python — University of Michigan / Coursera, 2020
07 · Get in touch

Have a project? Let's talk.

I'm currently booking new work for Q3 2026. If you're building something at the intersection of LLMs and production software — or you just need a senior pair of hands to ship — I'd love to hear from you.

📍 Dhaka, Bangladesh · GMT+6 ⏱ Reply within 24 hours 💬 Calls in English & Bangla