Recent
pihole-unbound-docker
A docker-compose setup that maintaines a Pi-hole DNS with an with an upstream Unbound recursive DNS all hosted locally.
The Hitchhiker`s Guide to Binary-to-Text Encoding
This article provides an overview of various bytes-to-text encodings, including Binary, Octal, Decimal, Hex, Base26, Base32, Base36, Base58, Base64, Ascii85, and Base122. I will show you their respective properties and when to use what.
Snippet: A Turndown Plugin parsing Stack Overflow HTML answers
A Turndown Plugin parsing Stack Overflow HTML answers; converts it to GitHub-Flavored-Markdown (GFM) with correct language. Turndown is a JS Markdown Parser
Snippet: A hugo shortcode that obfuscates email addresses
A hugo shortcode that obfuscates email addresses; makes it more difficult for bots to crawl it from your website. Add the html file to your “layouts/shortcodes/” folder then you can use it in your content.
docker-minipaint
This is a dockerized version of the miniPaint project by viliusle, a web/node based paint tool to self host.
How to Centralize your Checkstyle Configuration with Maven
Maintaining Checkstyle configs in a multi-repo project can be a chore. Let maven help you to create a global one.
Q: Java: convert a byte array to a hex string?
This was originally posted as an answer to the question “Java: convert a byte array to a hex string?” on stackoverflow.com.
rocketchat-exporter
A simple script exporting chats from a rocket chat instance using the public REST API. Useful if no administrative access is possible.
Q: Spring WebFlux differences when Netty vs. Tomcat is used under the hood
This was originally posted as an answer to the question “Spring WebFlux differences when Netty vs. Tomcat is used under the hood” on stackoverflow.com.
A Better Way to Protect Your Database IDs
A new approach on protecting your internal IDs with a strong cryptographic schema and many other useful features. Inspired by HashIds.