All Posts
How to convert Map to Array in Javascript / Typescript
- Sriram Thiagarajan
- August 9, 2022
Learn how to convert your map variable in javascript/typescript into an array variable....
How to deploy React vite apps to Netlify
- Sriram Thiagarajan
- July 24, 2022
In this article, learn about how to deploy your finished React apps built with Vite to Netlify....
Testing a React application with Vitest
- Sriram Thiagarajan
- May 7, 2022
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
- Sriram Thiagarajan
- April 24, 2022
Learn about Data Models, Schema, and Schema Viewer in MDM. ...
Informatica MDM Hub Architecture with Core and Optional components
- Sriram Thiagarajan
- April 24, 2022
This post covers in detail MDM Hub architecture and goes into detail about various aspects of Inform...
Basics of Informatica MDM (Master Data Management)
- Sriram Thiagarajan
- April 16, 2022
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?
- Sriram Thiagarajan
- April 7, 2022
You can convert string to integer type in golang using the Atoi() function from the strconv package....
Golang - What is epoch?
- Sriram Thiagarajan
- April 4, 2022
What is epoch value? Learn about how to calculate the epoch value in Go....
Svelte Basics - Each block - Part 5
- Sriram Thiagarajan
- April 3, 2022
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
- Sriram Thiagarajan
- March 25, 2022
Learn about how to add if and else block syntax in Svelte...