I am a Full-Stack Developer who is design-minded. Most of my work has been with JavaScript. Although I am currently in love with the M.E.R.N. stack, I always enjoy learning and working with new technologies. You can view my resume here, and you can view some of my latest projects down below.
A React.js application that allows users to search for and locate hotel rooms. This app features Google Maps API integration and allows users to filter the search results based on certain parameters, in which case the results will automatically re-render to display updated search results.
A Computer Vision application that uses realtime object detection to identify books and shoes. I created and trained the deep learning model using IBM Cloud Annotations and IBM Watson Machine Learning. The application itself was forked from Github. I only made visual changes to the app and optimized for mobile. This is hosted on Heroku and is SSL-encrypted using Cloudflare.
A Node.js app that uses Cheerio.js to scrape the web (FinViz.com) for news articles, and stores them in a MongoDB database. Links to those articles are then pulled from the database and displayed on the homepage, and users can also create/delete comments on each article. This app uses mLab for hosting the database.