For microservices, there is a tension between how we build services and how we approach the data that flows between them. Apache Kafka can help.
A Kubernetes Native Java stack tailored for GraalVM & OpenJDK HotSpot, crafted from the best of breed Java libraries and standards.
Build Microservices based on Vert.x and OpenAPI in Kotlin
My Slides from Microservices 2019 in Dortmund - actually two presentations. One about the migration to microservices, the other about reasons why microservices fail.
In this talk, I give some love to Angular and explain how I’ve solved authenticationissues in that framework.
Microservices lead to new challenges, making it necessary to find new technological approaches. Microservice frameworks are of course part of the solution, but they are certainly not the most important. Which technologies play a crucial role here?
A deep dive into some of the technical challenges and solutions to securing a microservice architecture. Microservices are great, and they offer us lots of options…
Randy Shoup discusses managing data in microservices and shares proven patterns and practical advice that has been successful at Google, eBay, and Stitch Fix.
Mosaic is a set of services, libraries together with a specification that defines how its components interact with each other, to support a microservice style architecture for large scale websites. While decomposing the backend into microservices is a widely adopted approach to achieve flexibility in development and operation, most frontend solutions are still running as a monolithic application. Mosaic addresses this issue by using Fragments that are served by separate services and are composed together at runtime according to template definitions. As a result, Fragments can be iterated on very rapidly, be more flexible in technology choices, and can better benefit from the extreme development pace of today's frontend technologies.