排序
Java Serverless on Steroids with fn+GraalVM Hands-On
Java Serverless on Steroids with fn+GraalVM Hands-On, Java Serverless on Steroids with fn+GraalVM Hands-On Function-as-a-Service or Serverless is the most economical way to run cod...
Developer-friendly event sourcing
Developer-friendly event sourcing,Here's what event sourcing is about: Every time you make a change to the application state, you record the change as an event. You can replay the ...
Will a couple of line markers in IDE make your microservice code mode readable?
Will a couple of line markers in IDE make your microservice code mode readable?,Writing microservices has never been easy and does not become easier with growing codebases. All the...
A tentative comparison of fault tolerance libraries on the JVM
A tentative comparison of fault tolerance libraries on the JVM,If you're implementing microservices or not, the chances are that you're calling HTTP endpoints. With HTTP calls, a l...
Secure Spring Boot Application With Keycloak
Secure Spring Boot Application With Keycloak,After the announcement of spring security team, spring is no longer supporting its own authorization server. Spring security OAuth2 off...
Wednesday Links – Edition 2021-12-29
Wednesday Links - Edition 2021-12-29, Wednesday Links (20 Part Series) 1 Wednesday Links - Edition 2021-03-24 2 Wednesday Links - Edition 2021-03-31 ... 16 more parts... 3 Wednesda...
Tail Latency Amplification e Java
Tail Latency Amplification e Java,Você já se deparou com situações onde o tempo de resposta de sua API é impactado pelo tempo de resposta de outras API's consultadas? Ou de op...
Running Java Microservices in Docker
Running Java Microservices in Docker, Today, I managed to run my microservices in docker environment successfully. Table of Contents Build the microservices Deployment Verification...
5 Best Java Frameworks for Microservices and Cloud Native Development
5 Best Java Frameworks for Microservices and Cloud Native Development,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or service...
Microservices concepts – Java
Microservices concepts - Java, Microservices Concepts (Using Java technologies) In microservices we can have multiple services running, and each service can have multiple instances...
Deploying and Consuming Kafka event-driven messages in a Java-enabled Multi-Cloud environment
Deploying and Consuming Kafka event-driven messages in a Java-enabled Multi-Cloud environment,In an ever-increasingly complex world that we are living in, our expectation also rise...
Spring Cloud Config Server – Encryption and Decryption
Spring Cloud Config Server - Encryption and Decryption,While using Spring Cloud Config Server, we also have the feature to encrypt sensitive information that is otherwise stored as...