InfoQ Homepage Presentations
-
Lean Startup: Why It Rocks Far More Than Agile Development
Joshua Kerievsky discusses Lean Startup -a disciplined, scientific and capital efficient method for discovering and building products and services that people love-, comparing it with Agile.
-
Keeping Movies Running Amid Thunderstorms!
Siddharth Anand presents how Netflix’s architecture evolved from a traditional 3-tier configuration to a cloud-based one, detailing the scalability and fault tolerant issues encountered.
-
iOS Networking: Bonjour, Cloud!
Chris Adamson introduces several iOS networking APIs: iCloud, Bonjour, GameKit, CFNetwork, Foundation, Media APIs, and System Configuration.
-
Your Cloud and RabbitMQ
Alexis Richardson discusses how messaging is performed in the cloud from a Management, Integration, Scale and Federation perspective, demoing vFabric RabbitMQ’s implementation of AMQP.
-
Everything I Ever Learned about JVM Performance Tuning @twitter
Attila Szegedi shares lessons learned tuning the JVM at Twitter, spending most of his talk discussing memory tuning, CPU usage tuning, and lock contention tuning.
-
Moving Back to Scrum and Scaling to Scrum of Scrums in Less than One Year
Rafael Maranzato tells the story of a team who initially failed to adopt Scrum, but they tried again, successfully adopting it and moving to Scrum of Scrums within one year.
-
Building Mobile HTML5 Apps in Hours, Not Days
Aditya Bansod explains the benefits of creating mobile applications with HTML5, demoing creating such an application with Sencha Designer 2.
-
Banking Case Study: Scaling with Low Latency using NewSQL
Jags Ramnarayan and Jim Bedenbaugh present the case of a bank who adopted SQLFire, covering the business requirements, the scalability issues, patterns used and the chosen solution.
-
To Java SE 8, and Beyond!
Simon Ritter discusses the future of Java, taking a look at proposed features and roadmap for Java 8 through 12.
-
Generic Programming Galore Using D
Andrei Alexandrescu discusses generic programming, showing how to solve generic tasks with D, tasks that are difficult or impossible to perform with other languages.
-
Back to the Future: Sockets and Relational Data in Your (Windows) Pocket
Dragos Manolescu introduces some of the new features in Windows Phone Mango - TCP and UDP sockets, network preferences and local storage –, discussing their optimization for lower power consumption.
-
CoffeeScript: JavaScript Evolved
Scott Davis introduces CoffeeScript through a demo, showing how to create a Hello World application and why it is an improvement over JavaScript.