Skip to content
View asadullah48's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report asadullah48

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
asadullah48/README.md

header

Typing SVG

Portfolio LinkedIn Medium YouTube Linktree Facebook


About Me

I'm an Agentic AI Developer, Full-Stack SaaS Builder, and Digital Marketing Strategist at Panaversity — building autonomous AI systems that take action, not just respond. Founder of Texcot Embroidery Sourcing House and creator of the Textile ERP Platform targeting Pakistan's full textile value chain. I have completed all 6 progressive hackathons — evolving a simple file watcher into a full Kubernetes-orchestrated platform with Constitutional AI safety, Apache Kafka event streaming, Dapr service mesh, and a Discord bot.

Now entering the next phase: building Digital Agent Factories — turning AI protocols (MCP, A2A, Agent SDKs) into production-ready digital employees (FTEs) using spec-driven automation.

Hackathons Completed : 6/6 ✅ (Bronze → Agent Factory)
Code Reuse           : 85% across all 6 hackathons
Failed Runs          : 0
Kubernetes Services  : 14 running in 6GB cluster
Tests Passing        : 180+
Architecture         : Event-Driven + Constitutional AI
Methodology          : Specification-First Development
Businesses           : Texcot Embroidery + Textile ERP Platform
Markets              : Pakistan · UAE · Dubai
Current Phase        : Agent Factory & Digital FTEs

Currently Building:

  • 🏭 Digital Agent Factories — AI employees powered by specs, skills & MCP
  • 🤖 Multi-agent systems with MCP, A2A & Agent SDKs
  • 🧠 Production RAG with vector databases
  • ☁️ Platform engineering for AI workloads
  • 🛡️ Open-source AI safety tooling

🏭 The Agent Factory Vision

In the AI era, the most valuable companies won't sell software — they'll manufacture AI employees, powered by agents, specs, skills, MCP, autonomy and cloud-native technologies.

The shift from developer-as-typist to developer-as-orchestrator is here. I'm building systems where natural-language specs drive autonomous agents that don't just respond — they act, coordinate, and deliver.

Concept Description
Digital FTEs AI agents that function as full-time digital employees, handling end-to-end workflows
Agent Skills Reusable, composable capabilities (39 skills across 8 categories on Claude.ai)
Spec-Driven Automation From manual coding to specification-first development — the spec IS the product
Agent Protocols MCP (Model Context Protocol) & A2A (Agent-to-Agent) for standardized agent communication

📊 Reference: Agent Factory: Building Digital FTEs — Presentation


Flagship Project

H4 H5 All Complete Tests K8s CI/CD Constitutional

A production-grade, Kubernetes-orchestrated AI application built progressively across all 6 hackathons (now complete), featuring Constitutional AI safety, event-driven microservices, and multi-interface access.

graph TD
    subgraph "User Interfaces"
        A["Discord Bot<br/>(TodoMaster AI)"]
        C["Next.js Frontend"]
    end
    subgraph "Core Platform"
        B["FastAPI Backend<br/>(+ Dapr Sidecar)"]
        I["Constitutional AI<br/>Middleware"]
    end
    subgraph "Data Layer"
        D["PostgreSQL 15<br/>(StatefulSet)"]
        H["Redis 7<br/>(State Store)"]
    end
    subgraph "Event Streaming"
        E["Apache Kafka<br/>(Strimzi KRaft)"]
        F["Notification<br/>Service"]
    end
    subgraph "Observability"
        G["Prometheus"]
    end
    
    A -->|REST API| B
    C -->|REST API| B
    I -->|Block/Flag/Allow| B
    B -->|SQL| D
    B -->|State| H
    B -->|Dapr Pub/Sub| E
    E --> F
    G -->|Scrape| B
    G -->|Scrape| F
    
    style A fill:#5865F2,color:#fff
    style C fill:#000000,color:#fff
    style B fill:#009688,color:#fff
    style I fill:#ff6b6b,color:#fff
    style D fill:#336791,color:#fff
    style H fill:#DC382D,color:#fff
    style E fill:#231f20,color:#fff
    style F fill:#4ECDC4,color:#fff
    style G fill:#e6522c,color:#fff
