Introduction to Segment TreesSegment tree is an efficient data structure that’s commonly utilised for range queries. It’s a static binary tree with a height balanced…Aug 25, 2021Aug 25, 2021
Idempotent REST APIsIdempotence in REST API is designed to consider that API consumers can make mistakes of sending the same request repeatedly.Aug 16, 20211Aug 16, 20211
Introduction to Red-Black TreesA red-black tree is a self-balancing binary search tree, with an additional attribute color stored with each node. Red–black tree offers…Aug 9, 20211Aug 9, 20211
Service DiscoveryOne of the challenges in micro-service architecture is how services communicate with each other. With dynamic change in the number of…Jun 26, 20211Jun 26, 20211