Read More FFront-end Development Closures exist, so what are they?byNickMarch 26, 2019 Closures are a style of writing JavaScript that provides object data privacy. What this seems to mean is…
Read More AArticles Change your life with CSS VariablesbyNickMay 7, 2017 Change your life with CSS Variables We all know and love using variables in our SASS files, it’s…
Read More AArticles Let’s talk about CSS GridbyNickApril 10, 2017 Let’s talk about CSS Grid It seems like everywhere I’ve been lurking lately including the office has had…
Read More FFront-end Development WTF is strict mode?byNickFebruary 27, 2017 WTF is strict mode? You might have seen your colleagues dropping in 'use strict' into their JavaScript code…
Read More TTechnology Understanding why we use `===` in JavaScriptbyNickFebruary 20, 2017 Understanding why we use `===` in JavaScript Often in JavaScript you’ll see a developer use `===` in their…
Read More TTutorials Working with Google Custom Search (GCSE)byNickFebruary 9, 2017 Lately I’ve been working on a website that integrates Google Custom Search Engine (GCSE). I haven’t worked with…