Projects with this topic
-
Kotlin Toolchain plugin for OpenAPI Generator. Wires the existing OpenAPI Generator tool into a ready to use plugin so Kotlin projects using Kotlin Toolchain can generate API clients, servers, and models from OpenAPI specs out of the box without additional workflow.
Updated -
Writing Spring applications in Kotlin, with the framework's first-class support.
Updated -
Unit tests are small isolated tests that check whether a method, class, feature, or component correctly implements its business logic.
Updated -
Use supabase-kt to talk to Postgres, authenticate users and upload files.
Updated -
Convert Kotlin objects to JSON and vice versa with kotlinx.serialization.
Updated -
Model one-to-many and many-to-many relationships in Room using @foreignkey and retrieve related data with @Relation (and @Junction)
Updated -
Room tries to support a lot of the standard SQL syntax.
Updated -
Persist non-primitive types in Room using TypeConverters or Embedded types.
Updated -
Let's explore the rest of the configuration for entities and DAOs
Updated -
Room aims to make using SQLite easier through a lightweight, annotation-based implementation of an object-relational mapping (ORM) engine.
Updated -
Ktorfit is an HTTP client using KSP and Ktor clients.
Updated -
A full-duplex session between browser and server over a single TCP connection, for applications that need data flowing both ways in real time.
Updated -
Connect a Ktor server to a database with Exposed, one transaction per request.
Updated -
HTMX brings AJAX, WebSockets and transitions to HTML without writing JavaScript.
Updated -
With Ktor HTML DSL, you can respond to a client with HTML blocks.
Updated -
Ktor's authentication plugin: identifying the user and protecting resources.
Updated -
A chat server built with Ktor and WebSockets in Kotlin.
Updated -
Ktor's HTTP client: making requests from a Kotlin application.
Updated -
KSP feeds Kotlin source code to processors, which can use that information to generate code, classes or resources.
Updated -
Serve and consume JSON with Ktor through content negotiation.
Updated