Projects
Being an avid proponent of Open Source software, I feel that it is my responsibility as a software developer to contribute to the OSS community. I do that by contributing to other projects and by releasing software I write as Open Source.
The following are projects that I have produced and made available on my GitHub profile.
Rust Projects
- Tiny Health Checker. A tool that can be used in OCI images to perform health checks under Docker.
- Binding Tool. A tool to make generating and consuming Kubernetes service bindings easier to use with Cloud Native Buildpacks.
- Top Logs. A tool for observing trends in HTTP access logs by look for patterns in request behavior.
- Access Log Parser. A library of Rust parsers for reading access logs in a strongly-typed way.
Python Projects
- Github Manager. A simple project built on top of the
gh
cli utility that allows you to effectively manage large numbers of projects. - Python MySQL Docs. Documentation I wrote a while back about how to use Python and MySQL together.
Games
Archived Projects
- PySimpleDb - Python database access simplified
- Python Menu System - Easily build Text-Based Menu Systems
- REXX MySQL - MySQL Wrapper for REXX