Kotlin

Road to Kotlin - Nullables vs Optionals

One step of migrating from Java to Kotlin is the better handling of values that could be null

Read
Kotlin

Val, var, copy - Immutability in Kotlin

Adding a historical development to entities

Read
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