InfoQ Homepage Java Content on InfoQ
-
Cloud Foundry Networking: Enabling Direct Communication for Microservices
Angela Chin and David McClure overview PCF’s networking, how it integrates with Eureka and Spring Cloud Services, and run a live demonstration deploying microservices communicating with each other.
-
PKS: The What and How of Enterprise-Grade Kubernetes
Cornelia Davis and Fred Melo discuss the role of the container orchestration system in the IT landscape, and how PKS provides enterprise-class Kubernetes services.
-
Deep Dive into Pivotal Cloud Foundry 2.0
Jeff Hammond and Richard Seroter discuss the latest features introduced in PCF 2.0 and the vision for the platform’s future.
-
Fresh Async with Kotlin
Roman Elizarov talks about the traditional async/await approach that is based on futures/promises and how the Kotlin’s solution is providing a safer and easier programming model.
-
Performance beyond Throughput: An OpenJ9 Case Study
Marius Pirvu talks about the new advancements in the area of JVM performance using the latest open source JVM technology at Eclipse OpenJ9 running with OpenJDK.
-
Lessons Debugging Serverless JVM Functions
Tal Weiss condenses some of the serverless monitoring research and practices into an experience talk with actionable advice for those implementing serverless.
-
Java 9: Tips on Migration and Upgradability
Bernard Traversat talks about the new Java 9 features, and migration strategies to migrate existing code to Java 9. He provides a number of useful tips to ease code migration to Java 9.
-
Taming The Wild Frontier - Adventures in ClojureScript
John Stevenson discusses the benefits of using ClojureScript to write web applications.
-
Scala Typeclasses
Emanuele Blanco introduces Scala’s typeclasses, discussing when to use them and how to implement them, looking at some examples and figuring out how to do more with less code.
-
Cybercrime and the Developer: How to Start Defending against the Darker Side
Steve Poole discusses actions one can take (and some behaviors one must change) to create a more secure Java application for the cloud.
-
Homoiconicity: It Is What It Is
Stuart Sierra demonstrates the power that comes from having the same data representation at all layers: programming language, specification, database, inter-process communication, and user interface.
-
Disrupting Development Using Reactive Event Sourced Systems with Akka
Jan Ypma presents a system which exposes reactive events as a real-time streaming REST API.