An open API service indexing awesome lists of open source software.

https://github.com/phxql/phxql


https://github.com/phxql/phxql

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Welcome to my GitHub page! My name is Moritz Halbritter (born Kammerer).

I code mostly on the JVM with Java and Kotlin. This is my private account and in no way affiliated with my employer. If you're looking for my professional account, [see here](https://github.com/mhalbritter/).

The (in my mind) most interesting repos on this profile are:

## Applications

* [sonarqube-to-prometheus](https://github.com/phxql/sonarqube-to-prometheus) - Exports SonarQube metrics to Prometheus. You can then use Grafana to visualize them or define alerts
* [mr-canary](https://github.com/phxql/mr-canary) - A TCP reverse proxy with canaries built in. No Kubernetes needed!
* [maven-to-plantuml](https://github.com/phxql/maven-to-plantuml) - Plots a graph showing your module dependencies in a Maven build
* [vhd-compact](https://github.com/phxql/vhd-compact) - Compacts dynamically sized Windows Disk Images (VHDs)

## Libraries

* [argon2-jvm](https://github.com/phxql/argon2-jvm) - Argon2 password hashing algorithm for the JVM using JNA to call a C library
* [argon2-playground](https://github.com/phxql/argon2-playground) - Small showcase to demonstrate Argon2 password hashing without the need of a C library
* [snowflake-id](https://github.com/phxql/snowflake-id) - Generates 64 bit ids which are roughly sortable across multiple systems without a central instance.

## Tools

* [kotlin-one-epub](https://github.com/phxql/kotlin-one-epub) - Small helper script to download the Kotlin documentation and create a epub so that you can read the Kotlin documentation on your ebook reader

## Misc

* [java-maven-skeleton](https://github.com/phxql/java-maven-skeleton) - A preconfigured maven project with sane defaults. I use this as a starting point for new projects
* [plantuml-templates](https://github.com/phxql/plantuml-templates) - Better looking PlantUML templates if you want to document your stuff

# Contact

Check my [website](https://www.mkammerer.de/contact/) for contact information.