Skip to content
View aiyu-ayaan's full-sized avatar
🎧
Listening to music...
🎧
Listening to music...

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

I'm a master's student passionate about solving complicated problems and creating software solutions πŸ€–. I ❀️ Open Source and therefore enjoy working on interesting open source projects.

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

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 17 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 19 3

  3. Quiz-Time Quiz-Time Public archive

    Simple Android App to check your general knowledge. Written in kotlin with MVVM and Navigation Component .

    Kotlin 2

  4. 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
    ```
  5. Gemini-CLI Gemini-CLI Public

    A command-line base Gemini client

    Python 4