Posts
Published 30 November 2015
in archive
with tags
ubuntu
,
xrdp
If you're using Ubuntu with Xrdp, and you find the keyboard to be infuriatingly inaccurate, you should probably change it. To do this, you need to have the ability to open the System Settings
window, which you can't always do over RDP. In there, go to Text Entry
, and click the little plus at the bottom. Now select the keyboard layout that applies to you, and test it works.
Continue reading …
Published 6 November 2015
in archive
with tags
node
,
webpack
In case the webpack docs ever lose this, here is a list of available devtools. Choose a developer tool to enhance debugging.
Continue reading …
Published 4 November 2015
in archive
with tags
javascript
,
es2015
,
es6
ES6 or ES2015 contains lots of goodies. One of them, my favourite, is the spread operator. It "allows an expression to be expanded in places where multiple arguments (for function calls) or multiple elements (for array literals) are expected."
Continue reading …
Published 3 November 2015
in archive
with tags
docker
,
jenkins
Yesterday I was having an issue that I've had before. It stumped me last time and it stumped me again. I just didn't think and it cost me too much time.
Continue reading …
Published 14 October 2015
in archive
with tags
sql
I'm going to start posting some SQL snippets, either things I learn day to day or things that I've had sat around for years.
Continue reading …