This is basically taken from this guide: https://thishosting.rocks/install-php-on-ubuntu/, just added fpm to work with nginx
apt-get update && apt-get upgrade
apt-get install python-software-properties
add-apt-repository ppa:ondrej/php
This is basically taken from this guide: https://thishosting.rocks/install-php-on-ubuntu/, just added fpm to work with nginx
apt-get update && apt-get upgrade
apt-get install python-software-properties
add-apt-repository ppa:ondrej/php
Install the Windows Terminal: https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701
Install Cascadia Mono PL (CascadiaMonoPL.ttf): https://github.com/microsoft/cascadia-code/releases
(Right click and install for all users if this is not applied in the Windows Terminal after reboot)
Update the fontface in the Windows Terminal settings: "fontFace": "Cascadia Mono PL"
Callback : In computer programming, a callback, also known as a "call-after"[1] function, is any executable code that is passed as an argument to other code; that other code is expected to call back (execute) the argument at a given time. This execution may be immediate as in a synchronous callback, or it might happen at a later time as in an asynchronous callback. Source
Cardinality : Cardinality specifies how many instances of an entity relate to one instance of another entity. Source
CAP theorem (Consistency, Availability, and Partition tolerance)
Parallax scrolling is a web design technique in which the website background moves at a slower pace than the foreground. This results in a 3D effect as visitors scroll down the site, adding a sense of depth and creating a more immersive browsing experience. -- https://www.wix.com/blog/what-is-parallax-scrolling-explained-with-examples