Parts App

Written with NodeJS and Express, this application ingests electrical parts (and any other part) files with a companion Android App. It as the ability to scan barcodes, such as the ones on a DigiKey or Mouser Part bag and return all of the vital information, including part number, picture, description, manufacturer, datasheet, and more. If it is a part without a barcode, you can enter the information yourself along with a photo the phone captures. The parts are then searchable and include the quantity, making it easy to track my parts.


Photo App

Written with NodeJS and Express, this application ingests photos with a simple drag-n-drop interface on a PC and stores them on the Cloud. Along the way it captures Exif metadata, creates a thumbnail, and updates the database. All of the data is stored using AWS's S3 Cloud Storage. Photos are then searchable, shareable, downloadable, and easily integreated into AWS's Rekognition engine for further analysis.


Music App

Written with NodeJS and Express, this application ingests music files with a simple drag-n-drop interface on a PC and stores them on the Cloud. Along the way it captures metadata and updates the database. All of the data is stored using AWS's S3 Cloud Storage. If required, it will launch an AWS Transcoder Job to convert all files to .MP3 format. Music is then searchable, playable, downloadable, and easily grouped into playlists.