JModule - Sample Joomla! module template
Very simple, straight-forward & ready-to-install Joomla module. It was developed using version 3.9 of Joomla! CMS.
After installing, you can create arbitrary instances of the module and place them on any module position of your template.
It comes with 3 sample parameters which can be adjusted in the module settings.
The sample module content shows some static text and a PHP button, which prints some text to the div container nearby.
Read more ...
MagicMirror²: Development of the RVV departure monitor
By developing a departure monitor for the RVV (Regensburger Verkehrsverbund) train and bus system (ÖPNV / public transport), I extended the variety of the modules, offered by the amazing MagicMirror² project. Feel free to install the module to your MagicMirror installation and give me feedback about the behaviour or possible extensions.
Read more ...
Improve your workflow with git hooks
In order to extend the functionality of git, I recommend you the concept of hooks. They can be put into your Fetch/Pull/Deploy workflow at any desired level.
The most important thing to keep in mind is that they're just working locally. If you want to provide them on your repository provider (like github.com), you can make use of so-named web hooks.
Read more ...
How to create your own PKI with OpenSSL
Have you ever wanted to create your own PKI (Public Key Infrastructure), including Root-CA and several Intermediate CAs, a working OCSP-Responder and a client certificate generator?
You don't want to dig too deep into the details of OpenSSL, instead just start setting up your PKI running a couple of scripts?
Read more ...
How to to install a SSL certificate on Windows Server 2016
If you always feel annoyed of clicking and accepting an unknown or at least untrusted SLL certificate on a RDP (Remote Desktop Protocol) connection negotiation, you can provide a SSL certificate at this place. This can either be a purchased one for your public domain or just a common, locally-used certificate.
This guide shows how to put your certificate to a Microsoft Windows Server 2016 Standard (Build 14393) RDP connection.
Read more ...
git is the goal: Installation and management of a Version Control System (VCS)
I will here drop some thoughts and design recommendations that you should consider when migrating from a formerly used VCS (Version Control System) to a newer one. As I am a fan of the usage of workflow concepts, the periodic workflow scheme will be focused in this article.
Read more ...
Masterarbeit: Berechnung von Qualitätsindikatoren
Meine Studienlaufbahn und somit auch das Masterstudium der Fachrichtung Medizininformatik an der OTH Regensburg wird mit der Masterarbeit abgeschlossen.
Ihr Titel lautet "Entwicklung einer datenschutzkonformen Client-Server-Infrastruktur zur Berechnung von Qualitätsindikatoren der ambulanten Versorgung in heterogenen Praxisnetzen".
Die in diesem Rahmen entwickelte Software bietet niedergelassenen Haus- und Fachärzten die Möglichkeit, die Versorgung ihrer Patienten durch die Analyse von Qualitätsindikatoren zu verbessern.
Read more ...