Skip to content

Remote Pair Programming

Pair programming is a fantastic way of sharing ideas, training, being productive and writing high quality code. Remote pair programming can be just as effective. I love pairing on projects. If you have an interesting open source project you’re working on, and want to pair on it, hit me up.

Shady Practices

<div class="shady0">
GOOD AFTERNOON!
</div>
.shady0 {
color: white;
background: lightgrey;
font-size: 3em;
}

GOOD AFTERNOON!

Kubernetes Secrets

Kubernetes secrets allow you to manage sensitive information like credentials or security certification.