SESSION + Live Q&A
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 better.
This talk uncovers the process of architecting the new npmjs.com website, and examines how the changing landscape of development tooling has shaped it throughout its lifetime. It will also address the challenges tools must address in the near-future, and how we hope our experience building the new npmjs.com website can help the wider community.
Speaker
Katie Fenn
Software Engineer @npm
Katie Fenn is a software engineer at npm. She works with all aspects of the web, particularly JavaScript, CSS, Node.JS and ops. When not at her desk, she is usually in the pool or on her bike in the Peak District.
Read moreFind Katie Fenn 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
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
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...
Chris Biscardi
Product Engineer @Honeycomb