Skip to content

Instantly share code, notes, and snippets.

View JAMSUPREME's full-sized avatar

JUSTIN SPENCER JAMSUPREME

View GitHub Profile
@JAMSUPREME
JAMSUPREME / README.md
Last active July 28, 2020 20:23
Devops migration highlights

Quick highlight of some big devops-y things.

About me

  • 11+ yrs coding
  • 6+ "devops" stuff
  • Some AWS certs (only got around to it this year)

Devops highlights

@JAMSUPREME
JAMSUPREME / 1_README.md
Last active September 26, 2024 15:28
Infrastructure Best Practices

Overview

This doc is aimed to provide some general guidance as to infrastructure best practices. It is by no means a rigid set of rules, but rather a handful of tips that may help.

Guidance

I attempted to break these recommendations into distinct files:

  • General FAQ and Tooling: General guidance in the form of a FAQ. Also contrasts some other tooling.
  • Terraform: General guidance regarding Terraform that I have found to improve productivity.
  • Local development: General guidance on how to improve local development
@JAMSUPREME
JAMSUPREME / 1_README.md
Last active March 10, 2021 16:24
General coding conventions and best practices

Overview

I'm cobbling this together as a very rough basis for coding conventions and best practices across different languages. As much as possible, I'll attempt to defer the guidance to something that is kept up-to-date and supplied by a reliable third party, e.g. "Use Rails and Rubocop"

Sections

I will attempt to break this down per-language, with a distinct section for general recommendations that span languages. I may also later add a section with some opinionated recommendations that I've seen used to good effect.