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 →
Priorities of Work on a Board

Priorities of Work on a Board

This is obvious once you think about it but I’ve found many people haven’t thought about it so I’m going to lay it out here real quick. A lot of teams use some kind of task or kanban board today to …

Read More →
REST Commands and Queries in VS Code

REST Commands and Queries in VS Code

Last updated: 13 October 2023 Recently in one of our great devBetter discussions, Rick Hodder (go follow him now) shared a cool extension for VS Code. Basically, it lets you turn VS Code into a REST client. Think of it …

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 →