Silicon Valley Code Camp : October 13 & 14, 2018

Nic Raboy

HERE Technologies
About Nic
Nic is a Senior Developer Evangelist for HERE Technologies. He has released several native and hybrid mobile applications to iTunes and Google Play and writes about his development experiences related to making web and mobile app development easier to understand. He has experience in Unity3D, Apache Cordova, Java, NoSQL, SQL, and Node.js.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Powering an API with GraphQL, Golang, and NoSQL

    10:45 AM Sunday   Room: Town Square C
    Remember RESTful APIs? Remember how you had to create an API endpoint for every little thing and as your business grew, so did the data payloads of your API endpoints? Remember how tiring it is to consume data from large APIs via a frontend like Angular or React? Take GraphQL, a new concept that allows you to query your APIs rather than just consume data from them. Using GraphQL, you can query for data from your frontend using a single endpoint and no specific amount of data complexity. In this session, learn how to create an API powered by GraphQL using the Go programming language and a NoSQL database.