Projects

Projects are kept small, testable, and documented. Each one answers a concrete question.

Mini HTTP Server

A lightweight server to learn sockets, routing, and concurrency basics.

NetworkingC/C++Sockets

Repo: link

Log Analyzer

Parses structured logs and produces simple summaries to spot issues.

PythonCLIObservability

Repo: link

Deployment Notes

A reproducible guide: Nginx + static site + basic hardening.

LinuxNginxSecurity

Doc: link

Project template (recommended)

I keep a consistent structure so I can debug and share quickly:

README
goal • constraints • how to run
Experiments
tests • benchmarks • failure cases
Notes
what I learned • what I’d change