Material Design
Posted in interview Interview Material Design

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…

Continue Reading...
Web Workers
Posted in ES6 HTML Interview Javascript jquery js TS typescript

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…

Continue Reading...
HTML5 Canvas
Posted in HTML HTML5 Javascript

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…

Continue Reading...
JavaScript
Posted in ES6 Interview Javascript jquery js TS typescript

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…

Continue Reading...
Posted in Amazon Web Services AWS Interview

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…

Continue Reading...
Python
Posted in django Interview python

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…

Continue Reading...
SEO
Posted in Front end developer Interview SEO

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…

Continue Reading...
PWA
Posted in Progressive Web App PWA

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…

Continue Reading...
SASS
Posted in Angular angular 8 angularJS css css2 css3 flexbox css Interview less SASS SCSS

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…

Continue Reading...
SASS
Posted in css css2 css3 flexbox css Interview less SASS SCSS

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…

Continue Reading...