Skip to content
View sadamkhan7679's full-sized avatar

Block or report sadamkhan7679

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
sadamkhan7679/README.md
Typing SVG

Profile Views

LinkedIn Β  Portfolio Β  Email Β  GitHub


const sadam: Developer = {
  name:        "Sadam Hussain",
  role:        "Senior Full Stack & AI Engineer",
  experience:  "8+ years in production",
  location:    "Windsor, Ontario, Canada",

  stack: {
    frontend:  ["React", "Next.js", "TypeScript", "React Native", "Expo"],
    backend:   ["Node.js", "NestJS", "Express.js", "GraphQL", "REST APIs"],
    data:      ["PostgreSQL", "MongoDB", "Redis", "Prisma", "Drizzle ORM"],
    ai:        ["OpenAI", "Gemini", "LiveKit Agents", "Deepgram", "Pinecone"],
    devops:    ["Docker", "AWS", "GitHub Actions", "Vercel"],
  },

  currently:   "Preplify Mobile v2 β€” voice AI interview prep (Expo + LiveKit + Deepgram)",
  building:    "spiralsync.com β€” AI-powered developer career tools",
  openTo:      ["Senior Full Stack", "Senior Frontend", "AI / Automation Engineering"],
  contact:     "sadamhussain942@gmail.com",
};

πŸ‘¨β€πŸ’» About Me

I design and ship production-grade full stack applications β€” from React/Next.js frontends and Node.js/NestJS APIs through PostgreSQL data layers, cloud-native deployments, and LLM-powered AI features. I own the full delivery cycle: architecture, implementation, testing, and production reliability.

8 years of building things that scale. Currently deepening into AI engineering β€” LLM orchestration, RAG pipelines, voice AI, and agentic workflows.

πŸ—οΈ Micro Frontend Architecture β€” Webpack Module Federation, Monorepo (Turborepo/Nx), enterprise design systems across distributed teams

πŸ€– AI / LLM Engineering β€” Multi-provider orchestration (OpenAI + Gemini), voice pipelines (LiveKit + Deepgram), agentic workflows, RAG + Pinecone

πŸ“± Cross-Platform Mobile β€” React Native / Expo, offline-first architecture, 60fps Reanimated animations, Expo EAS deployments

βš™οΈ Backend Services β€” RESTful & GraphQL APIs, NestJS, PostgreSQL schema design and query optimization, Redis, Docker / AWS


πŸ… Social Proof

πŸ—“οΈ Years Experience πŸš€ Production Projects 🧩 Components Shipped πŸ‘₯ Teams Supported πŸŽ“ Certifications
8+ 10+ 80+ 5 concurrent 3

Meta Scrimba IBM


πŸ› οΈ Tech Stack

βš›οΈ Frontend

React Next.js TypeScript JavaScript React Native Expo Tailwind CSS Material UI Ant Design Framer Motion Webpack Vite HTML5 CSS3 SASS

πŸ”„ State Management

Redux Toolkit RTK Query Zustand TanStack Query SWR Context API

βš™οΈ Backend

Node.js NestJS Express.js GraphQL Apollo Server REST APIs WebSockets Python

πŸ—„οΈ Databases

PostgreSQL MongoDB MySQL Redis Prisma Drizzle ORM TypeORM

πŸ” Auth & Security

JWT OAuth 2.0 RBAC Clerk

πŸ€– AI / Voice

OpenAI Gemini LiveKit Deepgram LangChain Pinecone

☁️ DevOps & Cloud

AWS Docker GitHub Actions Vercel Kubernetes Azure DevOps

πŸ§ͺ Testing

Jest Cypress Playwright Testing Library

β™Ώ Standards

WCAG AODA Figma


πŸš€ Featured Projects

Enterprise Β· Universal Weather and Aviation Β· 5 distributed teams Β· Production

Built for five distributed teams shipping to production simultaneously. Webpack Module Federation shell app with dynamic route registration, centralized auth, and runtime dependency resolution. 50+ component design system with full WCAG/AODA compliance. Sabre REST + GraphQL via Apollo Client with normalized caching. Feature-flagged CI/CD on AWS.

Stack: React TypeScript Webpack MF GraphQL Apollo Redux Toolkit RTK Query Material UI Tailwind React Hook Form Zod Jest Cypress Docker GitHub Actions


AI Platform Β· Multi-provider LLM orchestration Β· Real-time voice Β· Production

Multi-provider LLM layer (OpenAI + Gemini) with provider-agnostic failover β€” zero client-side changes on model switch. Hybrid GraphQL + REST API architecture. WebSocket-driven real-time mock interviews. Migrating voice pipeline to LiveKit Agents + Deepgram (~15x cost reduction vs Vapi at $0.10/session).

Stack: Next.js TypeScript Node.js GraphQL REST APIs OpenAI Gemini LiveKit Deepgram WebSockets Zustand Tailwind Clerk Playwright Docker AWS


🏫 Class Ops

