Be the BEST at your REST API!
ICYMI: Writing an API that works well and also easily for developers to implement is a must-have skill for any architect, designer, or team who is creating an API. It will matter much less if the API is being used for internal or external users because a well-written API will open many gates to excel at the intention of creating an API.
There is a long debate going on on the internet about the best ways to design the APIs, and it is one of the most discussed and sometimes fought topics among people. There are no official guidelines defined for how to make a perfect API. https://goo.gl/97gDYL #DataIntegration #ML
Monitoring using Spring Boot 2.0, Prometheus, and Grafana (Part 1 REST API)
ICYDK: In part 1, we will be creating a REST API for CRUD operations using Spring Boot 2.0, JPA, H2 Database, and SWAGGER UI for documentation.
We will be creating a simple application offering CRUD operations over REST for a person entity we shall be using https://goo.gl/DtvG1x #DataIntegration #ML