object TanyaSharma : SoftwareEngineer("Mobile Development | FullStack Development") {
val focus = listOf(
"Mobile + Frontend development",
"AI-driven solutions",
"Scalable, high-performance apps"
)
val principles = listOf(
"Clean architecture",
"Smooth user experience",
"Impact at scale — millions of users"
)
object Skills {
val mobile = listOf("React Native", "Android (Kotlin, Java)")
val frontend = listOf("React", "JavaScript", "TypeScript")
val backend = listOf("Express.js", "Node.js", "MongoDB", "REST APIs")
}
object Contact {
val email = "tanya.work.utd@gmail.com"
val github = "https://github.com/tanya-sharma"
}
}


