<Saragam />

May 19, 2024

Cascading Nature of CSS

The term 'cascading' refers to a manner in which information is passed on to the next step where the progression or the flow is influenced by the previous step.

June 8, 2024

Handling Cross-Origin Resource Sharing

Cross-Origin Resource Sharing (CORS) is a security mechanism implemented by web browsers to restrict access to resources from a different domain.

July 3, 2024

State and localStorage in React

Combination of state and localStorage is an essential concept for developers to store, manage and persist data in React.

;