About Me

I’m an energetic, adaptive, student of the world invigorated by teamwork and growth seeking a junior-level position within your firm.

I would like to be apart of a team that creates software that soothe the pains of its customers. I bring a fresh perspective to solve many problems. Thus allowing an organization to build a strong bond with its customers that evolves into a long-term sustainable relationship.

Developing these types of relationships is at the foundation of my Journalism/Screen Studies degree from the University of Michigan. This particular training enhances my natural ability to listen, understand, and relate user experiences into code, thus increasing the possibility of solving their problem.

My time spent as a Biomedical Egineering Technician provides an extra layer of looking at the intersection of data, code, and the human experience. And, most importantly, its relevance to solving complex problems.

I have experiences at bridging and solving some social and cultural problems through my own life experiences. I would be a great addition to a team seeking to craft software within an ever dynamic interconnected world.

Portfolio

Below are a collection of projects that use different technologies to solve fundamental user problems.

This app leverages API's from Google and Yelp to find a brewery near you. We use JQUERY to make an AJAX call to the API's. Along with using CORS to solve the problem of not having a server.

This app is a Node.js CLI uses a MVC software architecure to manage sales inventory and managerial functions. A MySQL database is used for persistant storage.

This app uses MySQL for persistent storage, and utilizes CRUD operations to track the types of burgers being made.

This application utilizes React.js power to create fast stable reliable components via JSX. Thus solving some problems around speed and reliability when rendering content. This game also uses a form of random number generation to shuffle the components.

This app uses Axios.js, MongoDb, and Handlebars.js to access, retrieve, and display content from ProPublica's website. After Storing the findings on the MongoDb, and using Handlebars.js to manage the flow of data from the DB to user view, we solve the problem of a user hacing to go anywhere else to access data that they care about.

This app uses Jquery, Ajax, and Javascript soley in the frontend to fetch content from other API's, and then dynamically generates divs and button from the user search queries. This solves the problem of having to always create these elements each use.