marcelkliemannel
Software Engineer, JVM Enthusiast and technical writer with a focus on architecture, backend, security, automation, DevOps, monitoring, and performance.
Potsdam, Germany
Pinned Repositories
asm-testkit
A test kit to create fluent assertions for the ASM Java byte code modification framework, built on top of AssertJ.
gradle-bitbucket-code-coverage-plugin
A Gradle plugin that provides the capability to publish code coverage to Bitbucket. Currently, only JaCoCo reports are supported.
intellij-byte-code-plugin
An IntelliJ plugin that provides a modern and powerful byte code analyzer tool window.
intellij-developer-tools-plugin
This plugin is a powerful and versatile set of tools designed to enhance the development experience for software engineers. With its extensive collection of features, developers can increase their productivity and simplify complex operations without leaving their coding environment.
intellij-gradle-utilities-plugin
An IntelliJ plugin that provides some useful utilities to support the daily work with Gradle.
intellij-jvms-manager-plugin
This IntelliJ plugin provides a task-manager-like tool window to monitor and manage Java Virtual Machines.
java-examples
A collection of Java sample projects (e.g. NTLMv2).
kotlin-onetimepassword
A Kotlin one-time password library to generate "Google Authenticator", "Time-based One-time Password" (TOTP) and "HMAC-based One-time Password" (HOTP) codes based on RFC 4226 and 6238.
quarkus-simplified-async-extension
A Quarkus extension that enables with `@Async` annotated methods to be executed asynchronously.
text-case-converter
This Java/Kotlin library provides an intuitive API for converting strings between different text cases.
marcelkliemannel's Repositories
marcelkliemannel/intellij-developer-tools-plugin
This plugin is a powerful and versatile set of tools designed to enhance the development experience for software engineers. With its extensive collection of features, developers can increase their productivity and simplify complex operations without leaving their coding environment.
marcelkliemannel/kotlin-onetimepassword
A Kotlin one-time password library to generate "Google Authenticator", "Time-based One-time Password" (TOTP) and "HMAC-based One-time Password" (HOTP) codes based on RFC 4226 and 6238.
marcelkliemannel/intellij-byte-code-plugin
An IntelliJ plugin that provides a modern and powerful byte code analyzer tool window.
marcelkliemannel/intellij-gradle-utilities-plugin
An IntelliJ plugin that provides some useful utilities to support the daily work with Gradle.
marcelkliemannel/intellij-jvms-manager-plugin
This IntelliJ plugin provides a task-manager-like tool window to monitor and manage Java Virtual Machines.
marcelkliemannel/java-examples
A collection of Java sample projects (e.g. NTLMv2).
marcelkliemannel/text-case-converter
This Java/Kotlin library provides an intuitive API for converting strings between different text cases.
marcelkliemannel/asm-testkit
A test kit to create fluent assertions for the ASM Java byte code modification framework, built on top of AssertJ.
marcelkliemannel/gradle-bitbucket-code-coverage-plugin
A Gradle plugin that provides the capability to publish code coverage to Bitbucket. Currently, only JaCoCo reports are supported.
marcelkliemannel/quarkus-centralized-error-response-handling-example
Example for a centralized error response handling and a custom error page in Quarkus.
marcelkliemannel/quarkus-simplified-async-extension
A Quarkus extension that enables with `@Async` annotated methods to be executed asynchronously.
marcelkliemannel/mac-java-dev-env-playbook
marcelkliemannel/marcelkliemannel
marcelkliemannel/marcelkliemannel.com
Personal website containing articles and a bookmarks collection mainly about software development and an overview over my projects.
marcelkliemannel/pSAT
C framework for SLS-SAT-Solvers with an implementation of Robust Tabu Search (RoTS) and Iterated Local Search with Simulated Annealing (ILS/SA).
marcelkliemannel/quarkus-frontend-example
Example for bundling Quarkus with web frameworks like Angular, React, Vue.js in Maven