What is angular? Angular is a development platform, built on Typescript. As a platform, Angular includes: A component-based framework for building scalable web applications A collection...
Continue reading...Uncategorized
Lazy Loading Images
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...