Ahmed Ali Rana (TechAhmed) · AI Engineer & Full-Stack Developer

AI Engineer &
Full-Stack Developer.

I build production AI applications, automation systems and scalable SaaS platforms.

Next.js, React, Python, Node.js, RAG, AI Agents, automation and distributed systems.

Muhammad Ahmed
Muhammad Ahmed
Available Now
PRODUCTION TOPOLOGY
4+
Production SaaS Platforms
Shipped & live in production
32+
Open-Source Repositories
Tools, CLIs & AI architectures
NPM
Published Developer Tooling
CLI packages used by developers
100%
Upwork Job Success Rate
Top Rated · Enterprise & startup contracts
Core Engineering Competencies

What I Build

Engineering scalable software systems across artificial intelligence, asynchronous automation, and production SaaS architectures.

Area 01

AI Applications

Production LLMs & Intelligence Layers

Production LLM applications, hybrid RAG systems, autonomous task agents, and AI-powered product capabilities engineered with guardrails, streaming, and deterministic state.

LangGraphLangChainClaude 3.7OpenAIpgvectorFastAPI
Area 02

AI Automation

Workflow & Business Process Pipelines

Autonomous n8n workflows, WhatsApp business bots, multi-step CRM synchronizations, webhooks, and asynchronous background queues eliminating manual friction.

n8nWhatsApp Cloud APIBullMQRedisWebhooksNode.js
Area 03

Full-Stack SaaS

High-Performance Web Platforms

Production Next.js, React, Node.js and Python SaaS platforms engineered with multi-tenant architectures, modern auth, payment ledgers, and responsive interfaces.

Next.js 15/16React 19TypeScriptTailwind CSSLemonSqueezy
Area 04

Backend & Infrastructure

Scalable Systems & Distributed APIs

Robust REST & microservice APIs, distributed Kafka event streams, Redis caching layers, PostgreSQL/MongoDB indexing, and zero-downtime Linux deployment pipelines.

NestJSKafkaPostgreSQL / PrismaMongoDBNginxPM2 / Docker
Production Products Shipped

Featured Platforms & Live Systems

High-throughput SaaS platforms, distributed backend microservices, WebAR engines, and generative AI systems deployed to production.

All 4 systems live & verified
01B2B Marketplace
Live in Production

DispatchLink

B2B Freight Marketplace Connecting Carriers & Dispatchers

A production freight marketplace designed to connect motor carriers, owner-operators, and freight dispatchers across the United States and Canada with real-time route matching and escrow settlements.

Problem

Freight dispatching is plagued by manual phone calls, untracked load confirmations, fragmented broker commissions, and slow escrow reconciliation.

Solution & Role

Architected a unified real-time portal where carriers claim loads with automated geospatial radius search, live driver telemetry, and automated multi-tenant wallet payouts.

1,048+ matched freight dispatches processed
Next.js 15MongoDB GeospatialMapLibreLemonSqueezyTypeScriptTailwind CSS
Visit Live Product
02Enterprise Platform
Live in Production

SchedMate

Enterprise Workforce Management & Shift Dispatching Platform

An enterprise workforce management and staff scheduling system engineered for high-concurrency healthcare and field services with automated shift reminders and audit logging.

Problem

Enterprise facilities with hundreds of nurses and field contractors faced scheduling collisions, missed shifts, and manual attendance calculation across distributed branches.

Solution & Role

Engineered decoupled NestJS microservices backed by Kafka event streams, Redis BullMQ background workers, and strictly typed PostgreSQL schemas.

100k+ monthly background jobs dispatched reliably
NestJSKafkaBullMQPostgreSQLPrisma ORMRedisDocker
Visit Live Product
03WebAR Platform
Live in Production

Trace3D

No-Code In-Browser WebAR & 3D Spatial Rendering Engine

An in-browser augmented reality platform enabling ecommerce brands and 3D creators to project interactive models directly into physical spaces without requiring native app downloads.

Problem

Traditional augmented reality requires users to download heavy mobile applications from the App Store, creating an 80%+ drop-off barrier for commercial brands.

Solution & Role

