At well over 20 years old, Java continues to evolve & change. Track focuses on how Java is evolving and covers Spring 5, ASync, Kotlin, AI/ML applications, serverless, and the 6-month cadence plans.
Track: Evolving Java
Location: Seacliff ABC
Day of week:
Track Host: Wes Reisz
Wesley Reisz is the former VP of Technology at Section (an Edge Compute Platform). Wes also chairs the San Francisco edition of QCon.
Before joining Section, Wes served as the product owner for all of the English speaking QCon conferences worldwide, was a principal architect with HP Enterprise Systems, and, for over 13 years, taught as an adjunct professor for the University of Louisville (Go Cards!).
At HPE, Wes’ primary roles supported the US Army’s Human Resources (HRC), Recruiting, and Cadet Support Commands based at Fort Knox, Kentucky. Wes was the Principal Architect for US Army Cadet Command and was known for championing, building, and deploying enterprise portal and identity solutions used by Army Recruiting.
In addition to Wes’ current roles, he co-hosts a weekly podcast called The InfoQ Podcast. The InfoQ Podcast serves senior early adopter/early majority developers and architects with interviews from some of software’s most important thought leaders. The podcast has been downloaded over 1.5 million times and has a weekly listener base of around 14K.
Fresh Async With Kotlin
Asynchronous programming is on the rise. Modern software systems are connected and constantly communicating. Programming languages are adding some form of asynchronous programming like async/await. However, Kotlin had taken a fresh approach to this problem with Kotlin Coroutines.
In this talk, we’ll study various approaches to asynchronous programming, their evolution, differences and similarities. We’ll see the problem with the traditional async/await approach that is based on futures/promises and how the Kotlin’s solution that is based on concepts of coroutines and continuations is giving us safer and easier programming model.
Servlet vs Reactive: Choosing the Right Stack
When Netflix upgraded their main gateway, serving 83 million users, from Servlet based, blocking Zuul 1 to the Netty based, non-blocking Zuul 2, the results were interesting and nuanced with benefits and trade-offs. Spring Framework 5 provides a similar choice with Servlet based Spring MVC and the new reactive, web framework called Spring WebFlux.
How do you make sense of this choice? The key is to understand the trade-offs and pick the right stack for the job at hand. Of course you also need understand differences in the execution models and the impact on the programming model you use.
In this session we'll discuss these questions and also use demo code.
Lessons Debugging Serverless JVM Functions
Microservices (and now serverless) pose a lot of interesting challenges when it comes to monitoring. Decoupling of code down to the "function" level offers a *lot* of interesting opportunities in terms of efficiently architecting code, but many a time does so at a loss of context. The lose of context makes monitoring of apps and performing Root Cause analysis of issues harder than what it used to be in monolithic (and even SOA) architectures. This talk condenses some of the serverless monitoring research and practices into an experience rich talk full of actionable advice for those implementing serverless.
Continuous Optimization of Microservices Using ML
Performance tuning of microservices in the data center is hard because of the multitude of available knobs, the large number of microservices and variation in work loads, all of which combine to make the problem combinatorially intractable. Maintaining optimal performance in the face of continuous upgrades to the service, and of the platform software and hardware, makes the problem even harder. As a result, lots of performance is typically left on the table, and data center resources wasted. We share our recent experiences in applying a technique from machine learning, called Bayesian optimization, to the performance tuning problem. We describe the implementation of a service for continuously optimizing microservices in the data center using this technique.
Java 9: Tips on Migration and Upgradability
Join Bernard Traversat, Vice President of Java SE Development at Oracle to discuss migration strategies for Java 9 and the important of the new Java 9 module system to improve Java code upgradability. As the speed of deployment in the cloud is accelerating, the compatibility and upgradability of cloud services are becoming critical. The Java 9 modular runtime and module system provide a fundamental new way to assemble and protect compatibilities between Java code. This session will review the compatibility and upgradability stand taken by leading developer’s platforms (Java, JavaScript, Node.js, Python, Go), cover the new Java 9 features (module system, modular runtime, multi-jar packaging, Jdep, etc), and discuss migration strategies to migrate your existing code to Java 9. The session will provide number of useful tips to ease the migration of your code to Java 9.
Last Year's Tracks
Monday, 1 November
-
Microservices / Serverless Patterns & Practices
Evolving, observing, persisting, and building modern microservices
-
Practices of DevOps & Lean Thinking
Practical approaches using DevOps & Lean Thinking
-
JavaScript & Web Tech
Beyond JavaScript in the Browser. Exploring WebAssembly, Electron, & Modern Frameworks
-
Modern CS in the Real World
Thoughts pushing software forward, including consensus, CRDT's, formal methods, & probabilistic programming
-
Modern Operating Systems
Applied, practical, & real-world deep-dive into industry adoption of OS, containers and virtualization, including Linux on Windows, LinuxKit, and Unikernels
-
Optimizing You: Human Skills for Individuals
Better teams start with a better self. Learn practical skills for IC
-
Open Spaces
Tuesday, 2 November
-
Architectures You've Always Wondered About
Next-gen architectures from the most admired companies in software, such as Netflix, Google, Facebook, Twitter, & more
-
21st Century Languages
Lessons learned from languages like Rust, Go-lang, Swift, Kotlin, and more.
-
Emerging Trends in Data Engineering
Showcasing DataEng tech and highlighting the strengths of each in real-world applications.
-
Bare Knuckle Performance
Killing latency and getting the most out of your hardware
-
Socially Conscious Software
Building socially responsible software that protects users privacy & safety
-
Delivering on the Promise of Containers
Runtime containers, libraries, and services that power microservices
-
Open Spaces
Wednesday, 3 November
-
Applied AI & Machine Learning
Applied machine learning lessons for SWEs, including tech around TensorFlow, TPUs, Keras, PyTorch, & more
-
Production Readiness: Building Resilient Systems
More than just building software, building deployable production ready software
-
Developer Experience: Level up your Engineering Effectiveness
Improving the end to end developer experience - design, dev, test, deploy, operate/understand.
-
Security: Lessons Attacking & Defending
Security from the defender's AND the attacker's point of view
-
Future of Human Computer Interaction
IoT, voice, mobile: Interfaces pushing the boundary of what we consider to be the interface
-
Enterprise Languages
Workhorse languages found in modern enterprises. Expect Java, .NET, & Node in this track