Pinned Repositories
actix-postgres-crud
WIP: building a Rust crud server with actix connected to Postgres within a Docker container
aikido-dojo-homepage
The Hugo (static site generator) source files of the homepage of my aikido dojo
aws-lambda-emailsender
An AWS Lambda written in Kotlin to send an email via the AWS Simple Email Service
empty_collections
is a dart package that provides permanent empty collection classes with const constructor and access to remove methodes
java_to_kotlin_config_demo
a project in 3 versions (pure Java, Java mixed with Kotlin, pure Kotlin) with a multi-module Maven configuration
pikaday_datepicker
Provides an Angular2 datepicker component by wrapping the lightweight pikaday js-library.
pikaday_datepicker_angular
provides a datepicker as Angular 4(or higher) component
pikaday_datepicker_angular2
provides a datepicker as Angular2 component
tarot
a Tarot Celtic Cross GWT web app
vthreads_with_kotlin_demo
showcasing the usage of JDK21-VirtualThreads from Kotlin
simon-void's Repositories
simon-void/aikido-dojo-homepage
The Hugo (static site generator) source files of the homepage of my aikido dojo
simon-void/java_to_kotlin_config_demo
a project in 3 versions (pure Java, Java mixed with Kotlin, pure Kotlin) with a multi-module Maven configuration
simon-void/vthreads_with_kotlin_demo
showcasing the usage of JDK21-VirtualThreads from Kotlin
simon-void/actix-postgres-crud
WIP: building a Rust crud server with actix connected to Postgres within a Docker container
simon-void/aws-lambda-emailsender
An AWS Lambda written in Kotlin to send an email via the AWS Simple Email Service
simon-void/aws-lambda-emailsender-rust
An AWS Lambda written in Rust to send an email via the AWS Simple Email Service
simon-void/blog_void2unit
my dev blog
simon-void/chess_compress_urlsafe
compress/decompress moves of a chess match in a minimal-ish and url-safe manner
simon-void/chess_replay_rs
a web frontend to replay a chess game backed by a wasm lib written in Rust
simon-void/first-angular-app
Following a tutorial from a Udemy course
simon-void/graalvm_kotlin_ktor_serialization
testing out native compilation of a Kotlin webapp with KTor using GraalVM
simon-void/kotlin-ext-mockserver
make mock-server more ergonomic to use in Kotlin
simon-void/ksp-service-logger-embedded
testing of annotation processing via KSP
simon-void/ksv4ever
A Kotlin library for parsing csv-files with unreliable column order. I wrote this library at Which?.
simon-void/ktor_serialization_demo
showcasing ktor setup using kotlinx.serialization
simon-void/linux-scripts
collection of scripts
simon-void/lox-kotlin
WIP implementation of the Lox programming language in Kotlin
simon-void/manuals
usefull tips/commands for several programs
simon-void/minimal-cxf-setup-with-gradle-springboot3-kotlin
CXF demo project with SpringBoot3, Gradle and Kotlin
simon-void/minimal_js_rust_setup
minimal example of JS-Rust/WASM interop (no bundler)
simon-void/native-kotlin-echo-ktor
trying out Ktor with Kotlin's own to-native compilation (without GraalVM)
simon-void/native-spring-echo-java
testing out native compilation with Spring Native using GraalVM
simon-void/native-spring-echo-kotlin
testing out native compilation of a Kotlin webapp with Spring Native using GraalVM
simon-void/simon-void.github.io
Aikido Dojo Homepage - Under Construction
simon-void/spring_test_demo
trying out how to use tests with @WebMvcTest, @SpringBootTest and TestRestTemplate
simon-void/SpringWebAOP-MCVE
A minimal showcase of my issue with Spring AOP
simon-void/vauk
a/symetric de-/encrypt according to vau protocol
simon-void/voidchess
voidchess is a simple chess program written in Kotlin (originally Java)
simon-void/voidchess_engine_rs
A chess engine written in Rust.
simon-void/wasm_from_rust_workspaces
PoC of splitting Rust code to be compiled to wasm into workspaces