#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class CybersecurityEngineer:
def __init__(self):
self.name = "Ninad Rao"
self.role = "MS Cybersecurity Student | Security Researcher"
self.location = "Boston, MA"
self.education = {
"current": "MS Cybersecurity @ Northeastern University",
"graduation": "December 2027",
"focus": ["Software Vulnerabilities", "Critical Infrastructure", "Secure Systems"]
}
self.experience = {
"company": "JPMorgan Chase",
"role": "Software Engineer",
"duration": "2+ years",
"highlights": [
"98% security compliance achieved",
"Integrated Global Secrets Manager",
"2x Culture Carrier Award"
]
}
def current_interests(self):
return [
"π Application Security & Secure Development",
"βοΈ Cloud Security Architecture (AWS/Azure)",
"π€ AI-Assisted Security Operations",
"π‘οΈ DevSecOps & CI/CD Security",
"β‘ Vulnerability Research & Threat Analysis",
"ποΈ Critical Infrastructure Protection"
]
def seeking(self):
return "Summer 2026 Cybersecurity Internships/Co-ops"
me = CybersecurityEngineer()
print(f"π {me.name} | {me.role}")
print(f"π― Currently: {me.seeking()}")- π MS Cybersecurity student at Northeastern University, researching critical infrastructure security and software vulnerabilities
- πΌ Former Software Engineer @ JPMorgan Chase (2 years) - secured enterprise platforms serving 250K+ employees
- π 2x Culture Carrier Award winner for exceptional teamwork and security-first engineering
- π Graduate Student Government Senator - Programs & Operations Committee
- π± Currently exploring: AI-assisted security, threat modeling, and zero-trust architectures
- π‘ Passionate about building security into systems from the ground up, not bolting it on later
- π Security Leadership: Integrated Global Secrets Manager, achieved 98% security compliance
- βοΈ Cloud Security: Led secure AWS migration with zero security incidents
- π‘οΈ Vulnerability Management: Remediated 10+ High/Medium vulnerabilities through secure coding
- π Security Automation: Built compliance tracking dashboards with Python automation
- π Coursework: Software Vulnerabilities, Critical Infrastructure Security, Cybersecurity Principles
- π¬ Research: Model-Based Risk Assessment (MBRA) for electric grid cybersecurity
- ποΈ Graduate Student Government Senator - Programs & Operations Committee
Automated compliance tracking system pulling data from 5+ sources for real-time security posture monitoring
- Tech: Python, Grafana, REST APIs
- Impact: 75% reduction in manual investigation time
Led IAM policy design and access control implementation for enterprise data infrastructure
- Tech: AWS IAM, CloudTrail, Security Hub
- Impact: Zero security incidents during transition
Configured penetration testing environment for network vulnerability identification
- Tech: Kali Linux, Nmap, Nessus, Python
- Framework: NIST Risk Assessment, OWASP Guidelines
- π 2x Culture Carrier Award - JPMorgan Chase (2024, 2025)
- π All A Grades in MS Cybersecurity coursework (Fall 2025)
- π― 98% Security Compliance achieved across enterprise systems
- π₯ Graduate Student Government Senator - Northeastern University
π‘ "Security is not a product, but a process." - Bruce Schneier
π Open to Summer 2026 Cybersecurity Internships & Co-op Opportunities
Last Updated: January 2026
