Skip to main content

2017 Posts

December 2017

Getting GraphQL in your API

Convincing your team to change up technologies can be challenging. Convincing my team to use GraphQL was not, mainly due to simplicity in getting a GraphQL prototype up and running using Apollo's Launchpad and our existing REST API.

May 2017

April 2017

February 2017

Managing Data Flow in React Native

I go through how to manage remote data-flow in a React Native application, using 5 of different techniques including starting with Promises and eventually getting to how I now got to GraphQL.

Queues in Go

Queues are an abstract data structures when the collection of data are kept in order. Items can be enqueued to add to the queue and dequeued to be removed from the queue.

January 2017

Stacks in Go

A Stack is an abstract data type that serves as a collection of elements with two principle operations, pop and push. Writing Stacks in Go is a great way to learn the language, which I will explain further in this post.

Type to search blog posts