Full Stack Development.
Below is a chronological list of all programming projects I have undertaken!
Android mood tracking application with local SQLite database. Supports PIN-protected notes, voice recording, and GPS mapping.
Python RESTful API created to simulate manufacturing order behaviour. Orders and inventory are tracked in a cloud database which is updated based on requests received. Supports a number of different endpoints and parameter combinations.
Winner of Auth0 implementation category. AI companion able to parse through OneDrive documents to shape responses. Backend server developed with Node.js and Auth0. Created in a team of 4.
Virtual Reality financial education app to criticize and quiz the user on their actual spending. Unity VR app, Python backend with Google Cloud and Firebase database integration. Created in a team of 4.
Converted a large excel file into a SQL database through a parser and provided editing functionality with cross-checking macros through a web application hosted internally. Users and change history are recorded in database.
Physical receiving station in warehouse that uses large overhead camera and part sensors to merge multiple supplier label barcodes in traceability system. All components entering the plant must pass through this station. Identifies active safety and passive safety components by a separate label colour printed from Intermec label printer.
Electronic component ordering system for Surface-Mount Technology lines. Deployed to lines with a central sending program working from SQL database, numerous parsing and upload applications to keep data up to date. Web application hosted internally allowed for elimination of 15,675 manually-updated cards, to simplify and speed up component replenishment.
Collects production information from all lines through the manufacturing execution system, which is uploaded to a centralized database, website and visual reports through API calls for use by management.
Android app with Plant.id and MediaWiki API integration to identify plants, provide information, and record plant inventory. Created in a team of 4.
Displays academic and department statistics as an add-on frontend application for a university record management database. Displays valuable views contextualized to the logged in user type, and includes a heatmap based on student addresses using Google Maps API.
Windows application to promote relaxation and anxiety-relieving techniques, with a graphical user interface. Created in a team of 4.
Identifies the closest match to the specified image from a dataset of 100 black and white handwritten numbers, from 0-9. Created with a partner.
Created in Web Programming course with two partners. Website allows users to view, search for, post, and create and delete offers for items with login functionality. Users must create a unique account to use the website.
Created in my Object Oriented Programming course to create and shuffle a deck of cards, and then deal a hand of size specified by the user. The program outputs the hand, the score, a histogram of the suits of the cards in the hand, and indicates if the hand is a flush.
Created for school basketball coach with a partner to track basic stats for the developing basketball team with a simple graphical user interface.
Text-based adventure game with multiple adventure paths and endings. User interacts with the environment using specified keywords.