Pinned Repositories
black-box-testing
Demonstrates the pattern of testing the behavior of microservices without caring about the implementation details.
cloudflare-logs-forwarder
AWS lambda function that listens for Cloudflare logs pushed to AWS S3 bucket, compacts and forwards them to a log aggregator
dbtest
Java library that enables fast integration tests against a containerized database
event-sourced-account
Frameworkless event-sourced account implementation
event-sourced-account-go
Event Sourced account implemented in go
gradle-plugins-sample
Different ways to share a Gradle plugin
postgres-cdc
A small library to capture data changes in PostgreSQL database (CDC). Useful for implementing transactional outbox pattern.
trans
Compiler for a subset of the C programming language.
rieske's Repositories
rieske/cloudflare-logs-forwarder
AWS lambda function that listens for Cloudflare logs pushed to AWS S3 bucket, compacts and forwards them to a log aggregator
rieske/postgres-cdc
A small library to capture data changes in PostgreSQL database (CDC). Useful for implementing transactional outbox pattern.
rieske/black-box-testing
Demonstrates the pattern of testing the behavior of microservices without caring about the implementation details.
rieske/event-sourced-account
Frameworkless event-sourced account implementation
rieske/event-sourced-account-go
Event Sourced account implemented in go
rieske/gradle-plugins-sample
Different ways to share a Gradle plugin
rieske/trans
Compiler for a subset of the C programming language.
rieske/brave
Java distributed tracing implementation compatible with Zipkin backend services.
rieske/dbtest
Java library that enables fast integration tests against a containerized database
rieske/java-service-gradle-plugins
An opinionated plugin for building, testing and packaging Java services
rieske/buildship
The Eclipse Plug-ins for Gradle project.
rieske/distributed-tracing-sapmles
rieske/exercises
rieske/gradle
Adaptable, fast automation for all
rieske/gradle-android-test-coverage
rieske/gradle-api-ide-sources
rieske/gradle-kotlin-performance-experiments
rieske/gradle-tips
Samples of some Gradle tricks that I stumbled upon and found helpful
rieske/gradle-tooling-api-experiments
rieske/micrometer-docs
Static website and documentation for Micrometer.
rieske/micronaut-service
Exploring the Micronaut framework for building production-ready services
rieske/minesweeper-kata
A test driven solution to the classic minesweeper puzzle
rieske/multi-repo-upgrades
You haven't followed the monorepo antipattern and have your services and libraries contained in repositories. Yet there are cases when you need to change something across them all. It doesn't need to be painful.
rieske/observability-examples
rieske/rust-payments-engine
rieske/samples
Samples/experiments when figuring things out
rieske/sonar-scanner-gradle
SonarQube Scanner for Gradle
rieske/spock-junit4-assumptions-reproducer
rieske/spring-boot-skeleton
rieske/tools-config
Configuration of various tools I use