Notes on developing Javascript widgets with modern tooling Recently I was tasked with developing a Javascript widget that users can include on their websites. I wanted to continue to use my current …
Notes on developing Javascript widgets with modern tooling Recently I was tasked with developing a Javascript widget that users can include on their websites. I wanted to continue to use my current …
Recently at work we started a new Slack channel called #TIL inspired by this post by Brendan Seerup. The idea is to share anything you have learned today. It could be a small code snippet, brief …
Whilst beginning development on a new project, I was having trouble trying to find a clean way of managing service events, which caused difficulties in deciding where state change calls should go. …
The deeper I get into learning Japanese, I find the concept of learning a language fascinating. Up until a year ago, English was the only language I knew.. Being a Software Developer, I am used to …
I’ve been experimenting with Go on and off for the past couple of weeks. I come from a Web Development background but C has always been my language of choice for pet projects as I like the …
When I first found out about the popular CtrlP plug-in, I found myself using it constantly. Being able to switch between the document I had in my head was increasingly faster than traditional methods …
On a recent project I needed to take a random sample of items from a large data source that was too big to contain in memory. As the whole set of data couldn’t be kept in memory, usual sampling …
I’m finding myself increasingly bored and disenchanted with all forms of modern technology and I’m not confident why. I have always loved creating and breaking things, learning how they work but …
I’ve spent the day working on this new site and putting some code on github and am quite happy how it turned out, it’s a one page template with partials for blog posts and is generated …
When I find something interesting but am feeling too lazy to look into it properly, I drag it into my bookmarks bar to look into at a later date. After a while, it gets pretty full (any relation to …
Coming from a freelance background where I set my own deadlines, it took some getting used to having to rush my unfinished,half-tested code. I recently purchased the book ‘97 Things Every …