OpenID Connect login with Spring Boot
OpenID Connect (OIDC) is an identity authentication protocol, using the mechanism of OAuth2, to allow applications to delegate their login function to identi...
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...
What is Git Rebase The git rebase is a command in Git that allows you to modify the commit history of a branch by moving or combining a sequence of commits ...
When we have an application that collects inputs from users, we usually need to have some validation checks to ensure user inputs are within what is expected...
I was just trying out to bootstrap a website with NextJS and I wanted to apply the Blog template from Material UI Getting Started Templates but it wasn’t as ...