dummyCategory, Open Source Projects

netflix/hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex di…

Articles, dummyCategory

Java Interfaces

Java interfaces specify what methods a class implementing that interface should have, but the interface does not specify the exact implementation of the methods. This Java interface tutorial explains how Java interfaces work, and how to use them.

Articles, dummyCategory

API Design of Eclipse Collections – JVM Advent 2018

Eclipse Collections is an open source Java Collections Framework which enables writing functional, fluent code in Java. History Eclipse Collections started off as a collections framework named Caramel at Goldman Sachs in 2004. Since then the framework has evolved, and in 2012, it was open sourced to GitHub as a project called GS Collections. Over …