Useful Online Links

Useful websites on the Internet that will make you smarter, increase productivity and help you learn new skills.

Date Tools

JavaScript JSON Date Parsing and Real Dates

External JavaScript > Console

Load External JavaScript Files from Browser Console

Helpful tool: Tampermonkey

SSH for Automation

SSH password automation in Linux with sshpass

Helpful reference: sshd_config

Check especially the PermitRootLogin section.

General

OAuth 2.0 Authorization Grant Types

The OAuth 2.0 Authorization Framework specification defines four flows to get an Access Token. These flows are called grant types. To decide which one is suited for your case depends mostly on the type of application. This section will provide you the overview of the flow.

Read more

General OAuth 2.0 Grant Types Flow

Javascript Object Creation Patterns

JavaScript has a multitude of styles for creating objects. But despite the variety and how different the syntax for each may look, they’re more similar than you probably realize.

Read more

General Javascript Object Creations Patterns