Blog Posts

MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.

Adapter Design Pattern

Adapter Design Pattern

The objective of the Adapter pattern is to allow a client that expects a certain interface to work with an incompatible interface.

Read More →
GitHub Draft Pull Requests

GitHub Draft Pull Requests

A feature introduced last month by the GitHub team is called draft pull requests. When you create a Draft Pull Request, it cannot be merged until it is marked as ready for review. This is useful because often pull …

Read More →
Git Autocorrect

Git Autocorrect

I don’t know how I didn’t know about this before now, but apparently you can turn on autocorrect for your git command line, and it will accept (after a short delay in which you can cancel) commands that are …

Read More →