Install Hyperfine on Ubuntu 20.04

Install Hyperfine on Ubuntu 20.04

Hyperfine is a tool that enables to benchmark commands. This tool runs command several times and measures execution time of it. This tutorial demonstrates how to install Hyperfine on Ubuntu...
Generate Password Hash in Laravel 9

Generate Password Hash in Laravel 9

When implementing authentication in a web application, we may need to hash the user's password. This tutorial shows example how to generate the password hash in Laravel 9 application. Laravel...