Aerobic Septic System Monitor - Part 2 - Beta Testing
The beta testing chapter is a look at each of the different components that make up the Aerobic Septic System Monitor. Each section is an exercise in connect...
The beta testing chapter is a look at each of the different components that make up the Aerobic Septic System Monitor. Each section is an exercise in connect...
Recently I had an incident where sewer gas had forced it’s way into the house. Among the question of how this happened was the obvious question “Is the aerob...
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. It has most commonly been associated with the README.md fil...
Meet the SphereBot, an Eggbot clone. This project started many years ago when my daughter decide she was going to show chickens at the county fair. For those...
Seriously, in the last 2-3 years VS Code has surpassed editors like Vim, Notepad++, Atom, Siblime Text, etc. VS Code is a top shelf open-source editor that...
I’ve always wished swagger documentation included authentication and more importantly authorization information for each API call. Fortunately, Swashbuckle c...
Recently a colleage of mine introduced me to a network AI tool our company had begun to use. The tool allows you to setup different types of pattern matchi...
This article is an adaptation of an article written by Rob Janssen (RobIII) in 2018 on customizing the order in which controllers are display in the Swagger ...
In the process of deploying and then testing code to development and staging environments there is always that question in the back of your head… Is the code...
NuGet Package Explorer (NPE) is an application that makes it easy to create and explore NuGet packages. You can load a .nupkg or .snupkg file from disk or di...
The Manager Path is written as a guide for those in the IT industry by author Camille Fournier a former developer turned CTO, that takes the reader through t...
Overall “Entity Framework Core in Action” was a good read with a lot of useful information. If you have been using Entity Framework prior to .NET Core the a...
I had the opportunity to work on an authentication/account management Web API in which we use the new ASP.NET Core Identity. ASP.NET Core Identity is easy t...
Here is an old one, but a good one and you can’t beat the price…FREE! XML Notepad is exactly what you would think it is, a stand alone XML editor that goes ...
A picture is worth a thousand words. So when it comes to showing your users what the application is going to look like Balsamiq Mockups (https://balsamiq.com...
If you’re doing anything web services that return JSON here are some useful tools.
Meet the standard…Fitz’s Black Chery (Fitz’s). So why is this the standard all others must meet. Well besides the simple fact that it taste great let’s loo...
A while back I took a look at versioning web applications using an AssemblyInfo file (see ‘Adding Versioning Information to Your Website using AssemblyInfo’...
If you want any number of reasons for using source control just Google it. This article is really just a regurgitation of so many others thoughts on the sub...
Update: Check out ‘Website Versioning Revisited’