The process I follow to ensure my reviews consistently provide high-value feedback ยท Why I have a code review process When reviewing Pull Requests I have...
If you want to modify a column in an existing SQL Server database, but there is a View using that column, you will find you are unable to modify the...
For many years I've used Todoist for managing my task list, both at home and at work. At work I use Outlook for emails, and I wanted to integrate...
The problem I was solving I recently did some work to update the structure of some JSON stored in a SQL Server database. The JSON started out as a...
I recently came across a situation in which a seemingly innocuous piece of LINQ threw a very opaque exception when used with Entity Framework 6. The...
Explanation of Problem Imagine a reusable angular component which emits an unknown value. I recently came across this in an app which has a reusable...