JavaScript

JavaScript – Compare Arrays – Get Matching Unique Values from two Arrays

In this guide, we will discuss how to compare and get matching values like strings or numbers from two Arrays? The result will be the set of values that are available in both arrays. While working in Javascript may need to compare two arrays to find intersection values that are matching and fetch out the […]

JavaScript – Compare Arrays – Get Matching Unique Values from two Arrays Read More »

Regex for GUID in Java, Angular, React, C, Python, VueJS

A Globally Unique Identifier (GUID) is a unique reference number used in software development to identify resources or components. In this article, we will be discussing the concept of GUID and its structure. Further, we will explore the use of regular expressions (regex) to validate GUIDs in various programming languages and frameworks such as JavaScript,

Regex for GUID in Java, Angular, React, C, Python, VueJS Read More »

State Management in Layman’s Terms: A Beginner’s Guide to Understanding

In state management, the goal is to manage the state of an application in a centralized and organized way. Here are the main concepts in state management: State: The state represents the data or variables that determine a component’s behavior and render information to the user. Actions: Actions are events or payloads of information that

State Management in Layman’s Terms: A Beginner’s Guide to Understanding Read More »

Heading Highlighting Floating Widget – Boost User Engagement and Navigation

Creating a floating widget for your website can be a great way to engage users and provide them with easy access to important sections of your website. In this tutorial, we will show you how to create a floating widget using JavaScript, CSS, and HTML that highlights the active heading as the user scrolls, and

Heading Highlighting Floating Widget – Boost User Engagement and Navigation Read More »

JavaScript PreloaderJS | How to Pre / Post Load Assets like Images, CSS, JS files using Preload JS liberary

In this post, we will discuss How to load assets like images, CSS files, js files and another type of files in lazy load manner using Preload JS library. Using Preload we can check how much data is loaded and also check progress in percentage. Preload Js can be used in a number of scenarios

JavaScript PreloaderJS | How to Pre / Post Load Assets like Images, CSS, JS files using Preload JS liberary Read More »

Resolved! Disable Alphabetical Sorting of JSON Attributes in Response from C sharp Service

JSON response received on the client side is generally in alphabetical order. This happens when we don’t add any sort order on our server-side API layers. In one of my project, there was a situation in which I wanted to add columns in Excel file from JSON response, as JSON attributes( In my case colum

Resolved! Disable Alphabetical Sorting of JSON Attributes in Response from C sharp Service Read More »