Skip to content
View scottyrichardson's full-sized avatar

Organizations

@grayl-php @olyn-chef

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 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. 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 Network Engineering & Security. I am also studying for additional certifications in AWS, Azure, Docker, 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-chef/olyn_percona olyn-chef/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

  2. olyn-chef/olyn_ufw olyn-chef/olyn_ufw Public

    Installs UFW. Configures rules for ports, hosts, and protocols. Adds default deny rule. Reloads configuration. Part of the Olyn framework for Chef.

    Ruby

  3. olyn-chef/olyn_haproxy olyn-chef/olyn_haproxy Public

    Installs HAProxy. Configures front-end and back-end listeners. Sets up SSL offloading. Part of the Olyn framework for Chef.

    Ruby

  4. grayl-php/grayl-gateway-common grayl-php/grayl-gateway-common Public

    Interfaces and abstract classes used in all Grayl gateway classes. Part of the Grayl PHP framework.

    PHP

  5. grayl-php/grayl-database-query grayl-php/grayl-database-query Public

    Builds select, insert, update, and delete queries using objects. Supports where clauses. Converts query objects into SQL statements ready for use in prepared statements. Part of the Grayl PHP frame…

    PHP

  6. grayl-php/grayl-omnipay-payflow grayl-php/grayl-omnipay-payflow Public

    Connects to the Paypal Payflow API. Authorizes direct credit card payments. Captures direct credit card payments. Part of the Grayl PHP framework.

    PHP 1