System Design | Implementation Rule Book | CheatSheet
By Prithvi Atal, Engineer, Driving High-Performance Solutions
Thursday, December 20, 2018
OC Principal of SOLID Design
›
The-openclosed-principle: Open to Extension: Collections. Sort(<>, comparator) - It is just the comp...
Sunday, September 30, 2018
Power of Mockito.
›
1. Spy @Spy ClassToBTested classToBTested= new ClassToBTested(); 2. Call RealMethod @Mock mockedClass when(mockedClass).doSo...
Sunday, July 22, 2018
Elastic Search Setup Concepts
›
-ES in NRT search framework. - Only a small latency from a document is indexed until it is searchable. - Latency is of 1 s...
Sunday, April 15, 2018
Service Discovery for Micro Services
›
Service Registeries Providers Apache Zookeeper Consul Etcd Service Discovery with Spring Boot Consul Provides support for -...
‹
›
Home
View web version