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.

IFileSystem Dependency Inversion Part 5

IFileSystem Dependency Inversion Part 5

Where I left off, I'd managed to create a new class for handling the storage of my creative files, called CreativeFileStore. This method took in an IFileSystem as a parameter to its constructor, which provides two …

Read More →
IFileSystem Dependency Inversion Part 1

IFileSystem Dependency Inversion Part 1

In the course of making my software more testable, I've attempted to eliminate a dependency on the file system (in this case, via System.IO) by creating an interface, IFileSystem. I just did a quick search for this term …

Read More →
Installing Graffiti Extras

Installing Graffiti Extras

I've been wanting to add Next/Previous links to my blog's posts to provide easier navigation for folks who come to the blog and find themselves somewhere in the middle of it. My goal is for the top and/or bottom of each …

Read More →