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 at Panaversity building autonomous AI systems that take action, not just respond. 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 I'm 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 β†’ Platinum)
Kubernetes Services  : 14 running in 6GB cluster
Tests Passing        : 180+
Architecture         : Event-Driven + Constitutional AI
Methodology          : Specification-First Development
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 H4.5 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 β†’ Platinum)
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 -
H4.5 βœ… Discord Bot Extended TodoMaster AI with 6 slash commands, K8s deployment 31/31


πŸš€ 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

🌐 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.

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
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"],
  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)", "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 Technology Roadmap

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 β†’ Platinum) βœ…
  • 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 βœ…
  • 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
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).

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