Tags: kotlin
Ktor: Altering served content
Learn how to create Ktor plugins that transform response content, with a practical example of injecting scripts into HTML files.
Serving static files with Ktor
A guide to serving static files with Ktor, including configuration for default files, HTML minification, and proper MIME types.
Compiling a Kotlin application with Bazel
Part of the series: Creating a blog with Bazel
A comprehensive guide to building Kotlin applications with Bazel, including dependency management, testing, and static analysis with Detekt and Ktlint.