Loading
Key Differentiators
Feature Implementation
Constitutional AI Blocks homework-solving queries with Socratic responses, flags edge cases for human review
Zero-Code Infra Swap Switched pub/sub from Redis → Kafka by changing 1 YAML file (Dapr abstraction)
14 Services in 6GB Full production stack at 44% memory utilization on Minikube
Event-Driven Audit Every interaction published to Kafka with 24h retention
Multi-Interface Same backend serves Next.js frontend + Discord bot (TodoMaster AI)
Hackathon Progression — All Complete ✅ (Bronze → Agent Factory)
Hackathon Project Tier What I Built Tests
H0 Personal AI CTO Bronze File watcher, auto-categorization, HITL approvals 7/7
H1 Course Companion Silver FastAPI backend, Constitutional AI filter, conversation tracking -
H2 AI-Powered Todo Silver Spec-driven development, AI spec generation, CRUD with constitution -
H3 Advanced Todo Gold Event-driven architecture, Kafka, Dapr, team collaboration 149/149
H4 Cloud-Native Platinum Full Kubernetes cluster (14 manifests), CI/CD, Prometheus -
H5 Agent Factory Agent Factory TodoMaster AI Discord bot, K8s deployment, spec-driven agents 31/31

85% code reusability across all 6 hackathons. Zero failures.


🔧 Engineering Expertise

Production-ready command across backend engineering, infrastructure, cloud, and AI — sharpened through 6 hackathons and live deployments.

Domain Expertise
Python Core Syntax & Data Structures · OOP & Design Patterns · Async/Await & Concurrency · Type Hints & Decorators · Testing & Debugging · FastAPI Integration
Docker & Containerization Docker Architecture · Images & Container Lifecycle · Dockerizing Node.js Apps · Port Mapping & Networking · Docker Compose · Docker Networking · Persistent Volumes
Redis & Caching Redis Data Structures · API Response Caching · Rate Limiting · Message Queue with Redis Pub/Sub
System Design & Scalability System Design Principles · Horizontal & Vertical Scaling · Nginx (Reverse Proxy & Load Balancer) · Microservices Architecture · DB Replication & Sharding
CI/CD & Cloud Infrastructure CI/CD Pipeline Design · AWS Deployment & Services · Infrastructure as Code (IaC)
AI Integration in Backend LLM APIs & Prompt Engineering · LangChain Framework · Retrieval-Augmented Generation (RAG) · Vector Databases (Pinecone, Weaviate, Milvus)

🚀 Latest Ship — Textile ERP Platform

Live Repo Backend DB Tests

A production-deployed, multi-tenant SaaS for Fabric Mill inventory management — built spec-first across one session from zero to live in under 4 hours.

Architecture : Multi-Tenant SaaS with PostgreSQL Row Level Security
Backend      : FastAPI + asyncpg + Alembic (19 API routes)
Frontend     : Next.js 15 + shadcn v4 + TypeScript strict
Auth         : JWT with tenant-scoped sessions
Infra        : Koyeb (backend) · Vercel (frontend) · Neon (DB)
Safety       : RLS enforced at DB level — tenants cannot see each other's data
Tests        : Tenancy isolation suite (two-tenant cross-contamination checks)
Deployed     : ✅ Live in production
What it does
Feature Detail
Multi-Tenancy Row Level Security on every table — one DB, zero data leaks
Fabric Lot Management Create, track, and manage fabric lots with full CRUD
Roll Tracking Nested fabric rolls per lot — length, weight, status, location
Dashboard Analytics Live stat cards: total lots, meters available vs. reserved
Tenant Registration Self-serve onboarding — company name → isolated workspace in seconds
Docker Compose Full local stack (Postgres + FastAPI + Next.js) with one command

🚀 Live Projects

🏭 Textile ERP Platform — Multi-Tenant Fabric Mill SaaS

Live App Repo Backend DB Tests

Production multi-tenant SaaS for Fabric Mill inventory — built spec-first, zero to live in one session.

Architecture : Multi-Tenant SaaS · PostgreSQL Row Level Security
Backend      : FastAPI + asyncpg + Alembic · 19 API routes
Frontend     : Next.js 15 + shadcn v4 + TypeScript strict
Auth         : JWT with tenant-scoped DB sessions
Infra        : Koyeb (backend) · Vercel (frontend) · Neon (DB)
Key Feature  : RLS enforced at DB level — tenants are cryptographically isolated
Tests        : Two-tenant cross-contamination isolation suite ✅
Feature breakdown
Feature Detail
Multi-Tenancy Row Level Security on every table — one DB, zero data leaks
Fabric Lot Management Full CRUD — fabric type, color, GSM, supplier, status
Roll Tracking Nested rolls per lot — length, weight, status, location
Dashboard Analytics Stat cards: total lots, meters available vs. reserved
Self-Serve Onboarding Company name → isolated workspace in seconds
Docker Compose Full local stack with one command

🧵 CMT Stitching System — Garment Production Management

Live App Stack Industry

A garment production tracking system for CMT (Cut, Make & Trim) operations — managing stitching orders, packing, and production workflows for the textile manufacturing industry.

