There is no excerpt because this is a protected post.
Reading Time: 7 minutes REST, acronym for REpresentational State Transfer, is one of the most common architectural pattern used in client-server applications. RESTful web…
Reading Time: 9 minutes Lombok is a library expedite many tedious tasks and reduces Java source code verbosity. Lombok uses annotation processing through APT…