When a user visits a website, we see a popup notification which informs us that the website is using cookies for tracking and asks us…
Firebase Hosting
Introduction Firebase Firebase is a web application and mobile development platform that provides us with various server side features. It…
CSS Animations vs Javascript Animations
Basically let’s start with the main question and later we will see what they are individually. So, What is animation?…
What is DENO and what does it promise?
Deno is a type of program for running JavaScript and TypeScript code outside a browser. It is based on the…
ATOMIC DESIGN METHODOLOGY
Atomic design is a new methodology proposed by “Brad Frost” a web designer, speaker, consultant, writer, and musician from Pittsburgh, PA for building…
Common units in CSS and when to use
The units used in CSS for defining the size like font-size, width, height, border-width, border-radius, etc. can roughly be categorised…
N-API and its Benefits
Since the beginning I am working as Front End developer I love to work with JS and all UI…
Frequently used ES6 features
Introduction ES6 is a huge JavaScipt update, jumping right from 2011 to 2015. It introduced a bunch of whole new…
What is BEM..?
Introduction BEM could be a popular naming convention for classes in HTML and CSS. It makes your code scalable and…
Basic setup for Unit Testing React Components using Jest
React is a JavaScript library for building user interfaces. React is used to build single page applications. React allows us to…