SESSION + Live Q&A
Serverless and Java in the Real World
The siren song of Serverless lures developers in with promises of “only write business logic” and “deliver value quickly”, but it’s often unclear how to actually work on large-scale, real world Serverless applications, especially in an old-school language like Java. Concerns like incremental builds, configuration management, and continuous delivery are incredibly important. More so than the actual underlying technology, how these process concerns are addressed determines whether your team truly realizes the benefits of a Serverless architecture.
In this talk, Symphonia co-founder John Chapin builds on the themes of his QCon 2017 talk, “Fearless AWS Lambdas”, and describes the nuts and bolts of building large-scale Serverless applications using Java. He walks through the efficacy of a Java approach to a variety of Serverless use cases, and through live examples demonstrates pragmatic approaches to developing scalable, evolvable, multi-Lambda applications.
Speaker
Johnathan Chapin
Cloud Technology Consultant with an expertise in Serverless Computing
John Chapin is a co-founder of Symphonia, an expert Serverless and Cloud Technology Consultancy based in NYC. He has over 15 years of experience as a technical executive and senior engineer. John was previously VP Engineering, Core Services & Data Science at Intent Media, where he helped...
Read moreFind Johnathan Chapin at:
From the same track
Modular Java Development in Action
Since Java 9, a brand new module system is part of the Java platform. This isn’t your average language feature: making the most out of it may involve rewiring your brain. In this session we explore the benefits of a modular codebase using Java 9 modules. After reviewing the basic concepts of...
Sander Mak
Fellow & Software Architect @luministech
Neural Networks Across Space and Time
This is an intro-level talk on deep learning. We’ll start with a brief introduction to deep neural networks, why they are important and how they work. The talk will then cover two of the most important deep neural architectures: convolutional networks which excel at handling images and...
Dave Snowdon
Staff Engineer @VMware
Java at Scale
Java is on billions of devices but what does that really mean? How far can you take Java? Whats the smallest device you can run it on and what’s the largest? What about cloud or clusters or containers or even new types of hardware? In this talk learn more about how Java and the JVM cope with...
Steve Poole
Developer Advocate @IBM
Is Boilerplate Code Really So Bad?
Many JVM languages promote "less boilerplate code" as one of their selling points. Even updates to Java in recent years have removed unnecessary syntax. While this is clearly meant to be a Good Thing, many of us - particularly if we've been writing Java for a long time - think "so what?". Our...
Trisha Gee
Java Champion, Engineer and Evangelist