How To Use kotlinx.serialization with Ktor and Kotlin?
This article is all you need to know about how to set up kotlinx.serialization library in Ktor Server, Client, and WebSockets.
Articles
This article is all you need to know about how to set up kotlinx.serialization library in Ktor Server, Client, and WebSockets.
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 cover the most important scenarios of kotlinx.serialization in Kotlin and how to use it to your advantage.
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.