University of Maryland Baltimore County
2017 - 2019
BS in Computer Science
BA in Mathematics
Northrop Grumman (Hollywood, MD)
2020 - Current
Software Engineer
Reverse Engineered a program using old generated files into a complete C# WPF application
Created components for Web Based Mission Simulations
Used React and Typescript frontend with Jest Unit tests, with Spring Boot backend
Scrum Master with SAFe Practitioner Certification (5.1)
Protégé in Mentoring the Techincal Professional Program (MTP)
Booz Allen Hamilton (Lexington Park, MD)
2018 - 2019
Software Engineer Intern
Constructed a model to predict Aircraft Flyability for the F-18
Used Python to create a Multinomial Logistic Regression using maintenence data
Worked towards building a universal data translator for old military chips
Converted Ethernet to Serial Data using Java and C
Part One: The Perfect Storm
The perfect storm to cause someone to branch out had arrived... A pandemic sweeping the globe causing widespread lockdowns, forcing me indoors and limiting activities outside the house. Looking for ideas to put the recently aquired extra time, I noticed that the National Weather Service (NWS) did not have a mobile app for their weather. There was also the nonstop tiresome ads forced upon me by other apps such as Weather.com's, as well as the abundance of bloat not pertaining to weather that affects me, or just about weather whatsoever. Nobody wants to have to click out of an ad to simply close the radar and go back to the main page of the app. So I did what any programmer would do in the situation, started to research the public
A Naive programmer with broad Java knowledge fell face first into the trap that is "Barelling towards a final product, without regard for potential complexity, or iterations needed to fix those issues which go overlooked". But I would never do that, I have worked on many coding projects for fun, and at work I deal with a massive web application with multiple backend services... Of course I did exactly what I thought I wouldn't. Created an android app with fatal programming mistakes at nearly every corner. By the time I had gotten through to having a partially functional app that could take in a location and show the weather forecast, the app was crashing from the mismanaged data handling, and synchronous data fetching. Not to mention the non-existant research done into the Android Programming Language meant that the perks of Android that Java did not have went unnoticed.
Android, while a language built off Java initially, has grown into a behemoth. Google - which owns Android, has banked on Kotlin (A pragmatic programming language designed for the
Oh, what do you know... I seem to have run into an unforseen memory limit when the app is paused and resumed. Silly me didn't look into the best practices for when the app is loaded/resumed, and has reached the limit causing the app to crash immediately. This limit, is 1