AArticles Express v5: A Decade in the MakingbyNickOctober 31, 2024 After ten years the version 5 pull request for Express has been merged. The original pull request was…
Read More 3 minute read AArticles Maybe the real Next JS was the friends we made along the waybyNickApril 15, 2024 Over the last few weeks there has been a lot of discussion on Twitter and YouTube about the…
Read More 3 minute read AArticles You need to know about this new security feature in DenobyNickSeptember 20, 2023 Deno is a Javascript runtime like NodeJS and it has a new security feature that you need to…
Read More 2 minute read AArticles Right Tool for the JobbyNickJuly 11, 2020No comments “Right tool for the job”, it’s a phrase you’ll hear in any field. I mean, really, who wants…
Read More 2 minute read FFront-end Development Closures exist, so what are they?byNickMarch 26, 2019No comments Closures are a style of writing JavaScript that provides object data privacy. What this seems to mean is…
Read More 5 minute read FFront-end Development WTF is strict mode?byNickFebruary 27, 2017No comments WTF is strict mode? You might have seen your colleagues dropping in 'use strict' into their JavaScript code…
Read More 2 minute read TTechnology Understanding why we use `===` in JavaScriptbyNickFebruary 20, 2017No comments Understanding why we use `===` in JavaScript Often in JavaScript you’ll see a developer use `===` in their…
Read More 3 minute read TTutorials Working with Google Custom Search (GCSE)byNickFebruary 9, 2017No comments Lately I’ve been working on a website that integrates Google Custom Search Engine (GCSE). I haven’t worked with…