Cloud · Security · Distributed Systems · Practical ML
I’m a engineer who learns by building.
My focus is on DevOps practices, cloud infrastructure, secure systems, and scalable software. I prefer to prove ideas by shipping working systems rather than by collecting certifications or tutorials.
I build learning systems that force clarity through failure — small, real platforms that expose the hard parts of production engineering.
- MicroForge — a cloud-native learning template: Kubernetes + GitOps, identity & secrets workflows, observability and deployment patterns.
- NetSentinel — infrastructure for lightweight threat intelligence, reputation scoring, and observability-driven operations.
- LeakGuard — detection of compromised passwords and sensitive data.
- Systems Experiments — projects exploring RPC, event queues, low-level engineering patterns and automation.
These repos are intentionally practical: they capture decisions, trade-offs, and the lessons that taught me to design better systems.
- Systems first. I prioritize architecture and invariants before adding tools.
- Iterate fast. Build → break → learn → harden.
- Document reasoning. Commits and READMEs should explain why, not just what.
- Security by design. Least privilege, secret rotation, and observable failure modes from day one.
- Simplicity over cleverness. Remove complexity until the system remains robust.
- Hardened cloud infrastructure (Kubernetes, Terraform, IAM)
- Practical DevSecOps: reproducible pipelines and gated delivery
- Observability as first-class design (metrics, traces, structured logs)
- Systems thinking applied to reliability and security
- Clarity > cleverness — if you can’t explain it simply, it’s not ready.
- Design for failure — make systems fail safely and recover automatically.
- Automate guardrails — humans should choose, machines should enforce.
- Learn by building — theory is useful; production scars teach reality.
MicroForge— cloud learning template (K8s, GitOps, observability)NetSentinel— infrastructure + monitoring + reputation scoringLeakGuard— sensitive information early detection service.systems-experiments— assorted low-level and distributed systems work
All projects are honest, evolving, and focused on practical lessons rather than polish. Explore any repo to see the trade-offs I made and the problems I solved.