1. Install Precompiled TensorFlow Lite 2.18 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.10 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
  1. Install Precompiled TensorFlow Lite 2.18 on Raspberry Pi
  2. Install Precompiled Dlib on Raspberry Pi
  3. Install Precompiled libfacedetection on Raspberry Pi
  4. Install Precompiled OpenCV 4.10 on Raspberry Pi
  5. Install PHP 8.4 on Raspberry Pi
  6. Install Node.js 16 and npm on Raspberry Pi
Using Nullsafe Operator in PHP 8.0

Using Nullsafe Operator in PHP 8.0

Null is a type that has only one possible value null. The null value indicates that the variable doesn't have a value. However, due to null value, we might need...

Generate SHA3-384 Hash

SHA3-384 is a cryptographic hash function that accepts a string of any length and returns a 384-bit fixed-length digest value, commonly represented as a sequence of 96 hexadecimal digits. SHA3-384...

Generate SHA-384 Hash

SHA-384 is a cryptographic hash function that accepts a string of any length and returns a 384-bit fixed-length digest value, commonly represented as a sequence of 96 hexadecimal digits. SHA-384...

Read Data from YAML File

YAML is a text-based data format that commonly used to store application configuration. Basically, YAML consist of collection of key/value pairs separated by a colon (:). A table includes a...
Install MariaDB on Raspberry Pi

Install MariaDB on Raspberry Pi

MariaDB Server is a cross-platform relational database that allows to access data using SQL language. MariaDB Server is a fork of MySQL Server. This means that development of MariaDB was...