Skip to content

Instantly share code, notes, and snippets.

View Logifire's full-sized avatar
💻

Bo Andersen Logifire

💻
View GitHub Profile
@Logifire
Logifire / ud-ui-terminology.md
Last active September 26, 2024 21:06
UX / UI Terminologi

UX/UI Terminology

Parallax scrolling

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

Skeleton loader

@Logifire
Logifire / developer-terminology-list.md
Last active January 23, 2023 20:27
developer-terminology-list.md

Developer Terminology List

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)

@Logifire
Logifire / setup-windows-terminal.md
Last active June 6, 2020 06:24
My Windows Terminal setup
@Logifire
Logifire / 0-netbeans-wsl-php.md
Last active July 8, 2018 08:07
Netbeans, Windows Subsystem for Linux (WSL) and PHP

How to setup Netbeans to use PHP on WSL (Ubuntu 1604)

Install PHP 7.2

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