Skip to content

Commit db6aaaf

Browse files
committed
refactor(blog): auto-detect cover.png, remove image frontmatter
1 parent 0032eed commit db6aaaf

46 files changed

Lines changed: 61 additions & 82 deletions

File tree

  • src
    • assets
    • content/blog
      • 2016/visual-studio-extension--open-in-notepad-plus-plus
      • 2019
        • becoming-a-microsoft-mvp
        • csharp-8-is-old-news-onward-to-csharp-9
        • getting-started-with-xamarinforms-prism-and-unity
      • 2020
        • building-net-framework-applications-with-github-actions
        • c-8-switch-expressions
        • clean-coding-in-c-part-i
        • deleting-failed-azuredevops-service-connections
        • docker-containers-and-my-adventures-in-versioning-and-tagging-part-ii
        • docker-containers-and-my-adventures-in-versioning-and-tagging
        • git-tag-based-released-process-using-github-actions
        • gitkraken-git-gui-how-to-add-remove-files
        • gitkraken-git-gui-how-to-cloning-a-repository
        • gitkraken-git-gui-how-to-committing-changes
        • my-blogging-process-part-1
        • my-blogging-process-part-2
        • running-your-test-suite-in-azure-devops-on-a-mac-build-agent-and-publishing-the-results
        • the-software-developers-dictionary-debounce
        • xamarin-forms---debouncing-an-entry-field
      • 2021
        • installing-docker-and-docker-compose-in-wsl2ubuntu-on-windows
        • real-time-ui-updates-with-postgres-and-signalr
      • 2022
        • adding-a-cla-bot-to-your-github-repository
        • extending-visual-studio-codelens-functionality
        • generating-code-coverage-metrics-for-net-framework-applications
        • is-codelens-enabled
        • opening-an-ssh-tuneel-in-an-azure-devops-pipeline
        • uploading-files-with-httpclient-in-net-6
      • 2023
        • extending-visual-studio-codelens-functionality-part-ii
        • finding-symbols-in-your-c-projects-using-roslyn
        • introducing-the-breakpoint-notifier-visual-studio-extension
        • introducing-the-open-bin-folder-visual-studio-extension
        • introducing-the-open-bin-folder-visual-studio-for-mac-extension
        • introducing-the-super-clean-visual-studio-extension
        • introducing-the-super-clean-visual-studio-for-mac-extension
        • introducing-the-visual-studio-marketplace-publish-github-action
        • introducing-the-visual-studio-vsix-signer-github-action
        • introducing-the-visual-studio-vsix-versioner-github-action
        • my-video-recording-live-streaming-setup
      • 2024/introducing-the-jetbrains-marketplace-publisher-github-action
      • 2025
        • creating-your-own-msbuild-sdk-it-s-easier-than-you-think
        • reflecting-on-2025
    • lib
    • pages

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/assets/default-cover.png

221 KB
Loading

src/content/blog/2016/visual-studio-extension--open-in-notepad-plus-plus/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Visual Studio Extension - Open in Notepad++"
33
categories: [extensibility, visualstudio, notepadplusplus, oss]
44
date: "2016-04-22T12:00:00-05:00"
5-
image: ./cover.png
65
---
76

87
The past weekend, I took a few moments to relish in the "fun" that is programming something that is not work-related. That creation came to be a Visual Studio extension, known as, "Open in Notepad++".

src/content/blog/2019/becoming-a-microsoft-mvp/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Becoming a Microsoft MVP"
33
categories: [dotnet,mvp,csharp]
44
description: "I was awarded MVP status by Microsoft in Developer Technologies on November 1, 2019! This is my story...."
55
date: "2019-11-11T12:00:00-05:00"
6-
image: ./cover.png
76
---
87

98
On November 1, 2019, I received an email stating that I had been awarded Microsoft MVP in Developer Technologies for my community contributions.

src/content/blog/2019/csharp-8-is-old-news-onward-to-csharp-9/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "C# 8 is old news. Onward, to C# 9!"
33
categories: [csharp,dotnet,csadvent]
44
description: "Let's take a peek at the current list of proposals for C# 9!"
55
date: "2019-12-25T12:00:00-05:00"
6-
image: ./cover.png
76
---
87

98
> This post is part of the 2019 C# Advent Calendar.

src/content/blog/2019/getting-started-with-xamarinforms-prism-and-unity/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Getting Started with Xamarin.Forms, Prism, and Unity"
33
categories: [dotnet,csharp,xamarin]
44
description: "Let's go over what I just went through recently to get a new Xamarin.Forms project stood up with Prism and and Unity (for IoC/DI)."
55
date: "2019-12-29T12:00:00-05:00"
6-
image: ./cover.png
76
---
87

98
As soon as I received my Macbook at the new job, it was go time.

src/content/blog/2020/building-net-framework-applications-with-github-actions/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Building .NET Framework Applications with Github Actions"
33
categories: [github,azure,dotnet]
44
description: "After spending way too much time figuring it all out, I now have a Github Action that can build my .NET Framework web application - and deploy it to Azure!"
55
date: "2020-04-21T12:00:00-05:00"
6-
image: ./cover.png
76
---
87

98
In this post, I'm going to show you how I finally managed to configure a Github action to build my .NET Framework web application and then deploy it to Azure. It took way too long, so I hope this helps somebody else out there save some time.

src/content/blog/2020/c-8-switch-expressions/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ categories: [csharp,dotnet]
44
description: "Switch 'expressions' are a more concise version of a switch 'statement' that was released in C# 8.0. Let's take a look!"
55
youtube: "https://www.youtube.com/embed/yLJl4bJtoMQ"
66
date: "2020-02-01T12:00:00-05:00"
7-
image: ./cover.png
87
---
98

109
In C# 8.0, a new form of "switch" was introduced. While similar, you'll find that this new "switch expression" is more concise than it's "switch statement" counterpart as it does not require all the various keywords (`case`, `break`, `default`, etc.).

src/content/blog/2020/clean-coding-in-c-part-i/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Clean Coding in C# - Part I"
33
date: "2020-04-30T09:13:31-04:00"
44
categories: [csharp,dotnet]
55
description: "The first post in a new series about what I consider to be 'clean code' (using C#, of course). In this one, let's take a look at conditionals (if/else statements)"
6-
image: ./cover.png
76
---
87

98
One thing I've learned over the years is that being clever with your code is a waste of time and energy. The simpler, the better. Part of being "simpler", to me, falls into the paradigm of "clean code". But - what does "clean code" actually mean? In this post, we'll look at what I consider to be a "clean(er)" conditional statement that reduces cognitive complexity/overhead.

src/content/blog/2020/deleting-failed-azuredevops-service-connections/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Deleting Failed AzureDevOps Service Connections"
33
categories: [azure,devops,postman]
44
description: "I had three broken / failed AzureDevOps service connections that I could not remove via the UI. I finally figured it out using AzureDevOps API. Read on to find out how!"
55
date: "2020-04-19T12:00:00-05:00"
6-
image: ./cover.png
76
---
87

98
I've let them linger for too long. It's time to figure out a way to delete the three service connections in my Azure DevOps project that don't work, and can't be deleted through the UI. There has to be a way!

src/content/blog/2020/docker-containers-and-my-adventures-in-versioning-and-tagging-part-ii/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Docker Containers and my Adventures in Versioning and Tagging - Part II"
33
categories: [csharp,dotnet,devops,docker]
44
description: "What's the best way to version, and tag, your code and containers so you know which commits actually make it to production?"
55
date: "2020-04-11T12:00:00-05:00"
6-
image: ./cover.png
76
---
87

98
Part II of II

0 commit comments

Comments
 (0)