Skip to content

Instantly share code, notes, and snippets.

@CognitiveBurden
CognitiveBurden / GitOpsTalkAbstract
Last active March 22, 2019 13:15 — forked from patrickbadley/GitOpsTalkAbstract
DevelOP Your Kubernetes Cluster with GitOps, Helm, Docker, Flux, Charts, and Git!
# Title
## DevelOP Your Kubernetes Cluster with GitOps, Helm, Docker, Flux, Charts, and Git!
# Abstract
Whether you're an expert kubectl-er or just dipping your toes into all things kubernetes and docker, come check out an innovative approach we designed and implemented for a customer to configure and manage their kubernetes cluster!
Join us for a tour of the roles and responsibilities of each technology in the pipeline as well as a hands-on demonstration. During the hands-on demo, we'll spin up a kubernetes (k8s) cluster, push container images to docker hub, configure k8s deployments and services, and marvel as all the pieces comes together right before our eyes.
@CognitiveBurden
CognitiveBurden / ProjectRescueAbstract.md
Last active February 26, 2018 01:39
Project Rescue Abstract

Title

Project Rescue 9-1-1

Abstract

Your perfectly crafted and meticulously planned project is behind schedule with a ballooning budget. The list of problems grows as developers are not able to hit estimates and stakeholders are frustrated by the slow progress, number of bugs and lack of project controls. At this stressful time, you need strategies for rescuing the project.

In this session, I'll walk through approaches to address common causes of project failure and how to anticipate potential issues with software projects before they reach the 9-1-1 rescue stage. While we can't always prevent a project from becoming a disaster, this session will provide proven approaches to minimize the damage and get the project to done.

Outline

@CognitiveBurden
CognitiveBurden / Ivan-MDErgo1.json
Created April 25, 2016 02:13 — forked from ivangonekrazy/Ivan-MDErgo1.json
Example Ergodox Infinity Keyboard layout (includes mappings for the FLASH command on both halves)
{
"header": {
"Author": "HaaTa (Jacob Alexander) 2015",
"Base": "Blank",
"Date": "2015-09-12",
"Generator": "KIICONF 0.2",
"KLL": "0.3c",
"Layout": "Default",
"Name": "MDErgo1",
"Version": "0.1"
exception ItemAlreadyExists of string
exception ItemNotFound of string
exception DomainError of string
type Command =
| CreateInventoryItem of Id: int
| RenameInventoryItem of Id: int * Name: string
| RemoveItemsFromInventory of Id: int * Amount: int
| AddItemsToInventory of Id: int * Amount: int
| DeactivateInventoryItem of Id: int