01/04/2019
lightbend/config configuration library for JVM languages using HOCON files - lightbend/config
Computer Programming is an art. I want to show different real time programming issues and solving co
01/04/2019
lightbend/config configuration library for JVM languages using HOCON files - lightbend/config
05/03/2019
ReactiveX/RxJava RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. - ReactiveX/RxJava
03/03/2019
What are microservices? Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of loosely coupled services, which implement business capabilities. The microservice architecture enables the continuous delivery/deployment of large, complex applic...
26/02/2019
CSS - position In order to make more complex layouts, we need to discuss the position property. It has a bunch of possible values, and their names make no sense and are impossible to remember. Let's go through them one by one, but maybe you should bookmark this page too.
21/02/2019
Reactive programming with Java 8 and simple-react : The Tutorial Java 8 Reactive Programming with simple-react
18/02/2019
Understanding Retry Pattern With Exponential Back-Off and Circuit Breaker Pattern - DZone Integration Continuing reading for an in-depth discussion about the retry design pattern and its relation to the circuit breaker pattern.