Skip to content
View yogimy03's full-sized avatar
πŸ”
Debugging
πŸ”
Debugging

Highlights

  • Pro

Block or report yogimy03

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

Hi, I'm Yogi πŸ‘‹

I build software. Then I try to break it before someone else does.

Software engineer with an M.Eng in Cybersecurity from the University of Maryland.
I ship production features and harden the pipelines that ship them.
Most people pick a side between building and securing. I never understood why you would.

Portfolio LinkedIn Email

πŸ“„ Resume? It lives on my portfolio, in two editions: one for software roles, one for security. Flip the lens and grab whichever fits.


What I actually do

πŸ”΅ Build Β  Ship full stack features end to end. React and Node on top, Python and REST APIs in the middle, real databases underneath, and CI/CD on AWS that delivers it all without a human babysitting the release.

🟒 Break   Threat model before the first line of code. Run security reviews and pentests, wire scanning gates that catch bugs before they reach production, and handle incident response when production decides to page at the worst possible hour.

The interesting work is the seam between the two, and that is where I like to live.

Right now

  • πŸ› οΈ Software Engineer (DevSecOps) at CuraJoy, owning features from design to deploy and keeping the platform secure as it grows
  • πŸ€– Building AI agents that make security review faster without drowning people in false alarms
  • πŸ“š Two published papers on IoT security and forensics (IEEE and Springer)
  • πŸŽ“ Phi Kappa Phi inductee, ISC2 Graduate Scholarship recipient

Toolbox

Languages

Python C++ C C# Java TypeScript JavaScript SQL Bash PowerShell

Frameworks

React Node.js FastAPI Flask Django .NET

Cloud and DevOps

AWS Azure GCP Docker Kubernetes GitHub Actions Jenkins Git

Security and Tooling

Threat Modeling Penetration Testing OWASP Burp Suite Nmap Wireshark Splunk SIEM

Published research

  • IoT Forensics System based on Blockchain Β· IEEE INDIACom 2023
  • Exploring Cyber Security Issues in the Internet of Healthcare Things (IoHT) Β· Springer ICTCS 2022

Curious how a resume can run like an API? Open the portfolio and send a request.

profile views

Pinned Loading

  1. detection-engineering-lab detection-engineering-lab Public

    Proves your detection rules actually work. Sigma + MITRE ATT&CK across Windows, Linux, cloud, and network, with a CI gate that catches broken detections.

    Python

  2. juvenile-crime-analytics-india juvenile-crime-analytics-india Public

    Reproducible analysis of India's NCRB juvenile-crime data (2001-2010): data integration, clustering, honest predictive modelling, and a justice-funnel study, with an executable notebook pipeline.

    Jupyter Notebook

  3. os-scheduler-studio os-scheduler-studio Public

    Interactive Java simulator and visualizer for OS scheduling: CPU, disk, and page replacement algorithms with Gantt charts.

    Java

  4. proofGate proofGate Public

    Six-layer security gate that proves every finding before it can block your build.

    Python