Use Case  : CMT Stitching & Packing Management for garment factories
Stack     : Next.js · TypeScript
Live      : ✅ Deployed on Vercel
Domain    : Textile & Garment Manufacturing (Pakistan · UAE)

🌐 Dubai E-Marketing & Business Services

Services Industry Region

Beyond software, I provide digital marketing and e-marketing solutions for Dubai-based businesses across construction, trading, and import/export sectors — and for Pakistani SMEs entering the digital economy.

Service Description
E-Marketing Strategy Digital presence, SEO, and online lead generation for UAE markets
Construction Sector Marketing for contractors, fit-out companies, and building material suppliers
Trading & Import/Export Online brand building for commodity traders and international sourcing agents
Pakistani SMEs AI tools, digital marketing, and SaaS solutions for Pakistani factories and businesses entering the digital economy
AI-Powered Automation Automated marketing workflows using AI agents — from content to outreach
Product Sourcing Textile and garment sourcing with production management systems

📧 For business inquiries: texcotembroiderysourcinghouse@gmail.com 🔗 Connect: LinkedIn · Linktree


🛠️ DevUnity Platform — Open-Source Developer Community

Portfolio DevUnity Stack

My personal portfolio and developer platform — showcasing AI projects, digital marketing services, and the open-source DevUnity community platform (Q&A, blogs, collaboration for developers).

Site         : Portfolio + DevUnity community platform
Stack        : Next.js 15 · TypeScript · Tailwind · shadcn/ui · Framer Motion
Features     : Q&A forum · Technical blogs · Developer collaboration
Also covers  : AI services · Digital marketing for UAE/Pakistan · Textile ERP waitlist
Deployed     : ✅ Live on Vercel

Other Projects

Project Stack Description
Textile ERP Platform FastAPI, Next.js 15, PostgreSQL RLS, Koyeb, Vercel Production multi-tenant SaaS — fabric lot/roll management with Row Level Security, 19 API routes, live deployment
CMT Stitching System TypeScript, Next.js Garment CMT production & packing management — live on Vercel
DevUnity Platform Next.js 15, TypeScript, shadcn/ui, Framer Motion Open-source developer community platform with Q&A, blogs, and collaboration — personal portfolio + DevUnity
Physical AI Textbook Platform Next.js, FastAPI, RAG, Gemini API Interactive textbook with semantic search and context-aware RAG chatbot
LearnFlow AI Platform Microservices, FastAPI, K8s, Docker 5 specialized AI agents for personalized programming education
Course Companion FTE FastAPI, ChatGPT API, Zero-Backend Constitutional AI rules for LLM-based course management
Claude.ai Skills Marketplace 39 Skills, 8 Categories Reusable agent skills — document processing, automation, dev tools
RepoToVideo Python, AI Turn any GitHub repository into a viral promo video with AI
Mathematics for AI Python, Educational Comprehensive repository covering mathematical foundations of AI

Tech Stack

Languages & Frameworks

Languages

Cloud-Native & Infrastructure

Infrastructure

AI, Tools & Platforms

AI & Tools

Full Stack Breakdown
const stack = {
  languages: ["Python", "TypeScript", "JavaScript"],
  frontend: ["Next.js 15", "React", "Tailwind CSS", "shadcn/ui", "Framer Motion"],
  backend: ["FastAPI", "Node.js", "Uvicorn"],
  ai: ["Constitutional AI", "RAG Systems", "LangChain", "LangGraph", "MCP", "A2A"],
  agentSDKs: ["Claude Agent SDK", "OpenAI Agents SDK", "Google ADK"],
  agentFrameworks: ["LangGraph", "CrewAI", "AutoGen", "OpenAI Swarm"],
  databases: ["PostgreSQL 15", "Redis 7", "Neon (serverless Postgres)", "Vector DBs (Pinecone, Chroma, Qdrant, Weaviate)"],
  deployment: ["Vercel (frontend)", "Koyeb (backend)", "Render (APIs)", "Neon (database)"],
  infrastructure: ["Kubernetes", "Docker", "Dapr", "Helm"],
  streaming: ["Apache Kafka (Strimzi KRaft)"],
  monitoring: ["Prometheus", "Grafana", "OpenTelemetry"],
  cicd: ["GitHub Actions (test → build → validate → security)"],
  bots: ["discord.py (slash commands)"],
  apis: ["OpenAI", "Claude (Anthropic)", "Google Gemini"],
  protocols: ["MCP (Model Context Protocol)", "A2A (Agent-to-Agent)", "REST", "Dapr Pub/Sub"],
  architecture: ["Microservices", "Event-Driven", "API-First", "Infrastructure-Agnostic"],
  domains: ["Textile & Garment Manufacturing", "Dubai Construction & Trading", "Import/Export", "Multi-Tenant SaaS"],
  methodology: "Specification-First Development",
  nextPhase: "Digital Agent Factory Builder"
};

