Escribir en Español con un ordenador Alemán y Linux

Mi lengua materna es Alemán y este es el razón porque yo uso la configuración de ordenador alemán. Sí un alemán quiere escribir en Español yo recomiendo de cambiar el diseño del teclado a temporalmente y la lenguaje del sistema a Español. Eso es muy fácil con Linux.

diseño del teclado Español
diseño del teclado Español de Laogeodritt \ Creative Commons Attribution-Share Alike 3.0 Unported

Cambiar el diseño de teclado

Mande los siguientes comandos en el terminal para recargar la configuración del diseño del teclado:

# cargar el diseño del teclado Español
loadkeys es

Cambiar el idioma de ordenador

Mande los siguientes comandos en el terminal para configurar la Locale:

# instalar la lengua Español
"es_ES.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen
# activar la lengua Español para la sistema 
localectl set-locale LANG=es_ES.UTF-8

Otras sistemas

Este articulo es escribir para Manjaro Linux que basarse en Arch Linux. Me focaliza en este articulo on el CLI porque la configuración con el GUI depende del etorno de escritorio.

Si necesitas ayuda con tu sistema dame un comentario.

Hybrid Project Management

Source: https://unsplash.com/photos/5fNmWej4tAA

As a part of my GPM IPMA Level D certification I had to write a project report according to the requirements of IPMA. IPMA requires to use the classical project management tools to manage the project for the IPMA Level D report. Because of my practical experience with the negative aspects of classical project management methods I decided to use Scrum as an agile framework inside of the classical project management frame. This merges the best of both worlds: The theoretical predictability of the classical project management with the agility of Scrum. Hybrid project management can be a good solution for every company which stucks for external reasons in the classical project management frame, but wants to use a more agile project management framework. In my opinion specially projects in the public sector can be improved by using this tool set.

My IPMA Level D project management report can be found here:
https://github.com/kevinveenbirkenbach/infinito/blob/master/management/project_report_DE.pdf

Online Shop Programming

Source: https://unsplash.com/photos/W1B2LpQOBxA

For a coding challenge I programmed once an almost framework less online shop in a short time frame by using full stack technologies. As relational database I used MySQL. The back-end is programmed with PHP and the dependencies are managed with composer. On the front-end side HTML, CSS, JQuery, Javascript and Bootstrap are used. The code quality was improved by the use of PHPUnit. For easier shipping the applications runs in an Docker container. The full requirements for the coding challenge and the whole code base can be found in this repository:

https://github.com/kevinveenbirkenbach/coding-challenge-online-shop