Explore projects
-
Example for deploying the base infrastructure for analyzing CloudFront access logs with Glue and Athena via CDK 2. See https://www.pachamamita.de/posts/aws/cloudfront-access-logs-athena-cdk/ for details.
Updated -
Example showing how to build and push a Docker image with kaniko via a GitLab pipeline into a private Docker registry. See https://www.pachamamita.de/posts/kubernetes/kaniko-gitlab-runner for details.
Updated -
Example project showing the use of @DisplayName and @Nested in JUnit tests. See https://www.pachamamita.de/posts/best-practices/junit-displayname-nested/ for details.
Topics: JUnitUpdated -
This project shows an example how to use the @All annotation to inject all types of a bean with Quarkus. See https://www.pachamamita.de/posts/quarkus/quarkus-inject-all-beans/ for details.
Topics: QuarkusUpdated -
Project showing how to call REST services asynchronously in Quarkus by combining Unis. See https://www.pachamamita.de/posts/quarkus/asynchronous-rest-calls-mutiny/ for details.
Topics: QuarkusUpdated -
Reproducer for the "Restarting handler chain for exception exception: jakarta.ws.rs.ProcessingException: java.io.IOException: Connection was closed" issue on retries
Topics: QuarkusUpdated -
Reproducer for the "java.lang.UnsatisfiedLinkError: no awt in java.library.path" problem in a natively compiled AWS lambda starting from Quarkus 3.2.0 on, fixed in 3.4.0 with https://github.com/quarkusio/quarkus/pull/35718.
Topics: QuarkusUpdated