Winter is Canning 2022

This presentation shows the steps I took to prepare for this years 6-month long "Winter is Canning" challenge. Growers compete for the glory of winning the best looking pepper plant in a soda can. »

Pair Programming

Why should you pair program, and how do you do it? »

My Dog Cleo

This presentation is about my Great Dane, Cleo. She has passed recently, after I created this presentation. »

Types in Software

This presentation is about types in software, why they are important, and what they do to help us. GitHub Repository. »

Displaying response headers and pretty JSON with cURL

The Problem I tend toward using cURL when testing HTTP services, but I had a difficult time parsing the result when these services spit back unformatted »

The Behavior of C# Nested Static Classes

While working on a code review, I found a nested static class that I needed to verify the validity of. I had three questions: Does the »

Transparent Video in all Browsers from Cross-Domain Sources

A brief history of time cross-domain transparent video Transparent video is not a terribly new concept in web development, however, because browsers do not support transparency »

Using Git with the .git directory outside the Git repository directory

I have a particular use case where I want to use Git on top of another version control system. The only problem I ran into is »

Simple Way to Prevent Websites Jumping from Scrollbars

A common occurance I see on websites, and a frequent question I see as well regards websites "jumping" when more content loads onto the page and »