Metadata learningWhat is Metadata ? Metadata is simply data about data. It means it is a description and context of the data. It helps to organize, find and…May 11, 2021May 11, 2021
Java Enum fields & methods & constructorsAn enum is a special “class” that represents a group of constants (unchangeable variables, like final variables). To create an enum, use…May 11, 2021May 11, 2021
OpenAPI codegen examplesBelow two github repos contain my examples of use of OpenApi codegen:May 8, 2021May 8, 2021
Design Rate LimiterHigh level Architecture The basic idea of rate limiting algorithms is simple. At the high-level, we need a counter to keep track of how…Apr 3, 2021Apr 3, 2021