React – a simple Route component
Implement a light weight Route component amd no need to load third party library. (Inital implemented in React 18) import React from 'react'; import PropTypes from 'prop-types'; interface RouteProprs{ path:string,…
Implement a light weight Route component amd no need to load third party library. (Inital implemented in React 18) import React from 'react'; import PropTypes from 'prop-types'; interface RouteProprs{ path:string,…
Create a Pipeline in Azure Devops, which will run on window-latest agent. Configuration values that will be used are: Azure Service Connection Kontent Project Id Kontent Management API Key You…
Converts a Json Object into a flat dictionary of property and values using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Text.Json; using System.Threading.Tasks; namespace ConsoleApp1 { public…