InfoQ Homepage Programming Content on InfoQ
-
Next Generation Client APIs in Envoy Mobile
Jose Nino guides the audience through the journey of Mobile APIs at Lyft, focusing on how the team reaped the benefits of API generation to experiment with the network transport layer.
-
Reactive Architectures with RSocket and Spring Cloud Gateway
Cora Iberkleid and Spencer Gibb give an overview of the key benefits of RSocket-based networking and introduce the integration of Spring Cloud Gateway with RSocket.
-
Spring Cloud Function: Write Once, Run Anywhere (for Real!)
Oleg Zhurakousky discusses the following Java APIs: Supplier, Function, and Consumer, as well as the Spring Cloud Function framework.
-
Pick Your Region: Earth; Cloudflare Workers
Ashley Williams discusses what affects the performance of web applications and how Cloudflare helps with that.
-
Using Lean Startup Principles outside of a Startup
Amanda Stockwell overviews the Lean Startup and Build Measure Learn frameworks, describing types of MVPs and how to choose between them, instructions to set up effective experiments and hypotheses.
-
Your Agile Transformation Sucks … Probably!
Mark Buchan provides a simple solution that is easy to apply and puts leaders in the driver's seat of their Agile Transformation.
-
Big Data Information Architecture for AI
Toby Woolfe discusses case studies (Watson Willow, the L’Oreal factory and Iplexia demo) to show a factory line manager talking to Watson.
-
Git Best-Practice - Keeping a Diary
Jachim Coudenys shows how to benefit from historical comments through versioning in Git.
-
Understand the Trade-offs of Using Compilers for Java Applications
Mark Stoodley examines some of the strengths and weaknesses of the different Java compilation technologies, if one was to apply them in isolation.
-
Safe Refactoring!
Jakub Pilimon talks about "Blue/Green Refactoring with Parallel Models".
-
Event-Driven Java Applications with Redis 5.0 Streams
Mark Paluch takes a look at how to integrate Redis streams into applications, and how to consume and produce messages to build a message-oriented Java application with Redis the Spring way.
-
Testing Spring Boot Applications
Andy Wilkinson takes an in-depth look at some of Spring Boot’s advanced testing features, including @MockBean, @SpyBean, and test slices.