struct AdityaGaba: Developer {
let name = "Aditya Gaba"
let location = "India 🇮🇳"
let role = "iOS Developer @ Marrow (DailyRounds)"
let education = "Chitkara University"
let awards = ["WWDC 2024 Swift Student Challenge Winner 🏆",
"WWDC 2025 Swift Student Challenge Winner 🏆"]
let expertise = ["Swift", "SwiftUI", "UIKit", "iOS Architecture",
"DSA", "C++", "System Design", "AI/ML"]
let currentGoal = "Cracking Google • Meta • Apple 🎯"
let leetcode = "1000+ problems solved ⚡"
let funFact = "I debug production bugs and binge series with equal focus 🎬"
func contact() -> String { "AdityaGaba@adityagaba.onmicrosoft.com" }
}




