Skip to content
View scottyrichardson's full-sized avatar

Block or report scottyrichardson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
scottyrichardson/README.md

I'm a DevOps Engineer / SRE / Platform Engineer with over 15 years' experience developing applications and managing infrastructure. My unique blend of development and IT operations knowledge allows me to bridge the gap between code and infrastructure. I’ve created two open-source frameworks on GitHub and continue to push myself in new directions with emerging cloud tech and containerization.

Recent accomplishments include:

  • Developed an open source DevOps framework to triple database reliability using globally replicated multi-write MySQL nodes.
  • Implemented Docker, Kubernetes, CI/CD, and DevOps best practices to reduce operational costs by over 30%.
  • Installed an Azure API gateway to eliminate DDoS attacks on 3 vulnerable APIs.

This year I am working towards my BS in Information Technology. I am also studying for additional certifications in AWS and Kubernetes.

I keep my personal repos very minimal. You can find my work in the open source project repos below.

Open Source Frameworks I've Created

Name Languages Description
Olyn DevOps Framework for Chef Ruby, Bash, Shell An open source DevOps library for Chef that deploys clustered Debian web servers with asynchronously replicated multi-write MySQL databases on Azure, AWS, or GCP. Features include a web server, CI/CD integration, and content caching for easy deployment via infrastructure as code.
Grayl PHP Framework PHP An object-oriented open source PHP framework for fully functional eCommerce applications via Paypal or AuthorizeDotNet. Packages include libraries for MailChimp, MaxMind, and ZenDesk. Comes with a custom database PDO layer for building secure SQL queries via prepared statements.

Pinned Loading

  1. olyn olyn Public

    Olyn is a bundle of custom Chef cookbooks to build and deploy functional clustered Debian web servers with globally replicated multi-write MySQL databases. All of this is done using infrastructure-…

  2. grayl grayl Public

    Grayl is as a lightweight modular set of packages to handle several e-commerce website tasks. It can be installed using the Composer package manager. All packages include unit tests for high code c…

  3. github-actions github-actions Public

    Several different GitHub Actions thrown into one repo for rapid development.

  4. grogwood.com-frontend grogwood.com-frontend Public

    Grogwood.com frontend website files. Deploys via workflow to an AWS S3 bucket sitting behind a Cloudfront distribution.

    CSS

  5. mossly.io-frontend mossly.io-frontend Public

    Mossly.io frontend website files. Deploys via workflow to AWS AppRunner (via ECR image) sitting behind a Cloudfront distribution.

    CSS

  6. olyn_percona olyn_percona Public

    Configures Percona apt repos. Installs Percona. Configures replication settings, TLS encryption, and node member list. Bootstraps and/or joins the replicated MySQL database cluster. Part of the Oly…

    Ruby