InfoQ Homepage QCon Software Development Conference Content on InfoQ
-
The Journey to Microservices from a Startup Perspective
Susanne Kaiser shares some experiences and challenges her team at JustSocialApps faced and still face during their microservices journey.
-
Take Two: Evolving Microservice Architectures
Andrew Hart talks about the architectural, operational, and cultural aspects of evolving a microservice architecture, highlighting the opportunities and challenges faced.
-
Presidential Campaigns & Immutable Infrastructure
Michael Fisher explores how Hillary’s campaign systematically approached every design decision to stay true to immutable principles, leveraging AWS infrastructure along with open source technology.
-
Building Microservices @Squarespace
Franklin Angulo discusses SquareSpace's journey from a monolith architecture to microservices including lessons learned, frameworks and OSS projects used, integration points with service discovery.
-
The Paved PaaS to Microservices at Netflix
Yunong Xiao discusses how Netflix standardizes common functionality like service discovery, configuration, metrics, logging, and RPC, across services.
-
Managing Data in Microservices
Randy Shoup shares microservices managing data patterns from Google, eBay, and Stitch Fix., talking on the need to access the data only through microservice's interface, communicate through events.
-
What Google Learned about Creating Effective Teams
Matt Sakaguchi talks about some of the practical research Google has done around building effective teams, along with key insights from the Pilot program at Google.
-
A Series of Unfortunate Container Events @Netflix
Amit Joshi and Andrew Spyker talk about Project Titus, Netflix's container runtime on top of Amazon EC2.
-
Survival of the Fittest - Streaming Architectures
Michael Hansen talks about the core principles that will stand the tests of streaming evolution, the potential pitfalls that we may stumble over on our path to streaming and how to avoid these.
-
Streaming for Personalization Datasets at Netflix
Shriya Arora discusses challenges faced with stream processing unbounded datasets, comparing microbatch with event-based approaches using Spark and Flink.
-
Doorman - An Osquery Fleet Manager
Marcin Wielgoszewski talks about how his company uses Doorman and osquery to provide visibility into their infrastructure to enforce security.
-
Streaming Microservices: Contracts & Compatibility
Gwen Shapira discusses patterns of schema design, schema storage and schema evolution that help development teams build contracts through better collaboration and deliver resilient applications faster