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...
Working with file system we may need to get the file size in bytes. Programming languages provides various methods to do that. A table includes a links to posts with...
Working with image processing we may need to get the width and height of an image. Programming languages provides methods to do that. A table includes a links to posts...
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...
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...
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...
There are various ways to authenticate an API user in Laravel application. API authentication can be implemented using Laravel Passport, Laravel Sanctum, etc. External packages offer great features, but there...
Laravel provides various Artisan commands under the make: namespace which allows creating empty controllers, models, listeners, providers and many other types of classes. This means that we don't need to...
SHA3-224 is a cryptographic hash function that accepts a string of any length and returns a 224-bit fixed-length digest value, commonly represented as a sequence of 56 hexadecimal digits. SHA3-224...
SHA-224 is a cryptographic hash function that accepts a string of any length and returns a 224-bit fixed-length digest value, commonly represented as a sequence of 56 hexadecimal digits. SHA-224...