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...css
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...CSS Variable?
What are CSS Variables? CSS variables are custom properties in which we can store a value and use it anywhere in the HTML code. CSS variables...
Continue reading...Useful Websites for Web Developers
Tools are always good friends of developers. There are many tools and resources available to make your life as a web designer/developer easier. The more useful...
Continue reading...DOM – Document Object Model
The Document Object Model (DOM) is a cross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is...
Continue reading...