val bio = """
Life is the space where I escape from the corporate world! π
I love solving complicated problems and crafting software solutions π€.
Open Source is my guilty pleasureβI can't resist diving into interesting projects! β€οΈ
"""
val ayaan = developer {
about {
name = "Ayaan Ansari π"
role = "Android Developer | Kotlin Enthusiast"
description = """
|Building performant Android applications with modern architecture patterns
|Exploring Kotlin Multiplatform for cross-platform solutions β¨
|Open-source contributor passionate about developer tooling & education
""".trimMargin()
}
tech {
languages("Kotlin", "Java", "Python", "C++", "SQL")
frameworks {
+"Android SDK/Jetpack"
+"Jetpack Compose"
+"Kotlin Multiplatform (Exploring π)"
+"Ktor/Retrofit"
+"Room/Paging"
+"Firebase"
}
tools("Android Studio", "GitHub Actions", "Figma", "Postman", "Jira")
architectures("MVVM", "MVI", "Clean Architecture")
}
links {
linkedin = "https://www.linkedin.com/in/aiyu"
github = "https://github.com/aiyu-ayaan"
playStore = "https://play.google.com/store/apps/dev?id=9010297981454032885"
twitter = "https://twitter.com/aiyu_ayaan"
}
education {
Education(
institution = "π BIT Mesra",
program = "MCA (Master of Computer Applications)",
timeline = "2023 - Present",
highlights = listOf("Advanced Software Engineering", "Machine Learning")
)
Education(
institution = "π BIT Mesra",
program = "BCA (Bachelor of Computer Applications)",
timeline = "2019 - 2022",
score = "CGPA: 8.22",
achievements = listOf("Technical Head of RAD Society")
)
}
experience {
Experience(
company = "πΌ Adrosonic",
role = "Software Engineer (Trainee)",
duration = "July 2024 - Present",
achievements = listOf(
"β’ Hands-on to Intelligent Automation",
)
)
Experience(
company = "πΌ BeyondSchool",
role = "Android Developer",
duration = "July 2023 - March 2024",
achievements = listOf(
"β’ Implemented TTS/STT features improving accessibility by 40%",
"β’ Developed gamification system increasing user engagement by 65%",
"β’ Reduced API response time by 30% through caching strategies",
"β’ Integrated CI/CD pipelines reducing deployment time by 50%"
)
)
}
projects {
Project(
name = "π± BIT Campus App",
description = "All-in-one student portal with 10k+ downloads",
tech = "Jetpack Compose β’ KMM β’ Firebase",
link = "https://play.google.com/store/apps/details?id=com.atech.bit"
)
Project(
name = "π TTS Engine Library",
description = "Open-source text-to-speech module with 150+ stars",
tech = "AndroidX β’ Kotlin Coroutines β’ Gradle Plugin",
link = "https://github.com/aiyu-ayaan/TTS-Engine"
)
Project(
name = "π§ Gemini CLI",
description = "AI-powered terminal assistant with RAG capabilities",
tech = "Kotlin Multiplatform β’ Gemini API β’ Gradle KTS",
link = "https://github.com/aiyu-ayaan/gemini-cli"
)
Project(
name = "π¬ Research Hub KMP",
description = "Knowledge-sharing platform for researchers built with Kotlin Multiplatform",
techStack = listOf("Kotlin Multiplatform", "Jetpack Compose", "Ktor"),
link = "https://github.com/ResearchHub24/Research-Hub-KMP"
)
}
exploring {
+"Kotlin Multiplatform mobile (KMM)"
+"Compose Multiplatform"
+"Gradle plugin development"
}
}