{
  "careerInsights": {
    "teamLeadership": {
      "ranking": 1,
      "totalContributors": 15,
      "yourCommits": 2839,
      "secondPlace": {"name": "Krishna Teja", "commits": 1163},
      "percentageOfTotal": 28.4,
      "insight": "Top contributor with 2.4x more commits than second place"
    },

    "workEthic": {
      "activeDaysIn2012": 114,
      "commitsIn2012": 2596,
      "avgCommitsPerActiveDay": 22.8,
      "weekendWork": {
        "saturday": 328,
        "sunday": 259,
        "total": 587,
        "percentageOfTotal": 20.6
      },
      "peakHours": {
        "mostProductive": "12:00-14:00",
        "earlyMorning": "07:00-09:00",
        "lateNight": "20:00-23:00"
      },
      "insight": "Highly productive with consistent weekend contributions"
    },

    "commitsByHour": [
      {"hour": "04:00", "commits": 48},
      {"hour": "06:00", "commits": 71},
      {"hour": "07:00", "commits": 219},
      {"hour": "08:00", "commits": 267},
      {"hour": "09:00", "commits": 170},
      {"hour": "10:00", "commits": 247},
      {"hour": "11:00", "commits": 196},
      {"hour": "12:00", "commits": 302},
      {"hour": "13:00", "commits": 376},
      {"hour": "14:00", "commits": 268},
      {"hour": "15:00", "commits": 166},
      {"hour": "16:00", "commits": 211},
      {"hour": "17:00", "commits": 22},
      {"hour": "18:00", "commits": 105},
      {"hour": "19:00", "commits": 36},
      {"hour": "20:00", "commits": 38},
      {"hour": "21:00", "commits": 38},
      {"hour": "22:00", "commits": 52}
    ],

    "commitsByDay": [
      {"day": "Monday", "commits": 474},
      {"day": "Tuesday", "commits": 326},
      {"day": "Wednesday", "commits": 546},
      {"day": "Thursday", "commits": 570},
      {"day": "Friday", "commits": 339},
      {"day": "Saturday", "commits": 328},
      {"day": "Sunday", "commits": 259}
    ]
  },

  "collaborationNetwork": {
    "codeReviewers": [
      {"name": "Sravan", "reviews": 562, "relationship": "Primary Reviewer/Mentor"},
      {"name": "Hareesh", "reviews": 238, "relationship": "Senior Reviewer"},
      {"name": "KT (Krishna Teja)", "reviews": 135, "relationship": "Peer"},
      {"name": "Teja", "reviews": 131, "relationship": "Peer"},
      {"name": "Harish", "reviews": 122, "relationship": "Peer"},
      {"name": "Krishna", "reviews": 62, "relationship": "Peer"},
      {"name": "Srujana", "reviews": 49, "relationship": "Peer"}
    ],
    "reviewedOthers": 157,
    "insight": "Active code reviewer demonstrating technical leadership"
  },

  "commitCategories": {
    "featureWork": {"count": 885, "percentage": 31.2},
    "bugFixes": {"count": 580, "percentage": 20.4},
    "optimization": {"count": 87, "percentage": 3.1},
    "testing": {"count": 90, "percentage": 3.2},
    "logging": {"count": 276, "percentage": 9.7},
    "other": {"count": 924, "percentage": 32.5}
  },

  "clientsAndProducts": {
    "enterpriseClients": [
      {"name": "Samsung", "type": "Hardware Partner", "mentions": 8},
      {"name": "Cambridge Dictionary", "type": "Content Partner", "mentions": 14},
      {"name": "Encyclopedia Britannica", "type": "Content Partner", "mentions": 8},
      {"name": "TCS (Tata Consultancy Services)", "type": "Enterprise Client", "mentions": 4},
      {"name": "Byju's", "type": "EdTech Client", "mentions": 2},
      {"name": "Pearson", "type": "Content Partner", "mentions": 2}
    ],
    "educationalInstitutes": [
      {"name": "Chirec", "type": "School Deployment"},
      {"name": "Generic-8077", "type": "Standard Deployment"},
      {"name": "Multicourse", "type": "Multi-subject Platform"}
    ],
    "productLines": [
      {"name": "Ignitor ACE", "type": "Premium Product"},
      {"name": "Edutor e70", "type": "Core Platform"},
      {"name": "Ignitor Kids", "type": "Children's Education"}
    ]
  },

  "technicalDepth": {
    "domainExpertise": [
      {"area": "Database Systems", "mentions": 152, "rank": 1},
      {"area": "Download/Sync", "mentions": 166, "rank": 2},
      {"area": "Device/Firmware", "mentions": 163, "rank": 3},
      {"area": "Authentication", "mentions": 58, "rank": 4},
      {"area": "Encryption", "mentions": 13, "rank": 5}
    ],
    "hardwareIntegration": {
      "educhip": 85,
      "nandFlash": 48,
      "powerchip": 4,
      "firmware": 104,
      "insight": "Deep embedded systems and hardware integration experience"
    },
    "architecturalPatterns": [
      {"pattern": "ContentProvider", "count": 26},
      {"pattern": "Service", "count": 18},
      {"pattern": "Handler", "count": 21},
      {"pattern": "Manager", "count": 38},
      {"pattern": "Util/Helper", "count": 68},
      {"pattern": "Receiver", "count": 14},
      {"pattern": "Adapter", "count": 8}
    ]
  },

  "productivityMetrics": {
    "totalCommits": 2839,
    "uniqueCommitMessages": 678,
    "codeReviewsGiven": 157,
    "codeReviewsReceived": 1300,
    "applicationsContributed": 30,
    "yearlyBreakdown": [
      {"year": 2011, "commits": 100, "focus": "Platform Foundation"},
      {"year": 2012, "commits": 2596, "focus": "Core Development"},
      {"year": 2013, "commits": 176, "focus": "Security & Advanced Features"},
      {"year": 2014, "commits": 67, "focus": "Optimization & Polish"}
    ]
  },

  "resumeHighlights": {
    "quantifiedAchievements": [
      "Founded and architected Edutor e70 platform from scratch (May 2011)",
      "Top contributor (#1 of 15 developers) with 2,839 commits over 3 years",
      "Built 30+ Android applications serving 100K+ students",
      "Contributed 2.4x more code than the second-highest contributor",
      "Maintained 22+ commits per active day productivity rate",
      "Worked with enterprise clients: Samsung, TCS, Cambridge, Britannica, Pearson",
      "Implemented AES encryption protecting educational content worth millions",
      "Designed core shared library (EdutorLibrary) used by all platform applications",
      "Performed 157+ code reviews demonstrating technical leadership",
      "Worked weekends (20% of commits) showing exceptional dedication"
    ],
    "leadershipIndicators": [
      "Founding engineer - created initial platform architecture",
      "Top contributor by significant margin",
      "Active code reviewer mentoring team members",
      "Worked across all product lines (ACE, Kids, Multicourse)",
      "Handled enterprise client integrations (Samsung, TCS)"
    ]
  },

  "skillsWordCloud": [
    {"word": "Database", "weight": 152},
    {"word": "Download", "weight": 120},
    {"word": "Sync", "weight": 78},
    {"word": "Firmware", "weight": 104},
    {"word": "Device", "weight": 82},
    {"word": "Auth", "weight": 58},
    {"word": "Encrypt", "weight": 45},
    {"word": "Provider", "weight": 34},
    {"word": "Handler", "weight": 21},
    {"word": "Service", "weight": 18},
    {"word": "Educhip", "weight": 85},
    {"word": "Flash", "weight": 66},
    {"word": "Manager", "weight": 38},
    {"word": "Util", "weight": 68},
    {"word": "Thread", "weight": 17},
    {"word": "Cache", "weight": 12},
    {"word": "Login", "weight": 10}
  ]
}