Leveraged WebXR, Three.js, and WebGL to deliver photorealistic instant 3D model projection with zero app installations, triggered by simple QR codes and mobile browser links.

Eliminated 100% of native app download friction via WebXR
Three.jsWebXRWebGLTypeScriptReactAWS S3Draco Compression
Visit Live Product
04Gen AI & Voice
Live in Production

Kookabe AI Suite

Enterprise WhatsApp RAG Chatbot & Automated AI Voice Mail

An enterprise conversational platform integrating WhatsApp business channels with dense vector databases and synthetic voice transcription to automate 24/7 customer qualification.

Problem

Companies received hundreds of repetitive WhatsApp voice notes, PDFs, and product inquiries daily, resulting in 4-8 hour response delays and missed sales leads.

Solution & Role

Built a hybrid RAG system with pgvector and Claude 3.7 that parses customer inquiries, searches internal PDF documentation, and generates accurate answers with human-handoff triggers.

Automated over 90% of routine inquiries with sub-3-second first responses
LangChainClaude 3.7FastAPIPostgreSQL / pgvectorWhatsApp Cloud APIRedis
Visit Live Product
Systems Architecture

How I Engineer Systems

Event-driven routing from edge ingestion through Redis backpressure, multi-agent evaluation, vector recall, and live SSE streaming.

Active Node: Multi-step reasoning with strict tool guardrails

LangGraph + LLM Reasoning Agent

Multi-Agent State Graph & Tool Execution

Executes dynamic routing graphs. Integrates hybrid RAG retrieval, AST syntax verification, and deterministic tool schemas.

p95 Latency
140ms
Verification State
Active · Strict Schema
implementation.ts
TypeScript
const workflow = new StateGraph(AgentState)
  .addNode("planner", planRoute)
  .addNode("verifier", verifyLoadConstraints)
  .addNode("synthesizer", generateDispatchAction)
  .addEdge("planner", "verifier")
  .addConditionalEdges("verifier", checkValid);
Intelligence & Generative Systems

AI Engineering

Production AI systems beyond simple chatbots.

5 Core Disciplines
Architecture Flow

Production RAG Systems

Document Ingestion → Chunking → Vectors → Hybrid Retrieval → Citations

Enterprise retrieval-augmented generation architectures that eliminate hallucinations. Combining pgvector dense semantic embeddings with BM25 sparse keyword search, reciprocal rank fusion (RRF), and strict source attribution.

Key Technologies & Libraries
pgvectorLangChainFastAPIOpenAI / ClaudeUnstructured
Production Implementation Features
  • Custom semantic chunking with metadata preservation
  • Hybrid search: Dense vector embeddings + BM25 keyword matching
  • Cohere / cross-encoder reranking layers for top-k precision
  • Deterministic prompt templates enforcing source citations
Capabilities & Tech Stack

Core Technical Infrastructure

Categorized technologies backed by production implementations in commercial platforms and open-source tooling.

Strict TypeScript · Production Ready

Frontend

6 tools
Next.js 15/16
App Router & SSR
React 19
Server Components
TypeScript
Strict typing
Tailwind CSS
Design systems
Three.js / WebXR
In-browser 3D
MapLibre GL
Geospatial vector maps

Backend

5 tools
Node.js
High-throughput APIs
NestJS
Modular microservices
Express.js
Lightweight endpoints
Python
AI pipelines & scripts
FastAPI
Async Python backends

Data & Storage

5 tools
PostgreSQL
ACID relational store
MongoDB
Geospatial indexing
Redis
In-memory caching & queues
Prisma & Mongoose
Type-safe ORMs
pgvector
HNSW vector embeddings

AI & Intelligence

5 tools
LangGraph
Multi-agent state loops
LangChain
Retrieval chains
Claude 3.7
Reasoning & coding
OpenAI Models
Embeddings & Chat
Hybrid RAG
Dense + BM25 search

Infrastructure & DevOps

