Skip to content
View zeeshan56656's full-sized avatar

Block or report zeeshan56656

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zeeshan56656/README.md

Muhammad Zeeshan

Senior Full-Stack + AI Engineer based in Karachi. 5+ years shipping production systems across fintech, e-commerce, and enterprise SaaS.

Currently at Afiniti, leading a 3-engineer team building AI middleware on AWS Bedrock + Model Context Protocol for the US Social Security Administration (100,000+ agents). I also own Keycloak SSO across our multi-tenant infra. Took it from v15 to v25 and cut token issuance P95 by ~35%.

What I'm building right now

ShiftSync. Solo build. A multi-location staff scheduling SaaS with a LangGraph.js AI copilot. The copilot has 7 tools, every write call hits a human-in-the-loop checkpoint via interrupt(), conversation state is Postgres-checkpointed, and audit logs are agent-namespaced so manager actions stay distinguishable from AI actions.

Live demo: https://shiftsync-ten.vercel.app/copilot

Stack I reach for

TypeScript Next.js 15 NestJS PostgreSQL Prisma MongoDB LangGraph.js LangChain Anthropic Claude AWS Bedrock Keycloak Supabase Redis Docker GitHub Actions

Things I've shipped that I'm proud of

  • AI middleware (Afiniti): CopilotKit + Bedrock AgentCore + MCP adapter that cut new-tool integration effort by ~60%.
  • SSE streaming: 500 concurrent connections sustained across 5 to 10 customer-facing workflows. Backpressure, heartbeat, reconnect, all owned.
  • OOMCO fintech (Oman Oil): 50k+ users, 50k+ monthly transactions, Bank Muscat + NBO integrations, NFC payments. Optimized Mongo queries to cut API latency ~45%.

How to reach me

Pinned Loading

  1. shiftsync shiftsync Public

    Multi-location scheduling SaaS with a LangGraph.js AI copilot. Manager chats in natural language; every write is gated through human-in-the-loop approval via LangGraph interrupt(), Postgres-checkpo…

    TypeScript