Recent Posts

Regular expresions in JS

1 minute read

There are two ways to create a RegExp object: a literal notation and a constructor. Parameters for literal notation are enclosed in slashes and do not use q...

Workflows

1 minute read

The workflow is the study of the operational aspects of a work activity: how the tasks are structured, how they are carried out, what is their correlative or...

One-Time Password

4 minute read

A one-time password (OTP), also known as one-time PIN or dynamic password, is a password that is valid for only one login session or transaction, on a comput...

Yubikey

2 minute read

The YubiKey is a device that makes two-factor authentication as simple as possible. Instead of a code being texted to you, or generated by an app on your pho...

Two-Factor Authentication

2 minute read

Two-Factor Authentication (2FA) works by adding an additional layer of security to your online accounts. It requires an additional login credential – beyond ...