PHP, PrestaShop, WebDevelopment
Before we start to develop a simple module / widget, we need to set up our development environment. For that, we will use docker. You can use docker on Linux, Mac, and Windows (WSL2), hoverer there are small differences in usage and performance between those...
GIT, IT, IT Help Desk, WebDevelopment
To store passwords in GIT you need to be able to encrypt and decrypt the password. You can do that using GPG tool. Both tools are available for a variety of platforms. See the instruction below on how to install the tooling and at the very end how to use them to store...
DevOps, Symfony, Symfony 4, Symfony 5, WebDevelopment
Install scoop Installation under the administrator console has been disabled by default for security considerations. If you know what you are doing and want to install Scoop as administrator. Please download the installer and manually execute it with...
DevOps, Kubernetes, NginX, WebDevelopment
Prerequisites: Install Minikube (or use personal Cloud Cluster, for example AWS or Google Cloud)Install Kubectl * If you need help, see this Kubernetes setup tutorial Table of contents In this blog post, we will create a basic starter express application which will...