Resume

Bhuvaneswar Reddy Marreddy

AI Solutions Engineer | Full Stack .NET & Agentic AI Development

Download PDF

Professional Summary

Full Stack .NET Engineer with 4+ years building enterprise web applications and APIs, now deep in applied AI for software development. I build agentic development workflows and internal tooling with Claude Code and the Claude API — custom agents and subagents, MCP servers with guardrailed data access, and indexed flow/sprint context that speeds up delivery. I'm also experienced building LLM-powered applications — RAG, tool/function calling, and conversational UIs — through a generative-AI prototype and personal mobile projects. Strong foundation in C#, ASP.NET Core (.NET 6-9), REST, and SQL/NoSQL data stores, with hands-on Azure across Container Apps/App Service, Azure DevOps (Git + YAML pipelines), Application Insights, Azure AI Search (vector/semantic), Azure Data Factory, and Service Bus worker services. Solid UI skills across React, Angular, Blazor, and mobile (Flutter/React Native), plus secure auth using Azure AD (Entra ID), OAuth2/OIDC, and JWT.

Core Skills

AI & LLM Engineering

Claude API, Claude Code, MCP (Model Context Protocol), OpenAI (ChatGPT) API, ElevenLabs (TTS), AI agents & subagents, tool/function calling, agentic workflows, RAG, prompt engineering, guardrailed LLM tooling

Backend

C#, .NET Core / ASP.NET Core (.NET 6-9), Web API, REST, EF Core / Dapper, ADO.NET, LINQ

Frontend

Blazor (Server/WASM), Razor Pages, React.js, Angular (9/10/12), TypeScript, JavaScript, HTML5, CSS/SCSS, RxJS

Mobile

Flutter, Dart, React Native, Expo, cross-platform app development

Data

SQL Server, Cosmos DB, MongoDB, MySQL, Azure AI Search (vector/semantic), Firebase/Firestore, Supabase

Cloud & DevOps

Azure (App Service, Container Apps, Application Insights, AI Search, Data Factory, Service Bus), Azure DevOps (Git, YAML CI/CD), Docker, Vercel, GCP, AWS (EC2/S3), Git/GitLab

Security

Azure AD (Entra ID) SSO, OAuth 2.0 / OIDC, JWT, Role-based Access, Secure Credential Handling

Tools & Practices

SSMS, Swagger/OpenAPI, Postman, Playwright (E2E), SonarQube, Jira, Agile/Scrum, Code Reviews, Production Support

Professional Experience

.NET Developer

The Canton GroupFeb 2024 - Present

Project: Election Management Platform

AI Engineering & Agentic Tooling

  • Build internal AI-assisted development workflows with Claude Code — custom agents and subagents orchestrating Git worktrees for parallel, multi-task development across the team
  • Design and develop MCP (Model Context Protocol) servers exposing guardrailed, least-privilege access to SQL Server and Cosmos DB — safe, scoped LLM-driven data reads without broad database access
  • Implement MCP-based Application Insights integrations for automated log retrieval and analysis, accelerating production incident investigation and root-cause tracing
  • Integrate Claude agents with Azure DevOps to assist PR monitoring/review, PBI/backlog planning, and sprint workflows — improving review consistency and reducing manual triage
  • Author reusable agent skills and tool-calling patterns on the Claude API, establishing internal standards for grounded, guardrailed, repeatable AI-assisted engineering
  • Built an indexed memory/context layer capturing application flows and sprint history so later-sprint agents retrieve prior context, understand flows faster, and reduce rework
  • Integrated automated Playwright end-to-end tests as a final local validation gate — after SonarQube static analysis, before raising a PR — to catch UI/flow regressions early
  • Continuously refine agent definitions, guardrails, and prompt patterns, hardening day-to-day team development workflows

