Using Docker

April 11, 2018

What is Docker and Why Use It? Docker is the leading platform for developing, running and deploying applications within containers. A naive way of explaining a container is to refer to it as a wrapper for a piece of software. It isolates the software…

Using GraphQL (Part 1)

April 10, 2018

What is GraphQL and Why Use It? Technically GraphQL is only a specification for the behaviour of a GraphQL server. In practice it is a powerful query language used for APIs and a runtime to fulfill those queries. The current industry standard for…