Web Development

Web Development

Adding historization to entities

Adding a historical development to entities

Read
Testing

Automated Postman testing with OAuth

Handling endpoints protected by OAuth in automated testing

Read
Database

Linking entities to users in One-To-Many relationships

Having entities is all good and well, but now we need to link them to the users they belong to

Read
Security

OAuth token verification in Spring backends issue fixing

Fixing some issues in the Google OAuth token verification in a Spring Kotlin backend application

Read
Security

OAuth token verification in Spring backends

Google OAuth token verification in a Spring Kotlin backend application

Read
Security

OAuth for authentication and authorization in Kotlin Spring Boot applications

Implementing the theory and adding OAuth in the Kotlin Spring Boot Backend

Read
Security

Analysis of OAuth for authentication and authorization

Why to choose to make authentication and authorization easy with Google-powered OAuth for your application, as opposed to other methods of authentication

Read
CI/CD

Adding static code analysis with SonarQube in a Github Actions CI/CD pipeline

Have static code analysis performed on your code base upon every action taken

Read
Spring-Boot

Adding User entities

Everything belongs to a user, so let's add the user concept to the application

Read