Skip to content
View emmanuelepp's full-sized avatar
  • Boston, MA

Block or report emmanuelepp

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.

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
emmanuelepp/README.md

Hi, I'm Emmanuel 👋

Backend Engineer · .NET / C# · Azure · Distributed & Event-Driven Systems

I build and ship backend systems for production: distributed architectures, event-driven services, and cloud-native applications on Azure. Backend engineering across fintech (PCI-DSS), insurance, and retail logistics - with a strong secure-by-design focus that carries through the whole SDLC.

  • 🛠️ Backend & Cloud: .NET / ASP.NET Core, C#, Azure (Functions / Service Bus / Key Vault), SQL Server
  • 🏛️ Architecture: Clean Architecture, CQRS, DDD, Event Sourcing, microservices
  • 🚀 DevSecOps: CI/CD on Azure DevOps / GitHub Actions, Docker, Kubernetes, secrets management
  • 🔐 Secure SDLC: Snyk, SonarQube
  • 📊 Observability: Application Insights, OpenTelemetry, Kibana / ELK
  • 🧩 Focus: secure-by-design, scalable distributed systems, production reliability

Pinned Loading

  1. transaction-stream-processor transaction-stream-processor Public

    High-throughput financial transaction pipeline built with Apache Kafka and C# .NET. Produces and consumes 10K+ events/sec with backpressure handling, parallel processing.

    C#

  2. edgar-lens edgar-lens Public

    A system that pulls SEC EDGAR filings, generates grounded summaries with citations, and supports structured Q&A over filings using RAG and MCP tools.

    C#

  3. devsecops-pipeline-lab devsecops-pipeline-lab Public

    End-to-end DevSecOps pipeline integrating SAST, SCA, and container scanning using GitHub Actions, Snyk, SonarQube, and Docker. Built to demonstrate security-first CI/CD practices.

    C#

  4. hand-tracker-openCV hand-tracker-openCV Public

    A computer vision project built in Python with OpenCV that performs real-time hand tracking through a webcam, detecting the hand and counting extended fingers frame by frame.

    Jupyter Notebook

  5. go-http-server-tcp go-http-server-tcp Public

    Minimal HTTP server over TCP, written in Go to explore low-level networking.

    Go

  6. DICOM-HL7-API DICOM-HL7-API Public

    Flask API for uploading and processing DICOM files, extracting metadata, and generating HL7 v2.5 messages. Includes Swagger docs and unit tests.

    Python