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...HTML
Promises in Javascript
What is a Promise? JavaScript is a single-threaded programming language, which means only one thing can happen at a time. Before ES6, we used callbacks to...
Continue reading...JavaScript ES6 classes
ES6 introduced classes in JavaScript. Classes are just the templates for the object in JavaScript. Class Declaration Classes in javascript are basically template for the creating...
Continue reading...jQuery Effects
What are JQuery effects? jQuery enables us to add effects on a web page. jQuery effects can be categorized into fading, sliding, hiding/showing and animation effects....
Continue reading...jQuery Event Methods
What is jQuery Event Methods? In most web applications, the user does some action to perform an operation. For example, the user clicks on the save...
Continue reading...