InfoQ Homepage Development Content on InfoQ
-
Better Tests, Less Code: Property-Based Testing
Matt Bachmann presents a few patterns meant to inspire developers to get started with Property-based Testing.
-
Stored Procedures as a Service
Abhishek Tiwari discusses how to use stored procedures to create a fast-track API transformation program on top of legacy systems,migrating business logic into a service tier,one store proc at a time
-
API Specification Shootout
Justin Wood and Giovanni Vigorrelli compare and contrast RAML and Swagger, do a round up of the other specifications languages, and present some conclusions.
-
Automatic Discovery of Service Metadata for Systems at Scale
Martina Iglesias Fernández discusses Spotify’s approach to documentation through automatic discovery of existing endpoints, service configuration, and deployment information at runtime.
-
Java SE 9: Continuing to Thrive in the Cloud!
Bernard Traversat discusses JVM enhancements addressing cloud deployment requirements such as G1 GC, segmented code cache, contended locking, and density String.
-
Java Puzzlers NG S02: down the Rabbit Hole
Baruch Sadogursky and Viktor Gamov talk about Java puzzlers - streams, lambdas, monads, Optionals and CompletableFutures.
-
The Cuddly Throwable Application Server
Holly Cummins presents a getting-started-guide to the Internet of Things. What’s needed? How much does it cost? What’s the best way of making an embeddable device talk to the internet?
-
Hypermedia Myths and Misconceptions
Glenn Block discusses the truth and myth beyond some beliefs: the web was built for hypermedia, there is no REST without hypermedia, hypermedia is the magic cure for all API ills, etc.
-
IoT in the Cloud: Build & Unleash the Value in Your Renewable Energy System
Mark Heckler introduces the IoT & Cloud concepts and demonstrates how one necessitates the other.
-
I Can't Believe It's Not a Queue: Using Kafka with Spring
Joe Kutner talks about Kafka and where it fits in a Spring app and how to make it do things message queues simply can't.
-
Reactive Streams, j.u.concurrent, & beyond!
Konrad Malawski explains what the word Stream means, then looks at how its protocol works and how one might use it in the real world showing examples using existing implementations.
-
Instant Security and Scalable User Management in Spring Boot
Les Hazlewood goes beyond the traditional way to secure applications and deep dives into how Spring Security + Stormpath offer an instant user management system for Spring Boot applications.