I'm a software engineer and passionate about Open Source. I like experimenting with Kotlin, in particular multiplatform projects. Here are some of my projects. If you like my work and you want to stay updated, please follow me on:
- GitHub
- Mastodon: https://androiddev.social/@jensklingenberg
HTTP client / Kotlin Symbol Processor for Kotlin Multiplatform (Js, Jvm, Android, Native, iOS) using KSP and Ktor clients inspired by Retrofit
- Showdown (Kotlin JVM/JS)
Showdown is a selfhosted open source web app/server, you can use for remote planning poker® with scrum teams. Try at http://showdown.fly.dev/#/
- Sheasy (Kotlin JVM/JS)
This an Android App that helps you share/manage your files on your Android Device through a WebInterface in the Browser - Built with Ktor and Kotlin-React
- KotlinReactNativeMpp (Kotlin JS)
A ReactNative App written with Kotlin JS
Community-driven collection of Jetpack Compose example code and tutorials https://foso.github.io/compose
- HtmlToComposeWebConverter (Kotlin JVM)
Intellij-based Plugin that can convert HTML to Compose for Web code.
- Folders2kt (Kotlin JVM)
A Interpreter/Transpiler for the Folders esoteric programming language, a language with no code and just folders, written in Kotlin
- KotlinCompilerPluginExample (Kotlin JVM/JS/Native)
This is an example project that shows how to create a Kotlin Compiler Plugin.The plugin will print "Hello from" and the name of the file that is being compiled, as a compiler warning to the terminal log.
- MpApt (Kotlin JVM/JS/Native)
Kotlin Native/JS/JVM Annotation Processor library for Kotlin compiler plugins
- Cabret-Log (Kotlin JVM/JS/Native)
Method call logging for Kotlin Multiplatform