2026 Focus Areas

mindmap
  root((2026 Focus))
    Agent Factory & FTEs
      Digital Employees
      Spec-Driven Agents
      Agent Skills Marketplace
      Monetizing AI Knowledge
    Agent Protocols
      MCP
      A2A Protocol
      Claude Agent SDK
      OpenAI Agents SDK
      Google ADK
    Multi-Agent Systems
      LangGraph
      CrewAI
      AutoGen
      OpenAI Swarm
    Observability
      OpenTelemetry
      Grafana Stack
      Loki + Tempo
    Vector Databases
      Pinecone
      Qdrant
      Chroma
      Weaviate
    Edge AI
      WebAssembly
      ONNX Runtime
      On-device LLMs
    Platform Engineering
      Backstage
      Crossplane
      Terraform
Loading
Area Technologies Why It Matters
🏭 Agent Factory Digital FTEs, Agent Skills, Spec-Driven Automation Building AI employees that handle end-to-end workflows autonomously
Agent Protocols MCP, A2A (Google/Linux Foundation), Claude Agent SDK, OpenAI Agents SDK Standardizing how AI agents communicate and use tools
Multi-Agent Systems LangGraph, CrewAI, AutoGen, OpenAI Swarm Orchestrating specialized agents for complex workflows
Observability OpenTelemetry, Grafana Stack (Loki + Tempo) Unified telemetry for AI-native applications
Vector Databases Pinecone, Qdrant, Chroma, Weaviate Scaling RAG systems to production
Edge AI WebAssembly (Wasm), ONNX Runtime Running inference at the edge without cloud dependency
Platform Engineering Backstage, Crossplane, Terraform Building internal developer platforms for AI workloads
AI Safety Constitutional AI, RLHF, Human-in-the-Loop Ensuring AI systems are safe and aligned

GitHub Stats

trophy

GitHub Stats GitHub Streak

Top Languages

Activity Graph

github-snake

Goals

  • Complete all 6 Panaversity Hackathons (Bronze → Agent Factory) ✅
  • Build cloud-native system with Kubernetes, Kafka, and Dapr ✅
  • Implement Constitutional AI safety with Human-in-the-Loop ✅
  • Build event-driven architecture with Apache Kafka & Dapr ✅
  • Deploy 14 services in Kubernetes with CI/CD pipeline ✅
  • Build Discord bot (TodoMaster AI) with K8s deployment ✅
  • Ship production multi-tenant SaaS — Textile ERP Platform (live: Koyeb + Vercel) ✅
  • Ship CMT Stitching & Packing Management System (live on Vercel) ✅
  • Deliver AI-powered e-marketing solutions for Dubai construction & trading sector ✅
  • Found Texcot Embroidery Sourcing House (Pakistan · UAE textile industry) ✅
  • Build Digital Agent Factory with MCP, A2A & Agent SDKs
  • Build multi-agent system with MCP and A2A protocols
  • Contribute to 3+ open-source AI/ML projects
  • Publish 24+ technical articles and videos
  • Launch course on Specification-Driven AI Development
  • Grow YouTube channel to 1K+ subscribers
  • Build and ship production Digital FTEs (AI employees)

Philosophy

"Traditional approach: Avoid AI mistakes. My approach: Learn FROM AI mistakes. Because real innovation happens at the edges of failure."

"We don't just teach people how to code; we are teaching them how to build and monetize Digital Agent Factories."

Principle Practice
Spec-First No code without a specification
Production Quality Every project is deployment-ready
Zero Failures 85% code reuse · 6 hackathons · 0 failed attempts
AI as Collaborator Not just a tool — a thinking partner
Open Source Share knowledge, elevate the community
Agent Factory Mindset From manual coding to spec-driven automation

Writing & Content

YouTube Medium

Topics: Agentic AI | Agent Factory & Digital FTEs | Spec-Driven Development | Cloud-Native Architecture | Constitutional AI Safety | Multi-Agent Systems | MCP & A2A Protocols


Let's build something together

I'm open to collaborating on AI/ML projects, cloud-native systems, Agent Factory development, hackathon partnerships, open-source dev communities (DevUnity), and e-marketing automation for UAE/Dubai businesses (construction · trading · import/export) and Pakistani SMEs.

Portfolio LinkedIn Medium YouTube Facebook Linktree

Profile Views

footer

Pinned Loading

  1. hackathon-completion-engine hackathon-completion-engine Public

    Cloud-native AI-powered Todo app with Constitutional AI, Kubernetes, Kafka, Dapr, and Discord bot

    Python