All Posts

How to convert Map to Array in Javascript / Typescript

Learn how to convert your map variable in javascript/typescript into an array variable....

How to deploy React vite apps to Netlify

In this article, learn about how to deploy your finished React apps built with Vite to Netlify....

Testing a React application with Vitest

Learn about testing React applications with Vitest. We will cover setting up react with vitest and s...

Data Models, Schema, and Schema Viewer in Informatica MDM Hub Console

Learn about Data Models, Schema, and Schema Viewer in MDM. ...

Informatica MDM Hub Architecture with Core and Optional components

This post covers in detail MDM Hub architecture and goes into detail about various aspects of Inform...

Basics of Informatica MDM (Master Data Management)

An introductory blog in this MDM Series where we will discuss Master Data, Business Problems associa...

How to Convert string to integer type in Go?

You can convert string to integer type in golang using the Atoi() function from the strconv package....

Golang - What is epoch?

What is epoch value? Learn about how to calculate the epoch value in Go....

Svelte Basics - Each block - Part 5

Svelte Each block can be used to loop through the items in an array to perform some task. Usually, i...

Svelte Basics - If / Else / If Else block - Part 4

Learn about how to add if and else block syntax in Svelte...