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 @Btw-Us

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

tiqdev

Github aiyu-ayaan wakatime

val bio = """
    Building enterprise solutions by day, crafting mobile experiences by night! πŸš€
    I love solving complex problems and architecting scalable software solutions πŸ€–.
    Open Source is my passionβ€”always exploring new technologies and patterns! ❀️
"""
val ayaan = developer {
    about {
        name = "Ayaan Ansari πŸš€"
        role = "Software Engineer | Mobile Android Developer"
        location = "Mumbai, Maharashtra"
        description = """
            |2+ years of experience building innovative mobile applications with Kotlin and Jetpack Compose
            |Currently developing enterprise-level applications with .NET Framework and WordPress
            |Passionate about creating high-performance, scalable solutions with modern architecture patterns ✨
        """.trimMargin()
    }
    
    tech {
        languages("Kotlin", "Java", "Python", "C#", "JavaScript")
        frameworks {
            +"Android SDK/Jetpack"
            +"Jetpack Compose"
            +"Kotlin Multiplatform"
            +".NET Framework"
            +"WordPress Development"
            +"Firebase"
            +"Retrofit/Ktor"
        }
        tools("Android Studio", "Git", "GitHub Actions", "Figma", "Postman")
        architectures("MVVM", "Clean Architecture", "Repository Pattern", "Dependency Injection")
    }
    
    links {
        linkedin = "https://www.linkedin.com/in/aiyu"
        github = "https://github.com/aiyu-ayaan"
        playStore = "https://play.google.com/store/apps/dev?id=9010297981454032885"
        email = "ayaan35200@gmail.com"
    }
    
    education {
        Education(
            institution = "πŸŽ“ BIT Mesra",
            program = "MCA (Master of Computer Applications)",
            timeline = "Aug 2023 - May 2025",
            cgpa = "8.1/10.0"
        )
        
        Education(
            institution = "πŸŽ“ BIT Mesra",  
            program = "BCA (Bachelor of Computer Applications)",
            timeline = "Aug 2019 - May 2022",
            cgpa = "8.2/10.0"
        )
    }
    
    experience {
        Experience(
            company = "πŸ’Ό Adrosonic",
            role = "Software Engineer",
            duration = "Jun 2025 - Present",
            location = "Mumbai, Maharashtra",
            achievements = listOf(
                "β€’ Developing enterprise-level applications using WordPress and .NET Framework",
                "β€’ Building scalable web applications improving system performance by 30%",
                "β€’ Collaborating with cross-functional teams to deliver high-quality solutions"
            )
        )
        
        Experience(
            company = "πŸ’Ό Adrosonic",
            role = "Software Engineer (Trainee) - Internship",
            duration = "Dec 2024 - Jun 2025",
            location = "Mumbai, Maharashtra", 
            achievements = listOf(
                "β€’ Developed enterprise POC for Dynamics 365 and Instanda integration",
                "β€’ Reduced process automation time by 40%",
                "β€’ Redesigned office website UI/UX improving load times by 30% and engagement by 20%"
            )
        )
        
        Experience(
            company = "πŸ’Ό BeyondSchool",
            role = "Android Developer Intern",
            duration = "Jul 2022 - Mar 2023",
            location = "Ranchi, Jharkhand",
            achievements = listOf(
                "β€’ Implemented TTS/STT functionality increasing accessibility by 35%",
                "β€’ Designed gamification features boosting user retention by 40%", 
                "β€’ Optimized app flow reducing drop-off rates by 25%"
            )
        )
    }
    
    featuredProjects {
        Project(
            name = "πŸ’° ExpenseSync",
            description = "Cross-platform expense management app with 500+ users and 4.6/5 rating",
            tech = "Kotlin β€’ Jetpack Compose β€’ Firebase β€’ MVVM β€’ Clean Architecture",
            achievements = listOf(
                "β€’ Real-time data sync reducing delays by 75%",
                "β€’ Desktop version with QR authentication increasing multi-device usage by 45%"
            )
        )
        
        Project(
            name = "πŸ”¬ Research Hub KMP", 
            description = "Cross-platform research collaboration tool increasing team productivity by 30%",
            tech = "Kotlin Multiplatform β€’ Compose β€’ Koin β€’ Retrofit",
            achievements = listOf(
                "β€’ Shared business logic between Android and Desktop platforms",
                "β€’ Integrated FCM improving user engagement by 40%"
            )
        )
        
        Project(
            name = "πŸŽ“ BIT App",
            description = "University student portal with 1000+ users and 4.7/5 Play Store rating",
            tech = "Android β€’ Kotlin β€’ Firebase β€’ MVVM β€’ Room β€’ WorkManager",
            achievements = listOf(
                "β€’ Custom analytics dashboard for usage monitoring",
                "β€’ Efficient background tasks and local data storage"
            ),
            link = "https://play.google.com/store/apps/details?id=com.atech.bit"
        )
        
        Project(
            name = "πŸ”Š TTS-Engine",
            description = "Custom Text-to-Speech library with 500+ downloads on JitPack",
            tech = "Android Library β€’ Kotlin β€’ Lifecycle Components",
            achievements = listOf(
                "β€’ Real-time text highlighting and lifecycle-aware functionality",
                "β€’ Integration in 5+ production applications"
            ),
            link = "https://github.com/aiyu-ayaan/TTS-Engine"
        )
    }
    
    exploring {
        +"Enterprise Application Development"
        +"Kotlin Multiplatform Mobile (KMM)"
        +"Compose Multiplatform"
        +"Cloud Integration Patterns"
        +"Modern .NET Development"
    }
}

πŸ“Š My GitHub Stats


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

"Building tomorrow's software solutions, one commit at a time." ✨

Pinned Loading

  1. BIT-App BIT-App Public archive

    Simple android app for BIT Lalpur students

    Kotlin 19 6

  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 23 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 6 1

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

    Kotlin 1