Here are some of the projects I've worked on!
AWS Serverless Inventory
https://github.com/JustinKP/AWS-serverless-inventoryAWS CloudFormation template which creates a serverless inventory tracking system. It reads inventory CSV files and adds records to a DynamoDB table via a lambda function. When the stock of an item in inventory gets low, it sends a SMS report to the configured phone number.
Hospital Management System
https://github.com/MylesPritchard/WebProgProjectHospital Management System website in ASP.NET MVC with C#. Features registration, login, database CRUD and search functionality. Created as part of a group of two.
Java Chess CLI
https://github.com/JustinKP/Java-chess-cliA simple two-player game of chess, used to demonstrate OOP.
JPyTable2
https://github.com/JustinKP/JPyTable2Command-line Python spreadsheet application. You can fill in cells, do basic math, assign values, as well as resize, save, and print the table.
Movies-n-Me
https://github.com/yuliaFl/CPAN213_Movies-n-MeReact Native app working with an IMDB API to search and save movies. Created as part of a group of four.