Laravel improve email validation

Laravel — Improve Email Validation

Let’s assume that in your Laravel application, you have a form in which you use a Form Request to validate several fields, including the email. To validate the email address, you use the email...

Git set initial branch name

Git Set Initial Branch Name

When you initiate a new repository, the name of the main branch is automatically set as master. Many people have become aware that the terminology master/slave should be replaced with something more appropriate. Most...

How to Setup PostgreSQL in XAMPP for Windows

How to Setup PostgreSQL in XAMPP for Windows

If you’re here, it means you’re already aware that XAMPP includes MariaDB right from the start. But, if you’re interested in setting up another database management system, like PostgreSQL, you’ll need to go through...

How to make VS Code transparent

How to make VS Code Transparent

In this step-by-step guide, we’ll be exploring a couple of ways to make VS Code transparent on Windows. You may want to opt for a transparent VS Code primarily for the aesthetics. Sometimes transparent...