6 tools
Docker
Containerization
Linux / Ubuntu
Server administration
Nginx
Reverse proxy & SSL
PM2
Process cluster management
Kafka & BullMQ
Event queues & streaming
GitHub Actions
CI/CD automated tests
Terminal Console (Interactive)
online
> whoami
Muhammad Ahmed (TechAhmed) — AI Engineer & Full-Stack Developer
> stack --summary
Next.js 16 · Python · FastAPI · NestJS · LangGraph · RAG · PostgreSQL
> status
Production systems live · Open for contracts & advisory
Try:
>
Companies I've Worked With

Professional Experience

Proven track record founding SaaS startups, delivering enterprise microservices, and engineering high-throughput AI systems.

Verified client contracts & employment history
DispatchLink logo

DispatchLink

Founder & Architect

Sep 2026 — Present

Founded and architected DispatchLink, a real-time B2B freight marketplace connecting carriers, owner-operators, and dispatchers across North America.

›Engineered the full application stack using Next.js 15, MongoDB 2dsphere geospatial search, and MapLibre.
›Architected multi-tenant digital wallet and payout infrastructure with LemonSqueezy.
›Implemented real-time telemetry streaming for freight journey tracking and load confirmation.
Next.js 15MongoDB GeospatialMapLibreLemonSqueezyTypeScriptTailwind CSS
Upwork logo

Upwork

Top Rated

AI & Full-Stack Engineer

May 2026 — Present

Delivering production AI workflows, full-stack Next.js/NestJS platforms, and cloud DevOps systems for high-growth tech startups and international clients.

›Consulting on AI agent architecture, hybrid RAG pipelines, and conversational voice systems.
›Building scalable REST APIs, microservices, and database schemas with PostgreSQL and Prisma.
›Maintaining a 100% Job Success Score with verified 5-star client contracts.
AI AgentsLangChainClaude 3.7Next.jsNestJSPostgreSQLDocker
eSynergy Solutions Inc. logo

eSynergy Solutions Inc.

Full-Stack Engineer

Aug 2025 — Aug 2026

Architected backend microservices in NestJS and PostgreSQL for SchedMate, an enterprise workforce ERP and shift management platform.

›Designed domain-driven NestJS modules for employee scheduling, shift check-ins, and leave management.
›Integrated Kafka distributed event topics to synchronize data across multi-facility healthcare teams.
›Engineered automated worker tasks with BullMQ and Redis for shift alert notifications.
NestJSPostgreSQLKafkaBullMQPrisma ORMMicroservices
Dev House logo

Dev House

Software Engineer

May 2024 — Sep 2026

Shipped Trace3D WebAR graphics engine, event gateway message queues, and backend modules for enterprise client projects.

›Developed the Three.js and WebXR rendering engine for instant in-browser 3D model projection.
›Optimized 3D geometry compression with Draco, decreasing mobile download sizes by 70%.
›Collaborated on Node.js and TypeScript microservice integrations with BullMQ queues.
Three.jsWebXRNode.jsTypeScriptBullMQDocker
Salt Sore logo

Salt Sore

Web Developer (Contract)

Oct 2023 — Feb 2024

Built responsive web applications, custom interactive user interfaces, and performance optimizations for client websites.

›Developed modular React components with high visual fidelity and responsive layouts.
›Optimized core web vitals and cross-device compatibility.
ReactJavaScriptResponsive DesignPerformance
Orbiological Pharmaceutical logo

Orbiological Pharmaceutical

Web Developer (Contract)

Jul 2023 — Oct 2023

Delivered a pharmaceutical web portal, catalog database search, and compliant patient-facing user experience features.

›Engineered indexed product catalog search and secure client contact submission forms.
›Ensured mobile responsiveness and high-accessibility standards.
Web DevelopmentPortal UXDatabase SearchHTML/CSS
Open Source & Developer Tools

Developer Tooling & OSS

Autonomous website builders, published NPM CLI scaffolding utilities, cloud deployment engines, and automated LLM code review bots.

View all 32+ repos on GitHub
Featured OSS

AI Web Builder

CodeCraft

Open-source Lovable alternative — full-stack AI website builder that prompts, edits, and deploys production-ready apps directly to any VPS.

Why it exists: Commercial AI website builders lock users into proprietary clouds. CodeCraft gives developers full source code ownership and direct Linux VPS deployment.
Next.jsAI AgentsDockerLinux VPSTypeScript
View repositoryOpen Source
NPM Verified

