JavaScript does not have a construct to cast into a (different) type like many other languages but some built-in helpers can be used instead. Most notably,...
Continue reading...Post Types in WordPress
What Is a WordPress Custom Post Type? Custom post types are used to convert a regular WordPress website into a content management system. As the name...
Continue reading...JavaScript Operators
What is an Operator? In JavaScript, an operator is a special symbol used to perform operations on operands (values and variables). For example, 2+3; // 5...
Continue reading...Currying in JavaScript
Currying simply means evaluating functions with multiple arguments and decomposing them into a sequence of functions with a single argument. In other terms, currying is when...
Continue reading...Basics of Aws Amplify
What is AWS Amplify AWS Amplify is a JavaScript library for frontend and mobile developers building cloud-enabled applications. The library is a declarative interface across different...
Continue reading...