Read More AArticles Right Tool for the JobbyNickJuly 11, 2020 “Right tool for the job”, it’s a phrase you’ll hear in any field. I mean, really, who wants…
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 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…
GGeneral `webdriver-manager start` “Java is not an internal or external command” errorbyNickApril 21, 2014 If you’re trying to run something like: webserver-manager start and your terminal is returning an error about not…
GGeneral It’s not always my faultbyNickJanuary 28, 2014 I’ve been planning on learning AngularJS for a while and when I was in Europe I rediscovered some…
PProjects Learning FrameworksbyNickFebruary 3, 2013 I was discussing with some people at work and found out that what a few people around the…
GGeneral No IE10 Conditional CommentsbyNickOctober 23, 2012 I was reading today and did some research on IE10 and conditional comments and from what I found…