Podcast

Past Presentations

You Build It, You Secure It

Early on in the "cloud" era, Werner Vogels offered his famous quote "You Build It, You Run It". With DevOps this has become a mantra for shared responsibility between developers and operations. Operations learned how to process infrastructure as code and participate early in the supply chain of a...

John Willis Founder @botchagalupe
Securing Serverless – By Breaking In

Serverless rocks the security boat. Ad-hoc servers we don’t manage rids us of certain security concerns, while the proliferation of cheap micro services raises others. In this talk, we’ll experience these security concerns live. We’ll break into a vulnerable Serverless application and...

Guy Podjarny Co-founder @Snyk.io
Streaming SQL Foundation: Why I ❤ Streams+Tables

What does it mean to execute robust streaming queries in SQL? What is the relationship of streaming queries to classic relational queries? Are streams and tables the same thing conceptually, or different? And how does all of this relate to the programmatic frameworks like we’re all familiar...

Tyler Akidau Engineer @Google & Founder/Committer on Apache Beam
Data Consistency in Microservice Using Sagas

The services in a microservice architecture must be loosely coupled and so cannot share database tables. What’s more, two phase commit (a.k.a. a distributed transaction) is not a viable option for modern applications. Consequently, a microservices application must use the Saga pattern, which...

Chris Richardson Java Champion and Author of POJOs in Action
Designing Services for Resilience Testing @Netflix

As an industry, we focus on designing microservices for availability. However, we don’t tend to speak about enabling these same services for resiliency testing. In a perfect world, you wouldn’t need resiliency testing, but that’s not the reality we are currently facing. This talk covers...

Nora Jones Senior Chaos Engineer @Netflix
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...

Rossen Stoyanchev Spring Framework Committer @Pivotal

Interviews

Rossen Stoyanchev Spring Framework Committer @Pivotal

Servlet vs Reactive: Choosing the Right Stack

What’s the motivation for this talk?

Spring Framework 5 provides two web stacks. One is a classic, Servlet stack with blocking I/O that most Java enterprise applications use today. The other is a Reactive stack that's built on an event-loop, non-blocking execution model and can handle high concurrency with less hardware resources. The motivation for this talk is to...

Read Full Interview

Less than

0

weeks until QCon San Francisco 2019

Registration is $2780.00 ($0 off) for the 3-day conference if you register before Dec 31st
SAVE YOUR SEAT

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.