13th August 2018
Uses
I've had a few questions regarding what apps I use with which themes and settings. This is an up-to-date blog post with the answers.
13th August 2018
I've had a few questions regarding what apps I use with which themes and settings. This is an up-to-date blog post with the answers.
7th August 2018
Sounds confusing, but there is a use-case, honest! Imagine you have an array with a set number of items in and you wanted to filter another array of objects based on that in your JavaScript. The post explains more!
16th April 2018
Progress of a bike build
19th March 2018
Written For Liquid Light
At the beginning of this month, Google announced they were rolling out Hangouts Chat to all users of Google Suite over a week or so. Our suite was finally updated ...
12th March 2018
I've recently moved all of my git repositories to Gitlab, this blog post walks through a script I have written to clone all of my repositories locally as a backup.
8th March 2018
Written For Liquid Light
In 2017, one of our front-end developers wrote and released a book about the JavaScript library; Vue.js. This blog post explains the process he went through to get the book from his mind to print.
31st December 2017
It seems to be the done thing to do a "year in review" post. I initially scoffed at the idea, but the more I thought about it, the more I thought about how keeping track of accomplishments can be a little encouragement and ego boost. So here goes!
18th December 2017
In the second part of this series, we cover implementing a Vuex Store into a Vue.js application
18th December 2017
This blog post covers the initialisation and basic usage of Vuex - a central store for your Vue applications. It covers the basics of the four main components of Vuex: the state, mutations, actions and getters.
8th November 2017
There are many ways to manipulate a value to make it user-friendly using Vue.js. In this tutorial, I show you how you can use Vue filters to alter the appearance of a variable without affecting its data.