In this article, we will see how to encode and decode base64 strings while building APIGEE proxies. As part of APIGEE, we have BasicAuthentication policy which deals with base64 encoded authorization header. But if we want to deal with any…
In this article, we will see how to encode and decode base64 strings while building APIGEE proxies. As part of APIGEE, we have BasicAuthentication policy which deals with base64 encoded authorization header. But if we want to deal with any…
In this article we will see how we can leverage Java Flight Recorder feature as part of Java 11. Earlier it was one of the commercial…
Java 10 Local-Variable Type Inference
Allows the developer to declare variable by enhancing type inference.
What is Apache Kafka? Apache Kafka is a distributed streaming system with publish and subscribe the stream of records. In another aspect, it is an enterprise messaging system. It is highly fast, horizontally scalable and fault tolerant system. Kafka has…
In this article we will discuss OverOps which will monitor application and provides insights about the exceptions with code and the variable…
In this article, we will see what are the best practices we need to follow while logging microservices and the architecture to handle distributed logging in the microservices world. As we all know…
As part of microservices development, many of us are using Spring Boot along with Spring Cloud features. In the microservices world, we will have many Spring Boot applications which will be running on…
In this article, we will see the main features for Http/2 specification. Till Http/1 the request and response processing between the client and server is simplex. That is, the client sends the…
In this article we will see another JDK 9 feature to create immutable collections. Till Java 8, If we want to create immutable collections we use…
In this article, we will discuss jshell(Java Shell) Java 9 feature. We can explore jShell with JDK 9 Early Access Release. As of now the general availability of JDK9 is scheduled…