Hi there 🙋♂️ 🙋, I am Jens
I'm a software engineer and passionate about open-source. I like experimenting with Kotlin, especially multiplatform projects. Here are some of my projects:
Android
Community-driven collection of Jetpack Compose example code and tutorials rocket https://foso.github.io/compose
You want to store your critical secret keys in your Android App in a C file, but you don't want to deal with C? Let C-Crit Generator generate your C Keys file.
Kotlin
- 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
Kotlin Compiler
- 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
Kotlin Multiplatform
- 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://shwdwn.herokuapp.com/#/
- 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
HTTP client / Kotlin Symbol Processor for Kotlin Multiplatform (Js, Jvm, Android, Native, iOS) using KSP and Ktor clients inspired by Retrofit