const developer = {
    name: "Anas",
    role: "Junior Software Engineer",
    passions: ["Clean Code", "Problem Solving", "Open Source"],
    currentFocus: "Full-Stack Development",
    lifePhilosophy: "Code. Learn. Repeat. π"
};graph LR
    A[Current Focus] --> B[Cloud Computing]
    A --> C[System Design]
    A --> D[Advanced React]
    B --> E[AWS]
    B --> F[Docker]
    style A fill:#58A6FF,stroke:#1F6FEB,color:#0D1117
    style B fill:#238636,stroke:#1F6FEB,color:#fff
    style C fill:#238636,stroke:#1F6FEB,color:#fff
    style D fill:#238636,stroke:#1F6FEB,color:#fff
    style E fill:#1F6FEB,stroke:#58A6FF,color:#fff
    style F fill:#1F6FEB,stroke:#58A6FF,color:#fff
    - π Exploring Cloud Technologies (AWS, Docker, Kubernetes)
 - π Building scalable Full-Stack Applications
 - π Studying Data Structures & Algorithms
 - π― Contributing to Open Source Projects