Published NPM Package

get-express-app

Published NPM CLI package solving developer scaffolding and boilerplate friction with production-ready Express.js and TypeScript templates.

Why it exists: Eliminates hours of manual configuration by generating a hardened Express.js project with linting, TypeScript, CORS, and modular routes out of the box.
Node.jsCLITypeScriptExpress.js
View on NPM RegistryOpen Source
Open Source

Cloud Deployment Engine

Mini Vercel Clone

Custom cloud deployment engine with Node.js, Docker, AWS S3 & Webhooks for automated git-push builds and reverse-proxy routing.

Why it exists: Demystifies modern edge PaaS platforms by demonstrating how git webhook triggers, container builders, and reverse proxies orchestrate live URLs.
Node.jsDockerAWS S3Reverse Proxy
View repositoryOpen Source
Open Source

Autonomous LLM Reviewer

GitHub PR Commenter

Automated LLM code reviewer bot for GitHub pull requests with syntax validation, static analysis, and actionable suggestions.

Why it exists: Accelerates engineering review cycles by automatically flagging code smells, security vulnerabilities, and typing issues before human reviews.
OpenAI APIGitHub APITypeScript
View repositoryOpen Source
Publications · Technical Writing

Engineering Notes

Deep dives into AI engineering, system design, backend architecture and production infrastructure.

Visit blog.techahmed.com
Engineering Value Proposition

Why Work With Me

Factual differentiators rooted in shipping production code, architectural rigor, and reliable execution.

Direct Founder & Architect

Production Experience

Proven track record founding and shipping real software systems. Not theoretical tutorials, but revenue-generating platforms handling real users, transactions, and background jobs.

Production Verified

Full-Stack Ownership

End-to-end technical execution: from system architecture, database schema design, and microservices to responsive frontend interfaces and automated deployment pipelines.

Production Verified

AI Grounded in Engineering

I treat AI as a deterministic software layer, not magic. Every LLM workflow is protected by structured schema validation (Zod/Pydantic), error boundaries, and state graph checks.

Production Verified

Systems Thinking

Deep understanding of distributed architectures: message queues (Kafka/BullMQ), caching layers (Redis), database indexing (PostgreSQL/MongoDB), and zero-downtime Linux deployments.

Production Verified

Reliable Remote Collaboration

Experienced in remote, async development with international teams. Clear documentation, transparent communication, and rapid turnaround on Upwork and direct contracts.

Production Verified
About · Background

About Ahmed

Engineering scalable platforms, AI systems, and cloud infrastructure for technology startups and enterprise teams.

Lahore, PK (UTC+5) · Available Worldwide
Muhammad Ahmed
Open for contracts

Muhammad Ahmed

Ahmed Ali Rana · TechAhmed

AI Engineer & Full-Stack Developer

Lahore, PK (UTC+5) · Available Worldwide

I design and build software systems at the intersection of production product engineering, distributed backend infrastructure, and generative AI.

My background spans founding commercial SaaS platforms like DispatchLink (a real-time B2B freight marketplace), delivering enterprise ERP microservices with NestJS and Kafka for SchedMate, and engineering WebAR rendering pipelines with Three.js.

In AI engineering, my focus is moving beyond simple conversational wrappers. I build deterministic multi-agent state machines with LangGraph, hybrid vector retrieval systems with pgvector, and automated workflow pipelines that eliminate operational friction.

Deterministic Logic

Structured state machines, schema validation with Zod/Pydantic, and explicit fallback loops.

Production Resiliency

Redis queues, exponential retry backoff, dead-letter monitoring, and zero-downtime deployments.

Full-Stack Delivery

End-to-end execution: database indexing, async API gateways, and low-latency frontend UIs.

Open For Contracts · Engineering Advisory

Have a product or AI system to build?

Tell me what you're building and I can help with architecture, AI integration, full-stack development or automation.

Email Me

Schedule a Meeting

Pick a convenient time slot below for a 1-on-1 strategy or architecture session.

Instant Google Meet invite
Connecting to Cal.com live availability...