The point of this article is not to determine which database is the best, but to help uncover the factors to consider when selecting a database for your specific project.
In this article, we will be talking about implementing your own authorization server in a Spring Boot application, and we will also test a few types of grant types.
This article demonstrates how to use Debezium to monitor a MySQL database and then use Apache Avro with the Apicurio service registry to externalize the data schema and reduce the payload of each one of the captured events.
JavaScript parser — Acorn and AST help us automatically and efficiently edit source code. This post shows you how to build and edit the AST of JavaScript code.
Difficult to model the boundaries of your system’s microservices? If answers to any or many of such questions are yes, then Domain-Driven Design aka DDD is likely to be useful to your Team!