Skip to content
View aiyu-ayaan's full-sized avatar
:fishsticks:
Building Between Us
:fishsticks:
Building Between Us

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

BgImage

Github aiyu-ayaan wakatime

val bio = """
    Shipping production systems through agentic, spec-first workflows πŸ€–
    Architecture, threat model, and phased backlog as machine-readable context
    AI coding agents execute against a contract β€” I own review, integration, and hardening ✨
    Open Source is my passionβ€”building with modern tech and AI patterns! ❀️
"""
val ayaan = developer {
    about {
        name = "Ayaan Ansari πŸš€"
        role = "Software Engineer | AI-Assisted & Agentic Development"
        location = "Mumbai, Maharashtra"
        description = """
            |Engineer who ships production systems through agentic, spec-first workflow
            |Recent: 8-service E2EE communication platform (desktop, web, Android), multi-agent Android framework, AI-powered SaaS
            |Day job: C#, Azure Functions, APIM, .NET Core on live client engagements at Adrosonic πŸ’Ό
            |Passionate about architecture-driven development, LLM integration, and modern patterns ✨
        """.trimMargin()
    }
    
    tech {
        languages("TypeScript", "Kotlin", "Python", "C#", "Go", "Java", "SQL")
        frameworks {
            +"NestJS β€’ Fastify β€’ Express β€’ FastAPI β€’ .NET Core"
            +"Next.js β€’ React β€’ Tailwind β€’ Electron β€’ Jetpack Compose β€’ Kotlin Multiplatform"
            +"WebRTC β€’ WebSockets β€’ Firebase β€’ Ktor"
        }
        aiTools("LangChain", "Vercel AI SDK", "Gemini API", "OpenAI", "Claude", "Groq", "OpenRouter", "n8n")
        tools("Docker β€’ GitHub Actions β€’ Prisma β€’ Room β€’ PostgreSQL β€’ MongoDB β€’ Redis β€’ k6 β€’ pnpm + Turborepo")
        architectures("Microservices", "Clean Architecture", "MVVM", "E2EE (AES-256-GCM)", "Repository Pattern", "Dependency Injection")
    }
    
    links {
        linkedin = "https://www.linkedin.com/in/aiyu"
        github = "https://github.com/aiyu-ayaan"
        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(
                "β€’ Own delivery on two live client projects using C#, .NET Core, Azure Functions, and APIM",
                "β€’ Integrated Gemini into Azure Functions as reusable serverless LLM entry point",
                "β€’ Use AI coding agents as daily multiplier β€” brief, review, integrate against written architecture"
            )
        )
        
        Experience(
            company = "πŸ’Ό Adrosonic",
            role = "Software Engineer (Trainee) - Internship",
            duration = "Dec 2024 - Jun 2025",
            location = "Mumbai, Maharashtra", 
            achievements = listOf(
                "β€’ Developed enterprise POC for Dynamics 365 + Instanda integration, cutting process automation time by 40%",
                "β€’ Delivered WordPress and .NET Framework web work alongside enterprise solutions",
                "β€’ Redesigned office website UI/UX β€” 30% faster load times, 20% higher engagement"
            )
        )
        
        Experience(
            company = "πŸ’Ό BeyondSchool",
            role = "Android Developer Intern",
            duration = "Jul 2022 - Mar 2023",
            location = "Ranchi, Jharkhand",
            achievements = listOf(
                "β€’ Shipped TTS/STT accessibility features β€” 35% increase in engagement",
                "β€’ Designed gamification with rewards and leaderboards β€” 40% boost to retention", 
                "β€’ Optimized app flow reducing drop-off rates by 25%"
            )
        )
    }
    
    featuredProjects {
        Project(
            name = "πŸ” BetweenUs",
            description = "Secure Discord-style E2EE communication platform with desktop (Electron), web (React), and native Android (Compose) clients",
            tech = "NestJS β€’ TypeScript β€’ Electron β€’ React β€’ Kotlin/Compose β€’ WebRTC β€’ PostgreSQL β€’ Redis β€’ AES-256-GCM",
            achievements = listOf(
                "β€’ 8 NestJS microservices (auth, server, chat, presence, notifications, call-service, admin) behind Nginx :8080",
                "β€’ Implemented E2EE messaging (WebCrypto on Desktop/Web, javax.crypto on Android) β€” server sees only ciphertext",
                "β€’ Engineered P2P WebRTC mesh with zero media server β€” call-service does signalling only, media streams direct via DTLS-SRTP",
                "β€’ Caught and fixed three authorization flaws in agent-written code; wrote CLAUDE.md, development/E2EE.md, and decision logs"
            ),
            link = "https://github.com/aiyu-ayaan/BetweenUs"
        )
        
        Project(
            name = "πŸ“Š LoadPulse", 
            description = "Website performance testing workspace with AI-powered k6 script generation via Gemini, Groq, OpenRouter",
            tech = "React β€’ Node.js/Express β€’ MongoDB β€’ Socket.IO β€’ k6 β€’ Redis β€’ Gemini/Groq/OpenRouter",
            achievements = listOf(
                "β€’ Live dashboard via Socket.IO, concurrent k6 execution, cron + API hook integrations",
                "β€’ Redis-backed API caching, MongoDB field-level encryption, PM2 cluster mode scheduler singleton",
                "β€’ AI k6 script generation from natural language β€” custom metrics, thresholds, ramp-up profiles",
                "β€’ GitHub OAuth + TOTP 2FA, admin console, test history search/stop"
            ),
            link = "https://github.com/aiyu-ayaan/LoadPulse"
        )
        
        Project(
            name = "🌟 Aiyu - Portfolio & CMS",
            description = "Production-grade portfolio CMS with AI Neural Core (Gemini), visual task scheduler, MCP server, and 52 preset themes",
            tech = "Next.js 16 β€’ React 19 β€’ PostgreSQL β€’ Prisma β€’ Gemini β€’ Docker β€’ TailwindCSS",
            achievements = listOf(
                "β€’ Gemini AI Neural Core generating 64+ token design systems from prompts, project naming, tech-stack mapping",
                "β€’ Visual 60s cron scheduler with n8n-style fixed/expression toggles, AES-256 encrypted ${env.KEY} secrets, dynamic ${site}/${device} variables",
                "β€’ 52 preset themes (Dracula, Tokyo Night, Nord, Cyberpunk, Catppuccin), Markdown blog with Notion sync, full-screen LaTeX resume IDE with AI refinement",
                "β€’ Exposed MCP server with custom tools; dual-routed webhooks to n8n, Discord, Telegram, ntfy; live server health monitoring and AI log analyzer"
            ),
            link = "https://github.com/aiyu-ayaan/Aiyu"
        )
        
        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 and feature development",
                "β€’ Efficient background tasks via WorkManager and local Room database storage"
            ),
            link = "https://play.google.com/store/apps/details?id=com.atech.bit"
        )
    }
    
    exploring {
        +"Agentic coding workflows and spec-first development"
        +"Multi-agent orchestration and LLM API integration"
        +"E2EE and cryptographic protocols"
        +"Microservices architecture and system design"
        +"Enterprise .NET and cloud patterns"
    }
}

πŸ“Š My GitHub Stats


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

"Shipping production systems through agentic workflows, one commit at a time." ✨

Pinned Loading

  1. Aiyu Aiyu Public

    A fully customizable Developer Portfolio built with Next.js 15, Tailwind CSS, and Postgress. Features a comprehensive Admin Panel (CMS) for managing projects, blogs, and themes without code. Docker…

    JavaScript 7 2

  2. BetweenUs BetweenUs Public

    A Discord-like communication platform with secure remote desktop access, built as a pnpm + Turborepo monorepo of independently deployable NestJS services and an Electron desktop client.

    TypeScript 1

  3. LoadPulse LoadPulse Public

    LoadPulse is a project-based website performance testing workspace built with React, Node.js, MongoDB, Socket.IO, k6, and Redis.

    TypeScript

  4. Roadlyn Roadlyn Public

    Roadlyn is a monorepo-based SaaS platform designed to help teams create intelligent, data-driven product roadmaps with the assistance of AI. This is the initial enterprise-grade boilerplate setup.

    TypeScript