Projects
Configurable Backup System
I created a shell based backup appliction that is configurable using JSON. The application runs on linx in the bash shell. There is a JSON file that stores the backup targets, details about retention for stored files. It will tar and zip the files, save them to a backup location and make a remote copy via SMB share. You can find it on my GitHub page.
Configurable Menu System
I developed a text based menu system that is configurable vi text configuration files. It runs in bash. It allows you to add calls to scripts, create unlimited sub-menus, and simplify common repetitive tasks with custom commands or scripts. It comes with several example scripts. You can find it on my GitHub page.
Complex Pattern Matching for Manged Mutual Funds
I developed a complex matching system to audit mutual funds between two different systems. The details of the funds on each system are hashed and compared for speed and unique comparisons. THis was developed in Perl.
Websites
I developed this website as well as BuildPlateChronicles.com. The sites are setup on Ubuntu Linux runnign nginx and hosted on AWS which I setup from scratch using EC2, Route53, S3, and SES and is backed up with AWS Backup.