About Me
Hi, I’m Zach, a long time bartender at the Disneyland Resort turned software developer. I recently graduated from California State University, Fullerton with a BS in Computer Engineering and a minor in Computer Science. Currently I’m searching for a software engineering position that will help me grow as a developer. Since I enjoy developing for both hardware and software I’m comfortable taking on any type of project. Please get in touch if you think I could be a good fit for your organization!
Skills and Tools
Apps
Street Sweeping Reminder
Tired of forgetting when your next street sweeping is? Input your local street sweeping schedule and it will calculate the date of the next sweeping, with the option to set a reminder or alarm based on the calculated date. Never get another street sweeping ticket again!
Projects
Various Android Apps
A collection of small Android apps that I made while learning new concepts (dependency injection, app architecture, Jetpack components, testing, UI design, etc.) for building modern, scalable apps.
Android Assets Dimension Calculator
A command line tool written in Python that calculates the various sizes needed for image assets to support the various pixel densities for Android apps. Input the asset’s width, height, and original pixel density and it will generate the width and height at every other standard pixel density.
Sorting and Searching
A collection of small programs demonstrating different searching and sorting algorithms on the command line using Python..