InfoQ Homepage Programming Content on InfoQ
-
Zero to Testing in JavaScript
Pamela Selle introduces testing to JavaScript developers, showing how to make sure that the /js folder is not becoming a load of technical debt.
-
Security for Microservices with Spring and OAuth2
David Syer explores the new features in Spring OAuth2, providing guidance on what to use and when, and showing how easy they are to enable quickly.
-
Spring Boot and Netflix OSS
The authors present basic concepts about Spring Boot and Netflix OSS software and how to integrate Netflix OSS technologies into Spring Boot.
-
Building Reactive Applications with Reactor and the Reactive Streams Standard
The authors introduce the Reactive Streams project, demonstrating how to build applications that can connect to other Reactive Streams implementations in a completely non-blocking way.
-
Develop Powerful Big Data Applications Easily with Spring XD
The speakers show how to provide a scalable runtime environment, that is easily configured and assembled via a simple DSL.
-
Reactive APIs in Spray, Akka and Scala
Jan Machacek demos creating and using reactive APIs in Scala with Spray and Akka.
-
Introduction to Development on Android Devices
Muljadi Budiman introduces development for Android: setting up the emulator, using Eclipse, XML Layouts with typical controls, responding to events, device orientation, and sensors.
-
High Performance Reactive Applications with Vert.x
Tim Fox introduces and demos building lightweight reactive applications with Vert.x.
-
TSAR: How to Count Tens of Billions of Daily Events in Real Time Using Open Source Technologies
Gabriel Gonzalez introduces TSAR (TimeSeries AggregatoR), a service for real-time event aggregation designed to deal with tens of billions of events per day at Twitter.
-
UI: The Functional Final Frontier
David Nolen introduces Om, a ClojureScript library providing a functional layer on top of Facebook React for building MVC UIs.
-
TypeScript - Scaling up JavaScript
Jonathan Turner covers the challenges with growing and maintaining large JavaScript applications and how TypeScript addresses them.
-
Abusing CSharp 5
Jon Skeet entertains the audience with C# snippets that one should not use in real life.