SESSION + Live Q&A
Parallelizing Product Development with GraphQL
In this talk we will cover how to drive API development forward with the data model as the source of truth using the GraphQL Schema Definition Language. In typical REST approaches, UI development is often blocked on APIs and API development is hampered by not knowing how clients are using the API. With a GraphQL approach the data model is the shared point of communication separating the implementation details of the endpoint from the implementation details of clients. Takeaways from this talk will include practical knowledge of Prisma, Apollo, GraphiQL, and more. The audience will also walk away knowing how to define a new GraphQL API, generate fake data, and communicate API evolution through directives. Whether building a new product, breaking up a monolith, or just plain prototyping GraphQL makes it easier to communicate and verify changes by focusing on data modeling rather than software abstraction.
Speaker
Chris Biscardi
Product Engineer @Honeycomb
Chris is a product engineer currently working at Honeycomb on Observability tools. Before Honeycomb, he spent most of his time independently consulting; taking breaks to build the UI team at Docker and the Design Systems team at Dropbox. In his spare time, Chris builds tools for maintainers...
Read moreFind Chris Biscardi at:
From the same track
WebAssembly (And the Death of JavaScript?)
JavaScript brought interactivity to the web more than 20 years ago, and despite numerous challengers, it is still the only language supported by browser. However, as those 20 years have passed we've moved from adding a little interactivity to largely static sites, to creating complex...
Colin Eberhardt
CTO @Scott_Logic
Reinventing npmjs.com
The npm website has some catching up to do. It began as the homepage for a fledgling open source project and it has grown to become the foremost resource for over 600,000 packages in the npm registry. It now needs to keep up with the expectations of modern users and evolve into something...
Katie Fenn
Software Engineer @npm
JavaScript Open Space
Enterprise Node.JS Apps in 2018
This talk is a candid and entertaining look at challenges facing node.js app developers in 2018. Reflecting on experiences building PayPal’s Send Money app we’ll look at how we respond to memory leaks, server crashes and bugs that only seem to reproduce on production. I’ll also address how...
Jamund Ferguson
JS Architect @PayPal
Observable JS Apps
Observability isn't just for backends. Client-side javascript applications are the original distributed systems software: real-time, heavily cached, single-paged, asynchronous, multi-domain, with polyglot persistence layers and cascading dependencies and always running massive amounts of JS. So...
Emily Nakashima
Engineer @Honeycomb & Co-Organizer of the AndConf Code Retreat / Unconference