InfoQ Homepage Presentations
-
Code in the Cloud with Eclipse Che and Docker
Stevan Le Meur, Florent Benoit explain how to setup a workspace in Eclipse Che, how to create the environment using Docker, and show some of the advanced features of the IDE.
-
Examining Low Pause Garbage Collection in Java
John Oliver takes a look at both G1 and Shenandoah, explaining how they work, what are their limitations, providing tuning advice. He also looks at recent and future changes to garbage collection.
-
Collaboration and Alignment Towards a Common Purpose
Shen Yang discusses how Rally Software scales Agile through "Big Room Planning" which helps surface all problems and dependencies and enables decisions to be made and actions to be taken in real time.
-
Pair Programming
Jon Jagger takes a look at pair programming, a technique focused on the team rather than the individual, wondering why it is not more used if it as effective as some of the evidence shows.
-
Let's Treat Eclipse Neon More Like a Product
Wayne Beaton overviews the current state of Eclipse, discussing how to improve the user experience, support channels, and how to tap into the funding available to work on Eclipse IDE improvements.
-
Immutable Infrastructure: Rise of the Machine Images
Axel Fontaine looks at what Immutable Infrastructure is and how it affects scaling, logging, sessions, configuration, service discovery and more.
-
Unfrying Your Brain with F#
Andrea Magnorsky discusses active patterns, computation expressions, parsers, using type providers and more. These language features help make code simpler and easier to maintain.
-
Java 9 - The (G1) GC Awakens!
Monica Beckwith talks about G1 pause (young and mixed) composition, G1's remembered sets and collection set and G1's concurrent marking algorithm, providing performance tuning advice.
-
The Mechanics of Testing Large Data Pipelines
Mathieu Bastian explores the mechanics of unit, integration, data and performance testing for large, complex data workflows, along with the tools for Hadoop, Pig and Spark.
-
Hot Code is Faster Code - Addressing JVM Warm-up
Mark Price explores the life cycle of Java code, and how the JVM evolves the runtime representation of code during program execution, providing tips to make sure Java code runs fast.
-
Nordstrom’s 114-year-old Culture in the Tech Era
Sarah Lake Hagan explains what NorDNA is, how they introduced this concept to the Nordstrom Technology teams, and shows concrete examples of how the employees have embraced this culture.
-
React Native in Production
Adam Miskiewicz goes beyond the React Native docs and talks about best practices for building responsive and production-ready React Native applications with Redux, Relay, and GraphQL.