const awais: Engineer = {
location : "Lahore, Pakistan 🇵🇰",
role : "Full-Stack & Mobile Engineer",
expertise: {
frontend : ["React.js", "TypeScript", "Redux", "Angular"],
mobile : ["React Native", "iOS & Android"],
backend : ["Go", "Gin", "Node.js", "Express.js"],
architecture : ["Microservices", "Event-Driven", "REST APIs", "gRPC"],
messaging : ["Apache Kafka", "Redis Pub/Sub", "Message Queues"],
caching : ["Redis", "In-Memory Caching", "Session Management"],
databases : ["MongoDB", "MySQL", "Firebase", "Redis"],
cloud : ["AWS (S3, EC2)", "Docker", "Terraform", "CI/CD"],
},
currentFocus : "Agentic AI · LLM Systems · Scalable Microservices",
exploring : ["LangChain", "LangGraph", "AI Agents", "RAG", "Vector DBs"],
openTo : "Full-Stack · Mobile · AI · Distributed Systems",
};|
🧠 AI & LLMs
|
🏗️ Distributed Systems
|
graph TD
Client(["👤 Client"]):::user
subgraph Frontend["🌐 Frontend Layer"]
RJ["React.js · TypeScript"]:::fe
RN["React Native · Mobile"]:::fe
end
subgraph Gateway["⚡ API Gateway"]
GW["REST · gRPC"]:::gw
end
subgraph Services["🔧 Microservices — Go · Node.js"]
S1["Auth Service"]:::svc
S2["User Service"]:::svc
S3["Business Logic"]:::svc
end
subgraph Messaging["📨 Messaging & Caching"]
KF["Apache Kafka\nEvent Streaming"]:::msg
RD["Redis\nCache · Pub/Sub"]:::cache
end
subgraph Data["🗄️ Data Layer"]
MG["MongoDB"]:::db
MY["MySQL"]:::db
FB["Firebase"]:::db
end
subgraph Cloud["☁️ AWS · Docker · CI/CD"]
AW["EC2 · S3 · Terraform"]:::cloud
end
subgraph AI["🤖 AI Layer"]
AG["Agents · RAG · LangChain"]:::ai
end
Client --> Frontend
Frontend --> Gateway
Gateway --> Services
Services --> Messaging
Services --> Data
Services --> AI
Services --> Cloud
classDef user fill:#0ea5e9,color:#fff,stroke:none
classDef fe fill:#0c4a6e,color:#7dd3fc,stroke:#0ea5e9,stroke-width:1px
classDef gw fill:#164e63,color:#67e8f9,stroke:#06b6d4,stroke-width:1px
classDef svc fill:#0f172a,color:#38bdf8,stroke:#0284c7,stroke-width:1px
classDef msg fill:#1c1917,color:#fb923c,stroke:#f97316,stroke-width:1px
classDef cache fill:#1c0a0a,color:#f87171,stroke:#ef4444,stroke-width:1px
classDef db fill:#052e16,color:#4ade80,stroke:#16a34a,stroke-width:1px
classDef cloud fill:#1c1400,color:#fbbf24,stroke:#f59e0b,stroke-width:1px
classDef ai fill:#2e1065,color:#c084fc,stroke:#9333ea,stroke-width:1px



