Microservices is an architectural style where autonomous, independently deployable services collaborate to form the whole application.
All Posts
- The problem of matching the preferences of one group of entities with the preferences of another group of entities is found in many areas. In 1962, David Gale and Lloyd Shapley presented an algorithm which solves generalized version of these problems.
- Learn basics of Azure Table Storage, a NoSQL datastore. Perform operations on tables and entities through code.
- In unit testing we verify the correctness of our code whereas in integration testing we test communication with the external systems.
- Use Builder pattern to create a simple and concise API which helps you write setup code/data needed for testing easily.
- Find nearby location efficiently using Geohash. It is an encoding system used to encode geographical points to short strings.