Slack is awesome. We use it at work to boost productivity, and I use it outside of work to reduce productivity and also to liaise with freelance clients. Losing…
So I’ve recently been seeking some extra work outside of the 9 to 5. My Slack community DEVANZ has provided me a few avenues, personal connections in Melbourne…
First off, installing the LAMP (Linux, Apache, MySQL, PHP) stack on an AWS EC2 instance is super easy. But you need the right set of instructions to do…
If you have a Google Apps for Work (formerly Businesses) and if you suddenly find yourself sending out a large amount of emails via tools like Yet Another Mail…
I quickly threw together a short URL expander using this API, JSONP calls via jQuery and a little Bootstrap after seeing this: See that bit.ly link? That shouldn’t…
Here’s a simple tool I made yesterday for converting multiple lines of pasted text into a Javascript array. See the Pen Convert Multiple Lines to Javascript Array by Francis…
Months ago, I was playing around with the Microsoft Kinect (1 and 2) as I had some ideas around integrating gesture recognition with an eCommerce API. Of course…
I created DEVANZ. It stands for Developers (coders) of Australia & New Zealand, and the motto is ‘Developing (coding) Australia & New Zealand’. What do you think, pretty cool?…
The ingredients: Linux server running Node.js + Express (might work on Windows?) Node modules: mysql, body-parser MySQL installed Chrome with Tampermonkey (alternatively Firefox and Greasemonkey) You might wonder,…
I’ve recently been playing around with Node.js quite a bit. In my opinion, the major advantage of Node.js is that it allows for super-fast, rapid development. For example,…