Detect git Conflict Markers
If you're using git, you've probably run into a problem at some point where you've had to perform a merge, and a merge conflict resulted.
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.
If you're using git, you've probably run into a problem at some point where you've had to perform a merge, and a merge conflict resulted.
The dependency inversion principle states that your application's
In a previous article, I described how to create the minimal
I recently spoke with David Rael of the Developer on Fire podcast. We talked about a lot of things in our 40 minute conversation. Here are some of the highlights:
Command line tools are becoming increasingly popular, so this tip may save you some time. On Windows, there are several ways to open up a command window. My typical method is to just hit the Start key and type 'cmd' and …
If you're trying to get the ASP.NET Core Status Code Pages
DevIQ's annual software craftsmanship wall calendar's 2017 edition has arrived from the printer and is shipping now. If you didn't back the Kickstarter campaign, you can still order one while supplies last from …
Last updated: 13 October 2023 I’ve been a fan of JetBrains TeamCity for many years now. It’s a great continuous integration / build server product, with an extremely responsive web-based user interface …
Your application probably needs to communicate with a database of some kind. Naturally, that database isn’t open to the world – it needs to be protected and secured. The typical solution to this is to create a …