Skip to main content
Mike Bell

Mike Bell

I do computer stuff

Recent

My Keyboards Part 2

·215 words·2 mins
All my keyboards Time for an update on my keyboard collection! After part 1 I’ve expanded the collection and gotten rid of a few. Top left - YMD09 macro pad aka the zoom killer. Top - KBD75 - Gateron Browns, I’m typing this post on it right now. Middle - Winkeyless b.87 - Gateron Browns with Raindrop Round 2 on, this was my previous daily driver. Bottom - Iris - Zealios 67g and Gateron Browns, this is a keyboard I really should get used to using but just can’t. Right - Fourier - Gateron Blues, I need to put keycaps on and start using it. I really love everything about keyboards, they’re such an important part of my daily life as a DevOps Engineer. It’s taken me a while to get used to some of the layouts.

Upgrade to Gatsby and AWS

·302 words·2 mins
It’s been over a year since I last blogged, there are a number of reasons: Broken realease pipeline (well not quite but it was messy) I wanted to move everything to docker I hated the way the blog looked A few weeks ago I started to the move to GatsbyJS after a few false starts I finally got there. Once I had everything migrated including updating all the frontmatter (this took ages), I was ready to deploy it. I have multiple server on DigitalOcean all capable of hosting a static blog but decided that I wanted to offload everything to AWS to learn more about the tools available.

Windows 10 isn't that bad to develop with

·224 words·2 mins
After upgrading to Windows 10 finally I figured I’d check out what it’s like developing on Windows 10 and to be honest it isn’t that bad. Windows Subsystem Linux # I installed the Ubuntu image and switch shell to ZSH. After importing all my dotfiles and setup from my Linux machine this works really well. A quick symlink form ~/Projects to /mnt/c/Users/digital/Projects makes it really easy to open it up and then start working on a project. Even though I have git installed I still use it in the Ubuntu image, oh-my-zsh autocompletions are hard wired in my brain now and very hard to give up.

Deploying Jekyll with Concourse CI

·546 words·3 mins
Sometimes the best way of learning something is to just dive in and start using it. I find it really useful to pick an existing working implementation of something and the build it using something else. In this case it’s my blog build and deployment. This was working perfectly fine using docker and jenkins but I got tired of just how heavy Jenkins was.

Goodby 2018, Hello 2019

·824 words·4 mins
Hello! It’s taken me a while to get round to writing something down, partly because I don’t know what to write and partly becuase I wanted to switch CI tools since I removed Jenkins from my production environment.