Table of contents What is Image Lazy Loading? Why go for lazy loading images at all? Which Images can be Lazy Loaded? Lazy Loading Techniques for...
Continue reading...Visual Studio Code Extensions
About: Visual studio code, arguably the best code editor to use at the present time. Due to its wide range of extensions and support from Microsoft...
Continue reading...What’s New in Bootstrap 5
Bootstrap is one of the most popular CSS libraries. It allows developers to easily use beautiful styles and components and create responsive websites. Using Bootstrap can...
Continue reading...JavaScript Arrays
What is an array? An array is a special variable, which can hold more than one value. Syntax: const array_name = [item1, item2, …]; Example:...
Continue reading...Angular Cheat Sheet
Definition: Angular is a TypeScript based open-source web application framework used in building both web and mobile based applications. Angular CLI Angular gives us the ability...
Continue reading...