Portfolio
ianlovett.com
About
I decided to post my website code to github to be able to show some code samples. So much of the work that I do is private and this will at least allow a glimpse of my coding style. The website is built and deployed as a Docker container via nginx. You can see React code, Nginx configurations, and Dockerfile to build, along with basic README documentation on how to build and deploy.
Links
Technologies
Kontrava
About
I added functionality to a mock UI shell written in React Native for reporting on Alcohol & Tobacco. Add ability for users to be able to select inspection type, drill down to geographic location and choose a store, opening and filling a report, and then submitting to a backend api. I also added most of the functionality on the web application (written in React) which was an admin backend for viewing, printing, and editing locations and reports.
Technologies
Hummingbird Network
About
I developed the initial volunteer application which was a demo showing hardcoded images of webcams in the forest and asking for a human response for smoke detection for early detection of wildfires. I also developed the initial API in Node.js to accept reports from the React client and record into RethinkDB, as well as an OAuth login mechanism allowing users to sign up or log in through Google & Facebook. The services were built and deployed through seperate docker images to AWS.
Technologies
Alberta Parks Camping Reservations
About
Added a new camping type "Backcountry" in addition to existing "Campsite", "Group", and "Comfort". The codebase was legacy Angular 1.x and my client needed an expert to be able to quickly add the feature in many different areas of the site along with additional new filters associated with the new camping type.
Technologies
Tankevirus
About
A rewrite of an existing application in which users view videos and answers a quiz after viewing. The replacement UI was developed from scratch using React and Redux. Without designer I relied on the Material Design Spec and Material UI Component Library for React.
Links
Technologies
Dolphinizr
About
This is an entertainment app I created to simply convert human speech to dolphin sounds as a joke. I coded the web application initially in EmberJS, and the webserver was Django with Tastypie acting as the API framework. Eventually I wanted Speech to Text so bad that I created an Native Android Application to take advantage of Google's superior free Speech to Text service at the time. This is available in the Android App. You talk, and hear what it sounds like in dolphinese.
Technologies
Audio Sprite Surfer
About
I created this tool to scratch my own itch. I needed to chop up one giant audio file with 100 dolphin sounds and be able to play them individually. Essentially an "Audio Sprite". This was a performance optimization to be able to download the audiofile and jump around to different sounds as opposed to loading a completely different audio file between sounds.