InfoQ Homepage Microservices Content on InfoQ
-
Spring Data and In-Memory Data Management in Action
John Blum and Luke Shannon present and code a live Spring Boot-based application powered by Apache Geode (a.k.a. Pivotal GemFire) running on CloudFoundry.
-
Consuming Data Services with Spring Apps on Cloud Foundry
This talk covers how the Spring Boot and the Cloud Foundry Java Buildpack auto-configuration mechanisms work, their limitations, and how to explicitly configure connections when needed.
-
Spring Cloud with Consul and Vault
Spencer Gibb discusses how to integrate Spring Boot applications with Consul and Vault for Service Discovery, Configuration, Secrets, Event Bus and more.
-
Managing Secrets at Scale
Mark Paluch discusses keeping the security bar high while running services that require secrets, securely sharing and managing secrets (certificates, passwords, keys) using Vault and Spring Boot.
-
Elegant AWS Lambda
Mario Aquino demonstrates deploying services to the AWS Lambda platform, configuring these services, and interacting with them through logging and monitoring.
-
What Comes after Microservices?
Matt Ranney talks about the limits that some companies have encountered in their large microservices deployments and some non-microservices approaches to those same problems.
-
Writing Your Own Spring Boot Starter
Dieter Hubau explains the workings of a Spring Boot Starter project and goes over the necessary code for creating one using his recently developed starter for integrating Spring Social with Redis.
-
Mastering Chaos - A Netflix Guide to Microservices
Josh Evans talks about the chaotic and vibrant world of microservices at Netflix, exploring the cultural, architectural, and operational methods that lead to microservice mastery.
-
10 Ways to Get Super Productive with Spring Boot
The authors discuss Spring Boot: development cycle with Devtools, H2 web console, persistent web sessions, managing cache, static resources in web apps, evolving a database schema and more.
-
Spring Boot @ PayPal
Fabio Carvalho and Eduardo Solis from PayPal discuss adding Spring Boot to their RESTful Java framework providing a microservices architecture based on cloud, CI, Docker and embedded containers.
-
Operating a High Velocity Large Organization with Spring Cloud Microservices
Noriaki Tatsumi discusses building a microservices architecture on Spring Cloud that's reliable, resilient, and scalable.
-
gRPC 101 for Spring Developers
Ray Tsang discusses using gRPC's streaming API to build sophisticated real-time applications, diving into integration with Maven, Gradle, Spring Boot and RxJava.