Hi! I'm Matt
a full-stack web developer
in Columbus, Ohio
I design and build
web apps.
Users can shop for apparel.
Login with email or Google authentication to track your shopping cart.
Payments through Stripe.
Technologies used:
Find your perfect room with filters such as size, price, and pets.
Purpose of app is to play with React Hooks and Context API
Purpose of app is to play with React Hooks and Context API
Users add workout and begin tracking progress made each session.
Create and share custom workouts and exercises while targeting specific muscles.
Learned database design:
Understanding and practice of OOP, MVC, and TDD.
Users search through library of nearly 10,000 games with filters.
After sign up and login, users can record game experieces and share via social media.
Built RESTful API with CRUD
PostgreSQL database with many:1 and a many:many tables
Unit tests with Mocha + Chai
Angular (5+)
Initially wrote server-side code for SQLite - was functional locally, but learned about development versus production environment.
Medium Post reflecting export of 10,000+ SQLite rows to Heroku using PostgreSQL and AWS RDS.
Will try Docker and better architecture in future projects.
Users search films by keywords in title. Click on movie poster to get more information.
Reading API documentation. Usage of jQuery.
Users start or join an interest list for a restaurant and dine with new people.
Learned React Hooks and ATDD with Cypress io