Material Design Interview Questions
What is Materialize CSS? Materialize is a User Interface (UI) component library. Introduced by Google (2014 – Present), Material Design is a language that combines…
Web Workers
Javascript is single-threaded and multiple scripts can not execute at the same time. So if we execute any heavy computation task, then sometimes our page…
HTML 5 Canvas Interview questions
1) What is Canvas in HTML 5? It let us create graphics on the web page with the help of client-side scripting. 2) How does…
ES6/ES2015 Interview Questions
1) Could you explain the difference between ES5 and ES6 Answer: ECMAScript 5 (ES5): The 5th edition of ECMAScript, standardized in 2009. This standard has…
Top AWS Interview questions and Answers
1.What is Amazon EC2 service? Amazon Elastic Compute Cloud (Amazon EC2) is a Amazon web service that provides resizable (scalable) computing capacity in the cloud. You can use…
Python Interview Questions
What is Python? Python programming might seem simple and you might find it really easy to code. However, sometimes python interview questions might be tricky…
What is SEO? Does a front-end developer need to have SEO knowledge? Why?
It will be great if you have the knowledge of SEO There are few things, do when handling the front end. Menu Navigation – Include…
PWA Interview Questions
1) What is a progressive web app? Answer: The concept of the progressive web app (PWA) was approached by Google in late 2015. They are basically web…
Sass Interview Questions & Answers
1) What is Sass? Explain SASS stands for Syntactically Awesome Style Sheets. SASS is the extension of the CSS which describes the document in a…
What is Sass?
What is Sass? (syntactically awesome style sheets) Sass is a CSS preprocessor, which adds special features such as variables, nested rules and mixins (sometimes referred…