Platform Engineering (.NET / Azure)

  • Design and maintain REST API endpoints and integrations — consistent contracts, validation, and versioning across services
  • Build reusable Blazor/Razor Pages UI backed by shared .NET class libraries (DTOs, repository layer) consumed across UI, API, and worker services
  • Deploy and operate containerized services on Azure App Service and Container Apps via Azure DevOps Git + YAML CI/CD pipelines
  • Implement observability with Application Insights — structured logging, dependency monitoring, performance tracing, health checks, and centralized exception middleware
  • Deliver sub-second search across ~13M records by tuning Azure AI Search indexing and query patterns, including filtering and wildcard scenarios
  • Implement async and scheduled workflows with Azure Service Bus + .NET Worker Services, and support data movement via Azure Data Factory pipelines
  • Design Cosmos DB and MongoDB data models and query patterns for performance at scale
  • Secure APIs with Azure AD (Entra ID) SSO, OAuth2/OIDC, and JWT role-based access; validate contracts with Swagger/OpenAPI and Postman
  • Go-to engineer for critical bug investigations and production escalations; lead peer PR reviews enforcing standards, architecture consistency, and release quality

Tech Stack:

C#, ASP.NET Core (.NET 6-9), Web API, SQL Server, Cosmos DB, MongoDB, Azure AI Search, Azure Data Factory, Azure Service Bus, Application Insights, Docker, Azure App Service/Container Apps, Azure DevOps, Claude API, Claude Code, MCP, Playwright, SonarQube

Full Stack Developer

DsiloJan 2023 - Feb 2024

Project: ProcureGPT (AI Chatbot / Procurement Assistant Prototype)

  • Implemented backend endpoints for prompt handling, tool/function routing, and LLM service integration — fast, predictable response contracts
  • Applied LangChain-style patterns (prompt templates, chains/agents, RAG) to ground responses in knowledge sources and reduce hallucinations
  • Iterated on prompt and retrieval behavior through systematic evaluation and tuning (no model training) to improve grounding and reliability
  • Built a multi-tenant experience with secure session handling, route guards, and RBAC using OAuth2/OIDC and JWT
  • Implemented complex React state and reusable components (hooks/context) — performance-focused with consistent CSS/SCSS styling
  • Containerized services and delivered end-to-end on GCP — config management, integration testing, and stakeholder demo releases
  • Accelerated onboarding and team velocity by simplifying complex flows and documenting integration points and runbooks

Tech Stack:

C#, ASP.NET Core Web API, React.js, TypeScript, REST, OAuth2/OIDC, JWT, LLM integrations, RAG, LangChain-style, Docker, GCP, Git

.NET Developer

Infosys Private LimitedOct 2021 - Dec 2022

Project: InfyMe (Internal Employee Services Portal)

  • Built Angular/TypeScript UI features and integrated API data to improve usability across screens
  • Implemented RESTful APIs with structured JSON contracts — validation, error handling, and consistent UI-state management
  • Managed SQL Server queries and schema changes; ensured backward-compatible releases across environments
  • Participated in Agile ceremonies and collaborated with QA and product teams to deliver production-ready features
  • Triaged defects and delivered production fixes by analyzing logs, reproducing issues, and patching with regression awareness
  • Led peer code reviews to improve API consistency, code quality, and sprint delivery
  • Validated APIs with Swagger/OpenAPI and Postman; implemented JWT-based authorization patterns
  • Supported CI/CD and release activities through Azure DevOps — stable deployments and smooth QA handoffs

Tech Stack:

C#, ASP.NET Core, Web API, Angular, TypeScript, SQL Server, Azure DevOps, Git, Postman, Jira

Personal Projects — Mobile App Development

Cross-Platform Mobile Apps (Flutter / React Native)

Self-initiated · with a co-developer
  • Designed, built, and shipped two cross-platform mobile apps from concept to App Store beta — owned UI design, implementation, and deployment alongside a co-developer.
  • Built backends and data layers with Firebase/Firestore and Supabase, using serverless deployment on Vercel for fast, zero-cost iteration.
  • Integrated vector databases for semantic search and retrieval-augmented (RAG) AI features — the same retrieval patterns applied professionally with Azure AI Search.
  • Integrated OpenAI (ChatGPT) for conversational/generative in-app features, and added ElevenLabs text-to-speech for natural-sounding audio.
  • Built monitoring-style background functions for automated, user-customizable notifications triggered by configurable conditions and events.
  • Implemented authentication and real-time data sync with Firebase and Supabase; used Expo for React Native development, on-device testing, and distribution.

Tech Stack:

Flutter, Dart, React Native, Expo, Firebase/Firestore, Supabase, vector databases (RAG), OpenAI (ChatGPT) API, ElevenLabs, Vercel, REST APIs, Git

Education

Master of Science (M.S.), Computer Science

University of Central Missouri

USA · 2024

Interested in working together?