After switching over to Firefox from Chrome as my day-to-day browser about a month ago, I instinctively installed Firebug because when I used to use Firefox years ago, it was the essential development …
I am happy to reveal a little collaboration between myself and Jose Garcia called jsdev.io. Essentially it is another place on the interwebs to post front-end related links with an emphasis on …
I actually have had a draft of this post in my ideas folder for about one month now and I have been constantly putting it off.
What actually prompted me to finish it was a popular article recently …
As Alfred Pennyworth once profoundly said in The Dark Knight Rises:
Some front-end developers just want to watch the world burn.
Alfred Pennyworth, The Dark Knight Rises
As developers we are …
What is Springwise? Essentially it is a database of business ideas, prototypes, products and startups. A network of about 18,000 of people called “spotters” submit content which is then …
As ES6 edges closer to evergreen browser support by the estimated mid–2015, many are wondering given the MASSIVE inevitable API breaking changes in Angular 2.0 if it is worth learning the current …
You might have noticed I have been writing about ES6 a lot lately. This is because I am excited about ES6 and thanks to the use of transpilers we can actually use it right now until browsers catch up. …
It’s time for another ES6 post. This time, we’re talking about arguably one of the best additions to Javascript that is up there with modules and classes. I am talking about the ability to …
On Saturday the 31st of January Queensland public went to the polling booths to cast their vote and say in who gets to lead Queensland going forward. Both sides (LNP and Labor) had been slinging words …
With ES6 comes a plethora of new features and changes, one of those is Weakmaps – essentially Weakmaps are a collection of keys and values with the main constraint being the key has to be an object. …