Blog
Node Development Environments using Nodeenv
I’m working on a project for Cartoon Network and we are building an API on AWS which will accept some JSON and route to Lambda scripts that interface with a MySQL database. To do this I want to set up some local components for development and I’m starting with NodeJS to create both the API gateway and the Lambda scripts.
I want to contain NodeJS as much as possible and be able to switch versions and manage multiple packages across different projects I might work on. I’m going to do this using Nodeenv a python module to manage different versions of NodeJS.
Continue reading...ANSI UK Keyboard Layout on Kinesis Pro
I have a Kinesis Freestyle Pro but it came with a US layout for the keyboard and I wanted a UK one. The issue I’ve had is that not all the keys of an ISO UK keyboard fit/map on the standard ANSI layout, for example the # and ~ on the ISO sit next to the enter key but there is no key for this on the ANSI layout and I use a UK layout (eg. the £ is on the 3 key in the number row). This means that I can’t access the missing keys when I use a UK keyboard layout on my OS and I don’t want to use a US layout because my laptop keyboard which I often use is UK.
Continue reading...