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"
}
}"Shipping production systems through agentic workflows, one commit at a time." β¨






