02 // System Boot Log
Journey
From a borrowed C# manual to robotics perception research. The log, unedited.
[AGE 12]
01C# Beginnings
My journey into coding began when my father handed me a C# programming manual from a friend. Curiosity turned into a lasting habit of building software and then digging into how it works underneath.
[AGE 14]
02Security Labs
I started learning security in isolated virtual machines with BackTrack Linux, using intentionally vulnerable targets to understand networking, shells, and how small configuration mistakes become system risk.
[AGE 15]
03Wireless Protocols
Home networking problems pushed me to learn how WPA handshakes, packet capture, and password strength work. The useful lesson was not bypassing a network, but understanding why wireless security depends on protocol details and responsible authorization.
[AGE 17]
04Privilege Boundaries
Endpoint restrictions made me curious about process privileges, Windows internals, and why bypasses are treated seriously. That curiosity eventually moved into CTFs, lab machines, and a clearer respect for authorization and disclosure boundaries.
[AGE 19]
05Automation Systems
High-demand ecommerce releases introduced me to queues, rate limits, anti-abuse systems, browser automation, and distributed coordination. It was a messy but formative way to learn why production systems defend against automation and how resilient workflows are designed.
[2022 · AGE 22]
06Autonomous Vehicles
Represented the United States in Romania for an international autonomous vehicle competition hosted by Bosch. That experience introduced me to embedded systems, robotics constraints, and the engineering friendships that shaped my direction.
[2024 · AGE 24]
07Academic Milestone
Earned my B.S. in Computer Science and transitioned into my Master's degree. Around the same period, I won CyberFire CTF and ranked in the top 8% nationally in NCL CTF competitions.
[2025 · AGE 25]
08The Researcher & Systems Engineer
Now pursuing my M.S. at UNLV with research in deep learning for semantic segmentation. Work on autonomous vehicles and mentorship at Koshee AI pushed me toward systems programming, robotics perception, and applied research.
[2025 · AGE 25]
09Open Source & Industry Impact
Contributed to open source projects including OctoMap for point-cloud file reading and MasterDnsVPN mobile networking, then carried the same reliability mindset into event-driven banking systems at Credit One Bank.
[2026 · AGE 26]
10Embedded R&D at Konami
Joined Konami Gaming as an Embedded Software Engineer II, building production C/C++ systems where hardware integration, connected software, and regulated reliability converge.
[NOW]
The same curiosity that started with a C# book still drives the work: understand the system, respect the constraints, and build something reliable enough to matter.