Posts

12 July 2022

How to add Google ReCAPTCHA v3 to web form

This article explains client and server side implementation of Google ReCAPTCHA v3 and best practices how to read and use validation results.

6 July 2022

How to move all files (including hidden) into another directory

Move files including hidden ones from one to another directory via terminal console on Ubuntu or similar OS

7 April 2022

Common JavaScript Array Methods

Most common JavaScript array methods I found useful in everyday situation

12 March 2022

Apache RewriteRule Flags

What does common flags like [NC], [QSA], [F], [G] [L] means?