Projects

Case studies from shipped systems and security work.

These projects cover backend systems, security products, low-level research, and the engineering tradeoffs behind each one.

How To Read This Page

This is not a gallery of one-off demos.

I use these projects to show how I think about systems: what the problem really was, why the architecture ended up the way it did, and what changed because the work shipped.

What To Expect

  • Public, product-shaped work with clearer scope and more honest tradeoffs.
  • Backend, platform, security, and low-level systems projects rather than generic app builds.
  • Case studies that explain why the design matters, not only what tech was used.

Project spotlight

Newest project

Enterprise NIDS: Network Detection and Analysis Platform

Security Product2026

Built a Python-based network detection platform that supports offline PCAP investigation, live traffic capture, explainable incident reporting, and a FastAPI dashboard with operational telemetry.

2 analysis modesOffline PCAP and live capture workflows
FastAPI + UIDashboard, APIs, and report access
GitHub-readyCI, docs, and rendered architecture diagram

The hard part was making low-level network analysis readable and operationally useful at the same time. Raw packets and flows are not enough on their own, so the platform had to connect capture, detection, diagrams, reports, and runtime visibility without becoming a pile of disconnected scripts.

Approach

  • Built dual execution paths for offline PCAP analysis and continuous live capture so the same platform supports investigations and near-real-time monitoring.
  • Layered deterministic detections, fingerprinting, anomaly scoring, deep packet inspection, and project-aware traffic context into one analysis pipeline.
  • Added Mermaid-based traffic diagrams, markdown and JSON report generation, SQLite-backed telemetry, and a FastAPI dashboard to make results explainable to both engineers and non-specialists.

Result

Enterprise NIDS now works as an end-to-end detection and analysis platform with capture workflows, report artifacts, a browser dashboard, CI coverage, and GitHub-ready documentation including a rendered architecture diagram.

PythonFastAPISQLiteScapyDPKTMermaidGitHub Actions
Open full case study

Browse by focus area

10 projects shown

Open case study
Open case study
Open case study
Open case study
Open case study
Open case study