Full Stack Β· Next.js 14 + NestJS + PostgreSQL Β· TypeScript end-to-end

NestJS REST API with RBAC guards, dependency injection, and middleware pipelines. PostgreSQL query optimization: dashboard response 3.5s β†’ under 500ms on 10,000+ records. SSR/ISR rendering achieving sub-1.2s page loads.

Stack: Next.js TypeScript NestJS PostgreSQL Drizzle ORM Zustand Tailwind JWT RBAC Jest Docker GitHub Actions


πŸ“± Momentum

React Native / Expo Β· Turborepo Monorepo Β· Cross-platform mobile

60fps Reanimated animations with GPU-accelerated glassmorphism UI. Turborepo monorepo sharing TypeScript schemas, email templates, and components across NestJS backend and Expo mobile client.

Stack: React Native Expo Expo Router Reanimated TypeScript NestJS PostgreSQL Drizzle ORM Turborepo Zustand Tailwind Resend


πŸ›’ Cyber Mart

Multi-vendor e-commerce Β· Node.js + Next.js Β· Polyglot DB

Polyglot DB architecture β€” MySQL for transactional integrity (orders, inventory), MongoDB for flexible content (product descriptions, vendor profiles). Per-route SSR/ISR/CSR strategy. Versioned payment processor integration with idempotency guarantees and webhook-based confirmations.

Stack: Next.js TypeScript Node.js Express.js MySQL MongoDB REST APIs Material UI Tailwind SWR Jest Docker AWS


πŸ“‹ Audits-IQ

React Native Β· Offline-first Β· Enterprise field auditing

Full offline audit workflows with zero server dependency. Conflict-aware sync engine using timestamp-based versioning and field-level merge on reconnect. Configurable drag-and-drop form engine with conditional logic β€” zero engineering changes needed for new inspection templates.

Stack: React Native TypeScript Firebase Firestore Firebase Storage Cloud Functions Redux Jest


πŸ“Š GitHub Stats

GitHub Stats Β Β  Top Languages
GitHub Streak

πŸ† GitHub Trophies

GitHub Trophies

πŸ“ˆ Contribution Activity

Contribution Graph

🐍 Contribution Snake

⚑ One-time setup required. Create .github/workflows/snake.yml in your profile repo (sadamkhan7679/sadamkhan7679) with the content below. GitHub Actions will generate the SVG automatically on a schedule.

Click to see the workflow file
name: Generate Snake

on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk/svg-only@v3
        with:
          github_user_name: sadamkhan7679
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Contribution Snake

πŸ“‹ Profile Metrics

Profile Summary
Repos Per Language Β  Most Commit Language
Stats Β  Productive Time

🌐 Currently

  • πŸ”¨ Preplify Mobile v2 β€” Expo + LiveKit Agents + Deepgram STT voice pipeline
  • πŸ“š AI Engineering β€” LangGraph, RAG pipelines, Pinecone, AWS Bedrock / Lambda
  • ✍️ Writing β€” Documenting every build phase publicly on Dev.to, Medium, LinkedIn

🀝 Let's Connect

LinkedIn Portfolio Email GitHub

Building things that scale. Shipping things that work.

---

⚑ GitHub Insights

Auto-refreshed daily Β· Last updated: 2026-04-18 UTC


πŸš€ Top Repositories by Momentum

Repository Stars Forks Last Push Status
sadamkhan7679 ⭐ 0 🍴 0 today πŸ“ˆ Active
agent-ops ⭐ 1 🍴 1 25d ago πŸ’€ Quiet
issuetracker-fastapi-nextjs ⭐ 0 🍴 0 86d ago πŸ’€ Quiet
live-docs ⭐ 1 🍴 0 122d ago πŸ’€ Quiet
react-confirm ⭐ 1 🍴 0 460d ago πŸ’€ Quiet

πŸ“Š Engineering Activity Snapshot

Window Commits Pull Requests Issues Opened
πŸ—“οΈ Last 30 days 14 0 0
πŸ—“οΈ Last 90 days 14 0 0

Computed from GitHub Public Events API (covers up to ~300 recent events)


πŸ₯ Open Source Health

Metric Value
Public Repositories 54
Total Stars ⭐ 5
Total Forks 🍴 1
Avg Forks per Repo 0.02
Most Starred agent-ops ⭐ 1

🧠 Tech Footprint

Language Repos Share
TypeScript 30 61.2%
JavaScript 14 28.6%
Python 3 6.1%
C# 2 4.1%

Pinned Loading

  1. horizon-banking horizon-banking Public

    Horizon is a modern banking platform for the future.

    TypeScript

  2. dev-overflow dev-overflow Public

    TypeScript

  3. live-docs live-docs Public

    TypeScript 1

  4. chalet-retreat chalet-retreat Public

    TypeScript

  5. ryde-react-native ryde-react-native Public

    TypeScript

  6. socialmedia-post-scheduler socialmedia-post-scheduler Public

    TypeScript