Skip to content
View emmanuelepp's full-sized avatar
  • Raleigh, NC

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 Software Engineer · .NET/C# · C++ · Azure · Distributed Systems

I build and run production backend services - distributed processing workflows, and secure backend infrastructure focused on reliability, observability, and performance.

  • 🔧 Core: .NET/ASP.NET Core, C++17/20, REST APIs, SQL Server, Azure (Functions/Service Bus/App Service)
  • 🚀 Delivery: Azure DevOps CI/CD, Docker, CMake, release automation
  • 🔐 Security: DevSecOps, Snyk, SonarQube, Secure SDLC
  • 📊 Observability: Application Insights, OpenTelemetry, Kibana/ELK
  • 🧩 Focus: concurrent systems, event-driven integrations, security-first engineering

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