#programming

# The cost of quality

8 min read

Martin Fowler writes about the quality of software in the article "Is quality worth the cost". I tend to believe this notion from personal experience.

Read

# Vue JS

7 min read

I recently had the pleasure in building a Vue ecommerce website for a large company in Australia. I was pretty appraensive about using it, mainly because all my frontend experience is in React and…

Read

# GraphQL Queries with Node

6 min read

Today I wanted to show you how you would build a very simple NodeJS backend complete with GraphQL. This will be more of an intro to GraphQL and it makes it easy to use something like Node as most…

Read