For my Ruby development I have been using Visual Studio Code and WSL 2. I wanted to move to a more Ruby friendly IDE... RubyMine. I used this guide from the RubyMine Documentation: [https://www.jetb...
Blog Posts — Page 3
My Unraid flash drive has died again this week - it lasted about 3 months this time. The only way I knew it had died is that I was missing all the CSS when logging in and there were some strange PHP...
I am moving from a Wordpress site and converting all my old posts. Which is not that many! I chose Gatsby as I have done a lot of work with React over the past few years. The whole install process...
Entity Framework Core - Create Entities from Database
I recently needed to access a database with EF Core from a console application. I used the [EF Core Tools](https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershell) to accomplish this....
ReSharper 2019.1.2 and Visual Studio 2019 Code Completion/Smart Tag Conflicts + Fix
Not 100% sure when this started, but I eventually got annoyed by Visual Studio and ReSharper having a different keyboard shortcuts for potential code fixes. ReSharper is `Alt + Enter Visual Studio...
You can't use a 102 status code because Azure will always wait for a follow up code. In my code I changed it to a 202 Accepted instead. If you try and use a 102 in Azure, you will eventually get a [5...
This is the first in a series of posts I am calling "Did You Know". Did you know that you can now use SSH directly in the Windows command prompt. I did not until just the other day. I normally use...
Let me start by saying I'm not a SQL expert or a database admin. Don't get me wrong I have written my fair share for SQL and stored procedures, so I'm no novice either. I was told at work that we...
Outlook.com, Live Mail, Hotmail - Disable the junk filter
I have just started using the new [Google Inbox](https://inbox.google.com) anddecided that it was time to move all of my current emails to fully take advantage of the new offering. To do this I...