Swagger – Spring Doc

Hello Everyone, This article is for college students who want to know about swagger (open-api). Swagger is a library that sets a standard way to write documentation. It’s a common way of writing REST API documentation, so every new or existing developer, tester, and product manager can understand API’s workings…

Continue reading

Non-blocking Algo

Pre-requisites – Multi-threading. What is blocking?Blocking algorithm allows only one thread at a time to access a shared resource in a multi-threaded environment. A resource needs to be shared among a huge number of users but only one user is allowed to use it, a user uses a thread to…

Continue reading