InfoQ Homepage QCon Software Development Conference Content on InfoQ
-
React+Redux at Scale
Daniel Cousineau looks at how React and Redux scale, not just in terms of quantitative performance, but in terms of architecture and team participation.
-
Serverless Platform: Scientific Computation @Scale
Diptanu Choudhury talks about the platform they are developing at NASA for running computations as functions which would make it easier for researchers to program their applications & algorithms.
-
What Does Speed Mean in Software Product Delivery?
Jason Yip explores the way of thinking about "high velocity" and gives specific examples of concepts and practices to try from his experiences at ThoughtWorks and Spotify.
-
More Reliable Delivery with Monte Carlo & Mapping
Conal Scanlon talks about how to use Monte Carlo simulations to remove the guesswork from planning, story mapping to discover the story up front, and reviews an example of how to automate a forecast.
-
Development Metrics You Should Use But Don't
Cat Swetel discusses new ways and tools to visualize a team’s reliability and variability of delivery using the data already collected.
-
Migrating Speedment to Java 9
Dan Lawesson talks about his experience migrating Speedment to Java 9.
-
Serverless Security and Things That Go Bump in the Night
Erik Peterson discusses Serverless architectures and what they mean for the future of cloud applications. Peterson also explores how existing security challenges change and new ones emerge.
-
C# 7, 8 and beyond: Language Features from Design to Release to IDE Support
Kevin Pilch tours C# 7, highlighting new features -pattern matching, tuples, local functions and more-, sharing insights into the language design process, and discussing potential features for C# 8.
-
The Top Five Secrets to Improving Team Communication
Debbie Madden discusses a five step plan to improve communication on a team, and to create a team that people want to be a part of, providing an actionable plan to work on.
-
The Java Evolution of Eclipse Collections
Kristen O'Leary talks about some of the newest features from the 8.0.0 release including the use of Java 8 features such as Collectors, Optional and SummaryStatistics.
-
Fearless AWS Lambdas
John Chapin overviews JVM on AWS Lambda, and gives strategies, tips, and examples for developing efficient, performant AWS Lambda functions in a variety of JVM languages.
-
Scaling Event Sourcing for Netflix Downloads
Phillipa Avery and Robert Reta describe how Netflix successfully launched their Download feature with the use of a Cassandra-backed event sourcing architecture, describing the event store implemented