Recently I have been working a lot with Microsoft Application Insights. As a tool for application logging, I have found it to be very robust. The KQL language, while slightly…
Category: Programming
Programming insights
I have decided to switch hosting providers and start my blog fresh. I hope you like the WordPress theme I choose. Yes, I have gone back to WordPress from MediaWiki….
On Saturday, November 10th, 2019, my hosting provider was the victim of an atrocious ransomware attack. It took me until today, Wednesday November 13th, to get my blog back up…
There are certain tools that make the transition to a true micro service architecture more doable and beneficial. One of these tools is Azure service fabric. The developers of Service…
There are many different naming conventions used in the web development space. While most of them range from private vs. public variables and what casing to use, there are few…
Recently I have been involved in a project that introduced domain driven design or DDD. An important aspect of DDD is the concept of the domain model. The domain model…
I started my journey into the world of web development in 2013. Back then, I was working with Perl, Apache, and Unix at an ad serving company, Valueclick. The stack…
As a developer, there is nothing worse than thinking one version of the codebase has been deployed, when in reality you are dealing with another version. This scenario plays out…
In a web application space, there are a never ending stream of technologies, and the same goes for the process of transferring data. I am going to assume we are…
The prevailing wisdom is to cache content whenever possible. Indeed, that is one of the concepts of an HTTP get, in that you can cache certain content across machines. However,…