https://github.com/phxql/phxql
https://github.com/phxql/phxql
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phxql/phxql
- Owner: phxql
- Created: 2021-04-16T06:44:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T15:42:45.000Z (over 3 years ago)
- Last Synced: 2025-10-11T11:15:13.089Z (10 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.