SESSION + Live Q&A
The Hitchhiker's Guide to Serverless Javascript
Tools like AWS’s Lambda, Google's Cloud Functions, and many others are allowing us to create “serverless” applications. At Bustle (a top 30 website in the US) we are taking full advantage of this new infrastructure. APIs, databases, searching, indexing, server side rendered javascript, are all being handled without deploying any of our own servers. And the best part? It costs orders of magnitude less than our old VM based deployments. I’ll walk attendees through our entire serverless stack. I'll talk about the good, the bad, and the ugly. I'll share real numbers from production systems.
The goal is that attendees will leave with concrete knowledge of what going serverless really means and be able to decide if it makes sense for their own infrastructure.
Speaker
Steve Faulkner
Director of Engineering @Bustle
Steve Faulkner is the Director of Platform Engineering at Bustle, where he is championing all things "serverless". Previously he co-founded the streaming music startup Murfie. He lives in Philadelphia.
Read moreFind Steve Faulkner at:
From the same track
Full-Scale Elm in Production
Elm is a functional programming language that compiles to performant JavaScript. At NoRedInk we have over 80,000 lines of production Elm code. It's the primary technology we use to build our Web application's user interface, which students around the world use to answer millions of questions per...
Richard Feldman
Elm Pioneer & Software Engineer @noredink
Adventures in JavaScript and the IoT
From installations to promote superstar DJs on trains speeding across Europe to sitting in Motorway LED billboards debugging wi-fi cards when the temperature drops below zero, our experience building for the IoT has highlighted just how unpredictable failure can be. This talk is a warts and all...
James Hall
Founder/Director @Parallax
Rebuilding The Monolith With Composable Apps
Working with JavaScript is exciting. There's constant change - in the language, the runtimes and the community. The last 24 months have seen the rise and fall of frameworks, libraries, platforms and best practises. All this change is great if you have the option to build smaller products, either...
Ian Thomas
Senior Principal Engineer @thestarsgroup
Microservices At The Heart of BBC iPlayer
The BBC iPlayer API used to be a monolithic Java application. Two years ago we switched to Node.js microservices and we have been iterating on it ever since. We have learnt many things along the way including how to keep distributed systems decoupled, how to monitor the health of our services in...
Cem Staveley
Software Engineer @BBC iPlayer