Spring boot testing with MongoDB using TestContainers
When we need to test our spring boot application that is running MongoDB, it will by default connect to the MongoDB instance with the connection details in o...
When we need to test our spring boot application that is running MongoDB, it will by default connect to the MongoDB instance with the connection details in o...
MariaDB is a community-driven fork of the then open sourced MySql which was acquired by Oracle, and it is created by the original developers of MySql, and is...
Following my last article on creating OpenID Connect login with Spring Boot, we shall now enhance the application to create a user in our MongoDB database fo...
OpenID Connect (OIDC) is an identity authentication protocol, using the mechanism of OAuth2, to allow applications to delegate their login function to identi...
Why do we need to squash commits Sometimes when we are working on a feature, we might forget to run all the tests before we commit, and we could get test fa...