{
  "tabs": ["intro", "skills", "exp", "projects", "contact"],
  "links": {
    "DiffViewr": "https://www.diffviewr.com/",
    "DevBee": "https://devbee.uk/",
    "TaskTracker": "https://tasktracker.zarn.uk/",
    "https://github.com/zarndotuk": "https://github.com/zarndotuk",
    "github.com/zarndotuk": "https://github.com/zarndotuk",
    "https://linkedin.com/in/hassanhumayun/": "https://linkedin.com/in/hassanhumayun/",
    "linkedin.com/in/hassanhumayun/": "https://linkedin.com/in/hassanhumayun/",
    "hassan@zarn.uk": "mailto:hassan@zarn.uk",
    "zarn.uk": "https://zarn.uk/"
  },
  "panels": {
    "intro": {
      "lang": "Markdown",
      "name": "intro.md",
      "icon": "ti-markdown",
      "folder": null,
      "status": "file-status-modified",
      "content": [
        "<!-- Senior Principal Software Engineer | Building scalable systems that last -->",
        "",
        "# Hey, I'm Hassan.",
        "",
        "15+ years building scalable software, modernizing enterprise platforms, and leading engineering teams.",
        "",
        "",
        "<!-- Currently: Modernizing high volume apps @ Dell Technologies -->",
        "",
        "## What I do",
        "",
        "- Design scalable software architecture",
        "- Lead technical teams and mentor engineers",
        "- Modernize legacy platforms",
        "- Build cloud-native applications",
        "- Establish engineering standards and practices",
        "- Translate business requirements into technical strategy",
        "",
        "",
        "## Side projects",
        "",
        "Builder of DiffViewr, DevBee, and TaskTracker",
        "",
        "<!-- Open folders on the left. The interesting bits are there. -->"
      ]
    },
    "skills": {
      "lang": "TypeScript",
      "name": "stack.ts",
      "icon": "ti-brand-typescript",
      "folder": "skills",
      "content": [
        "// stack.ts - technical toolkit",
        "",
        "const techStack = {",
        "",
        "  // Core Programming Languages",
        "  languages: [\"C#\", \"Python\", \"JavaScript\", \"TypeScript\"],",
        "",
        "  // Frameworks",
        "  frameworks: {",
        "    backend: [\".NET\"],",
        "    frontend: [\"Angular\", \"Next.js\"]",
        "  },",
        "",
        " // Databases",
        "  databases: [\"Cassandra\", \"MongoDB\", \"SQL Server\"],",
        "",
        "  // Infrastructure",
        "  infrastructure: [\"PCF\", \"AWS\", \"Akamai\", \"Coolify\", \"Cloudflare\"],",
        "",
        " // DevOps",
        "  devops: [\"CICD pipelines\", \"Docker\"],",
        "",
        "  // AI Tooling",
        "  ai: [\"Ollama\", \"Devin\", \"Codex\"],",
        "};"
      ]
    },
    "exp": {
      "lang": "JSON",
      "name": "career.json",
      "icon": "ti-brackets",
      "folder": "experience",
      "content": [
        "// career.json - work history",
        "",
        "{",
        "  \"yearsActive\": 15+,",
        "  \"experience\": [",
        "    {",
        "      \"company\": \"Dell Technologies\",",
        "      \"role\": \"Senior Principal Software Engineer\",",
        "      \"focus\": \"Micro Frontend-based ecommerce systems and platform scalability\",",
        "      \"stack\": {",
        "        \"backend\": [\".NET Core\", \"C#\"],",
        "        \"data\": [\"Cassandra\"],",
        "        \"infrastructure\": [\"PCF\"],",
        "        \"tools\": [\"Git\"]",
        "      },",
        "      \"responsibilityLevel\": \"Principal IC operating across multiple teams in a shared Micro Frontend ecosystem\"",
        "    },",
        "    {",
        "      \"company\": \"Monster Technologies\",",
        "      \"role\": \"Senior Software Engineer\",",
        "      \"focus\": \"Enterprise full-stack application delivery\",",
        "      \"stack\": {",
        "        \"backend\": [\".NET Framework\", \"C#\"],",
        "        \"frontend\": [\"Angular\"],",
        "        \"data\": [\"MS SQL\"],",
        "        \"tools\": [\"Perforce P4\"]",
        "      },",
        "      \"responsibilityLevel\": \"Senior IC responsible for end-to-end feature delivery and cross-team collaboration\"",
        "    },",
        "    {",
        "      \"company\": \"Exact\",",
        "      \"role\": \"Software Engineer\",",
        "      \"focus\": \"Enterprise backend systems development and maintenance\",",
        "      \"stack\": {",
        "        \"backend\": [\".NET Framework\", \"VB.NET\"],",
        "        \"data\": [\"MS SQL\"],",
        "        \"tools\": [\"Team Foundation Server\"]",
        "      },",
        "      \"responsibilityLevel\": \"IC focused on feature delivery and system maintenance\"",
        "    }",
        "",
        "  ]",
        "}"
      ]
    },
    "projects": {
      "lang": "Markdown",
      "name": "projects.md",
      "icon": "ti-markdown",
      "folder": "projects",
      "content": [
        "<!-- projects shipped -->",
        "",
        "# Projects",
        "",
        "## DiffViewr",
        "Client-side configuration diff tool for JSON, YAML, and ENV files.",
        "Key-order normalisation: diffs are semantic, not structural.",
        "Website: DiffViewr",
        "Stack: Next.js, Cloudflare Pages",
        "",
        "## DevBee",
        "A distraction-free YouTube player for developers that lets you queue up curated learning videos without falling into YT recommendation-driven rabbit holes.",
        "Website: DevBee",
        "Stack: ASP.NET Core, MongoDB, Next.js, Coolify",
        "",
        "## TaskTracker",
        "Personal kanban task tracker with a dark, distraction-free UI.",
        "Website: TaskTracker",
        "Stack: ASP.NET Core, MongoDB, Next.js, Coolify",
        ""
      ]
    },
    "contact": {
      "lang": "YAML",
      "name": "contact.yml",
      "icon": "ti-settings-2",
      "folder": null,
      "status": "file-status-added",
      "content": [
        "# contact.yml",
        "",
        "links:",
        "  github: https://github.com/zarndotuk",
        "  linkedin: https://linkedin.com/in/hassanhumayun/",
        "",
        "open_to:",
        "  - Architectural roles",
        "  - Developer Experience role",
        "",
        "timezone: Asia/Kuala_Lumpur (UTC+8)",
        "",
        "contact: \"hassan@zarn.uk\""
      ]
    }
  }
}
