Skip to content
View aiyu-ayaan's full-sized avatar
:shipit:
Aachu Miyako'β€”a sweet tale only you and i know.
:shipit:
Aachu Miyako'β€”a sweet tale only you and i know.

Highlights

  • Pro

Organizations

@BIT-Lalpur-App @ResearchHub24

Block or report aiyu-ayaan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aiyu-ayaan/README.md

Hey πŸ‘‹, I'm Ayaan

Github aiyu-ayaan

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"
    }
}

My GitHub Stats

aiyu-ayaan's GitHub stats aiyu-ayaan's GitHub stats

Pinned Loading

  1. BIT-App BIT-App Public

    Simple android app for BIT Lalpur students

    Kotlin 19 5

  2. tts-engine tts-engine Public

    The TTS-Engine is a simple and efficient library that provides Text-to-Speech functionality for Android applications. The library uses state-of-the-art speech synthesis technology to generate high-…

    Kotlin 22 3

  3. Make Release Build Using GitHub Action Make Release Build Using GitHub Action
    1
    # Steps 
    2
    ## 1. The first step includes decoding the Key 
    3
    ```
    4
    openssl base64 < Keys.jks | tr -d 'n' | tee signing.txt
    5
    ```
  4. Gemini-CLI Gemini-CLI Public

    A command-line base Gemini client

    Python 5 1

  5. ResearchHub24/Research-Hub-KMP ResearchHub24/Research-Hub-KMP Public

    Kotlin 1