Staff Engineering Manager at Beckman Coulter Diagnostics (Danaher) with 18+ years building enterprise .NET systems in regulated healthcare environments.
I operate at the intersection of engineering, product, and people β leading cross-functional Scrum teams, driving 3-year product roadmaps, and shipping FDA-cleared software while growing engineers who build it.
π‘ My Philosophy:
"Knowledge means nothing without hands-on experience" β every engineer should keep learning by building and trying POCs with new tech.
π― What Drives Me: Proven track record of building, innovating, and solving real industry problems with confidence. Passionate about transforming knowledge into hands-on expertise and mentoring the next generation of engineers.
- Leading two 9-member Scrum teams (Development + Verification engineers)
- Delivered MVP & MVP+ product features aligned with strategic goals for 3-year product roadmaps
- End-to-end ownership of software product development and delivery
- Working closely with business heads to define and implement strategies for timely, high-quality deliverables
| Layer | Technologies |
|---|---|
| Backend | C# Β· .NET Core Β· ASP.NET Β· WPF Β· Microservices |
| Frontend | ASP.NET Core MVC Β· JavaScript Β· Angular Β· React Β· TypeScript Β· Vite |
| Cloud/DevOps | Azure DevOps Β· Docker Β· Kubernetes Β· GitHub Actions |
| Database & Tools | SQL Server Β· PostgreSQL Β· pgvector Β· Visual Studio Β· VS Code Β· UML Β· C4 Modelling |
| Observability | ELK Stack Β· Logstash Β· Grafana |
| AI/ML | Azure OpenAI Β· GenAI Β· RAG Β· GitHub Copilot Β· Claude Β· Python Β· LangChain Β· LangGraph |
| Architecture | RESTful APIs Β· Distributed Systems Β· Microservices Β· Cyber Security Threat Modelling |
- US Medical Devices β FDA 510(k) certified software
- Regulatory Compliance β 21 CFR 820, ISO 13485
- Healthcare Diagnostics β Beckman Coulter product suite
- US EHR/EMR β Electronic Health & Medical Records systems
- US Life Sciences
- Casino Gaming applications
- US Property & Auto Insurance (INS 21, 22) products
| Dimension | How I Lead |
|---|---|
| π₯ People | Manage & lead 2 Scrum team with 18 engineers across Dev + Verification teams |
| π― Product | Own backlog, roadmap alignment, and MVP delivery with business stakeholders |
| ποΈ Architecture | Drive code, design & architecture reviews, ADRs, design candidate discussions, and technical strategy |
| π Cross-functional | Bridge Engineering, Systems, QA, Regulatory, and Business units |
| π Growth | Recruitment, onboarding, appraisals, and capability building |
Turning scattered product knowledge into instant, intelligent answers for engineering teams
A hands-on POC exploring Retrieval-Augmented Generation (RAG) for real-time semantic search across Medical Devices domain knowledge β built for Engineering Managers, Product Owners, and Development Teams.
π― Problem Solved: Product and engineering teams spent significant time hunting across siloed sources β IFUs, Design Docs, multi-discipline domain knowledge, and Azure DevOps work items β to answer product and technical questions. This tool unifies that knowledge into a single intelligent search interface.
βοΈ Tech Stack:
| Layer | Technology |
|---|---|
| π§ AI / Embeddings | Company-hosted Azure OpenAI endpoint (secured within internal domain) |
| ποΈ Vector Store | PostgreSQL + pgvector β stores and retrieves document embeddings |
| π₯οΈ Backend | Custom .NET Core Web APIs |
| π¨ Frontend | React + TypeScript + Vite |
| π¦ Data Sources | Product IFUs (PDF) Β· Design Docs (Word) Β· Azure DevOps Requirements & Work Items |
π§ How It Works:
- π Ingest β PDF and Word documents (IFUs, Design Docs) are chunked into segments
- π’ Embed β Each chunk is converted to vector embeddings via the internal Azure OpenAI endpoint
- ποΈ Store β Embeddings stored in PostgreSQL pgvector database
- π Search β User query is embedded and matched against stored vectors for semantically relevant results
- π¬ Answer β Relevant chunks passed to Azure OpenAI to generate a contextual, grounded response
π Security: All AI inference is routed through an internally hosted Azure OpenAI endpoint β no data leaves company domain, which is critical for regulated Medical Devices environments.
π₯ End Users: Engineering Managers Β· Product Owners Β· Developers Β· Cross-functional Technical Teams
π Next Steps:
- Automate full ingestion pipeline using a RAG orchestration framework (LangChain / LangGraph)
- Scheduled sync for Azure DevOps work items and document updates
- Role-based access control and response filtering
π Status: POC Complete β Manual ingestion pipeline Β· Exploring automation & productionization path
- βοΈ Azure & Azure AI/ML β deepening cloud-native AI architecture patterns
- π€ Agentic AI β exploring LangChain, LangGraph, CrewAI, Azure AI Foundry for workflow automation
- π₯ LLM integration patterns for regulated healthcare environments
- π Next: Automating RAG ingestion pipeline with an orchestration framework
| Certification | Issuer |
|---|---|
| π Azure Fundamentals (AZ-900) | Microsoft |
| βοΈ AWS Cloud Practitioner | Amazon Web Services |
| π€ Azure AI Fundamentals (AI-900) | Microsoft |
| π Python for GenAI | Online |
| ποΈ SQL Server | Microsoft |
+ 18+ years of proven track record in .NET enterprise application development
+ π Delivered MVP + MVP+ features for a 3-year strategic product roadmap at Beckman Coulter
+ π₯ Lead & mentor 18 engineers across 2 Scrum teams (Dev + Verification)
+ π₯ Shipped FDA 510(k)-cleared software under 21 CFR 820, ISO 13485 & IEC 62304
+ βοΈ Architected distributed systems serving Desktop, Mobile & Web clients
+ π€ Cross-functional leader bridging Engineering, Regulatory, QA & Business for on-time delivery
+ π Drove recruitment and capability growth across two cross-functional Scrum teams
+ π¬ Built RAG-based Knowledge Assistant POC using Azure OpenAI + pgvector + .NET Core + React