Blog Posts — Page 2

RubyMine WSL2 Mappings

Chris Child | 2021-01-21 | 1 min readComments

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...

Setting Up Gatsby

Chris Child | 2020-11-12 | 1 min readComments

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...

SSH in Windows 10

Chris Child | 2019-02-01 | 1 min readComments

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...

MSSQL NOLOCK - my comments and its problems

Chris Child | 2014-12-04 | 4 min readComments

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...