FLAMON TECH Blog

flamontech-google-reCaptcha-v3-feature 3

Google reCAPTCHA v3 PHP Ajax Example (GitHub Link)

If you have a website, you need to protect your users from bots. Bots are trying leaked passwords, posting spam & scraping your content. The reCAPTCHA “I’m not a robot” checkbox changed the way...

Git 1

Git delete remote & local branch

Git Delete a remote & local branch command. You can easily  delete the branch in this way. Executive Summary $ git push <remote_name> -d <branchname> $ git branch -d <branchname>   STEP#01TITLE: GET ALL...

Guake Terminal Keyboard Shortcut 0

Guake Terminal Keyboard Shortcut

Guake is a very good terminal for the UNIX-based Operating System. It is a drop-down terminal for Linux with GNOME Desktop Environment. In this paragraph, I would like to discuss some advance keyboard shortcut...

What’s new in Laravel 8 1

What’s new in Laravel 8

Laravel 8 is now released and includes many new features including Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting improvements, time testing helpers, dynamic blade components, and many more features   Here is the shortlist...