Web Development

As part of my coursework, I have had many opportunities to express my creativity as well as my programming skills in website development. For one class, I decided to combine my interest in gardening to my coding abilities to research, design, and develop a website which explains and shows plants which grow best in different climate zones in the US.


Click on the image below to view the full website.

Recipe Project

Another of my passions is cooking; both creating and adapting recipes. This site displays a family favorite recipe with adaptations to make it allergy-friendly and features responsive design and Search Engine Optimization markup.


Click on the image below to view the full website.

Python Programming

In the Fall of 2016 I took an introductory python course, where I learned to create interesting programs, such as the python program that can be used to run a game of Connect Four which was the culminating project for this course.


screenshot of my connect four program running
screenshot of part of the code for the connect four program

Java Programming

I have also completed basic programming in Java as well as advanced data structure coursework. Here are some examples of the type of coding I completed in this coursework. I enjoy the challenge of writing code, as well as finding the little errors that can stall out programs.


screenshot of Simple Eliza program
screenshot of memoization function