InfoQ Homepage Presentations
-
Streaming Auto-scaling in Google Cloud Dataflow
Manuel Fahndrich describes how they tackled one particular resource allocation aspect of Google Cloud Dataflow pipelines - horizontal scaling of worker pools as a function of pipeline input rate.
-
Project Jigsaw in JDK 9: Modularity Comes To Java
Simon Ritter looks at the fundamentals of how modularity in Java works, explaining the impact project Jigsaw has on writing apps, and how encapsulation will change in JDK 9.
-
Microservices for a Streaming World
Ben Stopford discusses using stream processing tools for real-time business apps, handling infinite streams, leveraging high throughput, deploying dynamic, fault-tolerant, and streaming services.
-
Business Mapping: Building an Agile Organization
Tony Grout, Chris Matts talk about the emerging areas of Business Mapping and Skills Liquidity, achieving business agility by combining business strategy with the abilities and aspirations of people.
-
How Comcast Uses Data Science and ML to Improve the Customer Experience
Jan Neumann presents how Comcast uses machine learning and big data processing to facilitate search for users, for capacity planning, and predictive caching.
-
Is It Possible to Run a 100% Remote Team?
Jeremy Edberg discusses remote teams and the pitfalls they’ve run into, the parts that are working well, and a summary of their research talking to other fully or partially remote teams.
-
Creating a Debt-aware Culture
Aaratee Rao discusses some practical and real world examples of how some well-known hyper growth companies accumulated and managed technical debt.
-
Quora's Approach to Moving Fast Sustainably
Nikhil Garg talks about the mental frameworks, processes and tools that allow Quora to strike a good balance and move fast sustainably, both in the short-term and in the long-term.
-
Culture and the Games People Play
Roy Rapoport discusses the power of alignment (or lack thereof) using real-world examples, his experience introducing Python in production, and the organizational structures and culture within Netflix
-
The Myth of the Qualified Developer
Pete Smith shares from his experience, discussing what it means to fail and how to make the most of it
-
Reactive Systems: From Drug Development to Functional Programming
Jonathan Graham takes a look at the Reactive Manifesto and Functional Programming from the perspective of the pharmaceutical industry and the quality of the processes used to produce drugs.
-
RxJava and SWT: Out with Events, in with FRP
Ned Twigg discusses using RxJava to wrap SWT events, looking at a few simple SWT UI's, and coding them using raw SWT and then again using RxJava.