Portfolio
Let's talk about projects...
A Github Action to analyze a cobertura.xml code coverage file and add a comment to the pull request summarizing covered files. This is a fork of work by Irongut, whose original always posted and analyzed the entire codebase. My fork extends this by allowing targeted analysis of only files present in the changes for the PR. (This was also my first time working with C#, and it was a lot of fun!)
Check it out on GithubInspired by the TomorrowIdeas PHP SDK, this performs similar integration to the Wix website API. It is far from comprehensive, and made to fit a specific project need, but completion and expansion would be straightforward. (Though this is not a fork, and technically all my own work, I need to give credit to TomorrowIdeas for the structure)
Check it out on GithubThe original repo by TomorrowIdeas has been abandoned since 2022. When Plaid made updates to their API, adding new features, parameters and functionality, the original repo no longer fully supported our use case. This fork maintains the SDK for ongoing compatibility, emphasizing ease of use and integration.
Check it out on GithubRecently, I "played" bingo on a trip home, and realized that after choosing your bingo card, the act of "playing" is complete. Your fate is sealed. So, why not subject a computer to all the tedium of actually playing bingo? This program creates bingo boards, assigns them to players, and calls numbers until a player wins. It is as pointless as actual bingo, yet somehow less fun.
Check it out on GithubMy website (welcome, by the way) is made with MySql, Laravel, Livewire and TailwindCSS. Its hosted on DigitalOcean servers with Laravel Forge for management and deployment. I originally started messing around with this site to get myself some reps doing frontend work, It's certainly not perfect, but I am proud of it nonetheless. I'd love to do more frontend work, so any constructive criticism would be appreciated.