Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiyu-ayaan/aiyu-ayaan
https://github.com/aiyu-ayaan/aiyu-ayaan
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aiyu-ayaan/aiyu-ayaan
- Owner: aiyu-ayaan
- Created: 2022-06-02T10:57:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T16:06:42.000Z (3 months ago)
- Last Synced: 2024-09-10T17:57:54.070Z (3 months ago)
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hey 👋, I'm Ayaan
[![Github](https://img.shields.io/github/followers/aiyu-ayaan?label=Follow&style=social)](https://github.com/aiyu-ayaan)
I'm a master's student passionate about solving complicated problems and creating software solutions :robot:. I :heart: Open Source and therefore enjoy working on interesting open source projects.
```kotlin
val aiyu = developer {
about {
name = "Ayaan Ansari"
role = "Android Developer"
description = "Building efficient Android apps with modern technologies."
}
tech {
languages("Kotlin", "Java", "Python", "SQLite")
frameworks("Jetpack Compose", "Android SDK", "Ktor", "Retrofit", "Firebase")
tools("Android Studio", "GitHub", "VS Code", "PyCharm")
}
links {
linkedin = "https://www.linkedin.com/in/aiyu"
github = "https://github.com/aiyu-ayaan"
playStoreApp = "https://play.google.com/store/apps/details?id=com.atech.bit"
}
education {
Education(
collegeName = "BIT Mesra",
courseName = "MCA",
year = "2023 - Present"
)
Education(
collegeName = "BIT Mesra",
courseName = "BCA",
year = "2019-2022",
grade = 8.22
)
}
experience {
Experience(
companyName = "BeyondSchool",
jobTitle = "Android Developer Intern",
duration = "Jul 2023 - Mar 2024",
description = "Worked on TTS, STT, and gamification features to enhance learning apps."
)
}
projects {
projectName = "BIT App"
description = "ERP access, syllabus browsing, and user personalization for students."projectName = "TTS-Engine"
description = "Text-to-speech library for Android with easy integration."projectName = "Gemini CLI"
description = "Command-line tool integrating Gemini's creative and analytical features."projectName = "Research Hub"
description = "Android and web app for managing research applications."
}
leadership {
Leadership(
title = "Technical Head",
organization = "RAD Society, BIT Mesra",
duration = "Aug 2021 - May 2022"
)
}
}