Blog

A number of articles have been written as part of the Mobile master class. The contents have evolved due to the fast pace of the topic "mobile". Here are my articles and project contributions on mfg: https://mfg.fhstp.ac.at/author/it201506/

Here is an insight into the individual blog articles (currently only available in German):

20.02.2022

Stimulus

Stimulus, a modern JavaScript framework that can easily complement an existing HTML DOM. But why is Stimulus a useful tool?

All in all, Stimulus is a ~30kb library that contains small, reusable JavaScript blocks that can be included in HTML through small hints.

Read more on MFG
19.02.2021

CSS-Architekturen

To keep track of all the CSS files in a large project, a certain structure is needed. Especially if the project extends over a longer period of time. According to (Guerriero, 2020), the CSS architectures compared all focus on two goals. These goals are efficiency and consistency. The aim is to ensure that the time in development can be used as well as possible and that all developers work in the same way (Guerriero, 2020).

Read more on MFG
06.01.2021

SSH Schlüssel & GitLab

SSH (Secure Shell) keys are an access authorisation used in the SSH protocol. The keys come in many sizes, the most popular choice being an RSA 2048 bit encryption, which is comparable to a 617 digit password. SSH keys are therefore always in pairs and each pair consists of a private and a public key.

Read more on MFG
06.01.2021

App Varianten – Was ist was?

The decisive factor is usually not whether one or the other is better. The primary question is which solution can best meet the requirements. In addition, there is the question of the budget and the required functions and design variants. The following figure compares the advantages of native apps, cross-platform apps, hybrid apps and web apps.

Read more on MFG