- ๐ป I'm a DevOps Engineer, volunteer with CodeYourFuture, and dabbler in open source.
- โค๏ธ I love giving back whether through opensource, speaking, volunteering and/or mentoring. Mainly focused on volunteering these days.
- ๐พ I love figuring out old computers and legacy applications as much as building new ones!
- ๐ Fun fact - I have exactly one duck and one chicken, fondly named Duck and Chicken respectively
- ๐ฆ Docker and Kubernetes
- ๐ง Linux
- ๐ AWS
- ๐ Python
- ๐ธ๏ธ JavaScript, React, CSS, HTML
- โ Java
- ๐ช Perl
- ๐ PHP
- and more I couldn't find emojis for
- ara225.DynamoDBUserStore - A C# ASP .NET Core library that allows developers to store users and roles in AWS DynamoDB when using ASP .NET Core Identity. This is my favorite because it's the most likely to be used in production, it has full test coverage, and is quite well written. Byproduct of me trying to learn C#
- node-js-pxe-server - A Node.js module written in JavaScript that runs a PXE server - server for network booting computers. I like this project because it sounds like it shouldn't work, but it very much does.
- regex-copy-or-cut - A JavaScript/Node.js VsCode Extension. The first piece of code I ever published, and also the one with the most downloads.
- serverless-audiobook-maker - A AWS serverless pipeline to create a speech-to-text audiobook from a text file uploaded to a S3 bucket. Turned out to be useless as AWS Polly isn't as good as it's cracked up to be, but it was fun to make.