DevWorld 2019

I recently attended /Dev/World in Melbourne this week. This is Australia’s only iOS developer conference. Here is my summary of the conference. Themes There were a few themes that gleaned from the talks. These were; Swift is the most talked about language in this space People are still using Objective-C Cross platform remains a hot… Continue reading DevWorld 2019

Right To Left design considerations for mobile apps

We truly live in a global and inter connected society. But have you tested your app using a Right to Left (RTL) language such as Arabic? This blog post is a reflection on some of the design considerations to keep in mind when accomodating this. Why does this matter? Arabic is one of the top… Continue reading Right To Left design considerations for mobile apps

Serverless Days Sydney 2019

I attended Serverless Days in Sydney Today. Overall it had a good sense of community, the venue and food was top notch. This is a community run conference and there’s always good representation from the main serverless cloud providers here. *Cough* Google/AWS/Microsoft *Cough*. Alibaba made an appearance too. Are we at a serverless tipping point?… Continue reading Serverless Days Sydney 2019

Getting started with Google Cloud server less functions

Do you know how many lines of code you need to deploy a google cloud server less function? Short Answer – 4 exports.helloWorld = (req, res) => {  let message = req.query.message || req.body.message || ‘Hello World!’;  res.status(200).send(message);}; https://cloud.google.com/functions/docs/quickstart-nodejs Wait, what’s a server less function? Have you heard of micro services? This is like that… Continue reading Getting started with Google Cloud server less functions

Turning 30

I’m turning 30 next week and I’m actually looking forward to it. A lot of people say, “life is all downhill after 21” but I reckon the next decade of my life is going to be pretty awesome. Age is nothing to be ashamed of. It’s a measure of how many revolutions around the sun… Continue reading Turning 30

Published
Categorized as Finances