Codersee
Kotlin on the backend
Codersee
Kotlin on the backend
In this, 3rd article in a series, I will show you how to add role-based access control (RBAC / role-based security) to our Ktor project.
In this article, we will learn how easily we can automate our Kotlin project with git hooks on the example of Ktlint pre-commit check.
In the second article of my secure Ktor series, I will show you how to implement a JWT refresh token flow functionality.
In this, first article in a series, I will show you how to create a REST API with Ktor and secure it with JWT (JSON Web Token) access tokens.
This time, I will show you how to control scope with @DslMarker annotation when creating your DSLs in Kotlin.
Best Books For Kotlin Programmer - Clean Code - The Clean Coder - Clean Architecture - Kotlin Design Patterns - Kotlin in Action...
In this article, I will show you how to implement a secure REST API with Spring Boot 3, Spring Security, Kotlin, and JWT tokens.
In this article, I will show you how to pass data between workflows in GitHub actions- from workflow A to B (triggered by workflow_run).
In this quick tutorial, I will teach you how to create a GitHub Actions workflow and customize some basic settings.