Skip to content

Projects

Project work and shipped systems.

A mix of independent project work and internship-built software that shows how I design, implement, test, and maintain real systems.

Featured project

SentinelFlow

Security event triage service that ingests multi-source events, normalizes inconsistent payloads, and groups related alerts into incidents.

  • Built the API and worker flow in Python/FastAPI, separating event intake, normalization, incident grouping, persistence, and summary generation.
  • Deployed containerized services on AWS ECS with SQS for asynchronous processing, S3 for raw event archival, and RDS PostgreSQL + pgvector for storage and similarity search.
  • Implemented AI-generated incident summaries and recommended remediation steps while maintaining automated validation and fallback logic.
Python FastAPI AWS ECS SQS S3 RDS PostgreSQL pgvector Docker GitHub Actions pytest CloudWatch
Nokia internship

SSH Key Management Portal

Internal web application for managing SSH access workflows across RHEL engineering environments.

  • Led design and delivery of a portal used by approximately 500 engineers, with authentication, authorization, session security, and production deployment work.
PHP TypeScript MySQL LDAP RBAC
Nokia internship

Router Telemetry Collector

Python telemetry collector and React dashboard for scheduled router data collection and operational visibility.

  • Collected structured data from SROS and SR Linux devices, then improved reliability with parallel polling, retries, backoff, timeouts, validation scripts, and release runbooks.
Python React SSH Linux SROS