The "this" keyword in JavaScript behaves quite differently than similar constructs in other languages, such as "this" in Java or "self" in Python. (more…)
Read more »
Async Await was the incarnation of the Promise. Javascript ES7.
Read more »
Social Login buttons like the ubiquitous Login with Facebook/Google/Twitter/... button is convenient for users as they don't have to go through a lengthy registration process and create yet another username/password. And without a proper password manager ... (more…)
Read more »
A complete overview of the JavaScript landscape in 2020: trends about front-end and Node.js frameworks, tooling, state management... (more…)
Read more »
How to chain methods in JS in order to write concise and readable code. (more…)
Read more »