Ethan Hickey


Full Stack Web Developer

"If I had only looked over at the other makers, the painters or the architects, I would have realized that there was a name for what I was doing: sketching."

- Paul Graham
Check out my code

GitHub

>
Ethan Hickey

projects

Python Quest

A multi-user dungeon game allowing users to interact and communicate while escaping.

Python Quest screenshot

Lambda Treasure Hunt

A comprehensive client built to traverse the mazes, collect treasures, and mine Lambda coins provided by the Lambda treasure hunt.

Lambda Treasure Hunt screenshot
  • Designed breadth first search algorithm for traversing the 500 rooms in the shortest path possible
  • Created algorithms to allow for automated blockchain mining and traversing of the rooms for gold
  • Incorporated a CPU class to read and convert binary code into player instructions.
Graphs
Breadth First Search
Depth First Traversal
Algorithms
Context API
GitHub

VolunTier

A platform built to connect local nonprofits with potential volunteers passionate about their causes.

VolunTier screenshot

Potluck Planner

A web application built to allow users to efficiently plan and organize potluck meals with friends and family.

Potluck Planner screenshot

Child Nutrition Tracker

A project built to track and screen children in regions of high child malnutrition.

Child Nutrition Tracker screenshot

Budget Builder

A platform built with input from freefrom.org in order to raise empathy for those wanting to escape domestic violence.

Budget Builder screenshot

Credit Card Form

An interactive credit card form with number formatting, validation, and card-type detection.

Credit Card Form screenshot
  • Implemented RegEx logic in order to validate credit card information
  • Used basic CSS along with styled-components to make the form user friendly and interactive
React
Styled-Components
Regular Expressions
GitHub

skills

Languages

JavaScriptPythonNode.jsHTML5CSS3

Front End

ReactReact HooksGatsbyReduxReact-Testing LibraryFormikAnt DesignMaterial UI

Back End

ExpressKnexDjangoFlaskGraphQLGoogle FirestoreJestRESTful APIs

Computer Science

AlgorithmsData StructuresGraph Traversals