Link: https://leetcode.com/problems/intersection-of-two-arrays-ii/ Solution: iterate through nums1, count the occurrence of each element and save the results in a
Continue readingCategory: Uncategorised
LeetCode Problems
Arrays Difficulty: Easy Monotonic Array Valid Mountain Array Relative Sort Array Decode XORed Array Intersection of Two Arrays
Continue reading
Azure Key Vault Keys Roll Over – Encrypting PII
Describing the problem – What happens if PII is stored as plain text? Many businesses that build software
Continue reading
Private NuGet Feed in Azure Pipelines with or without Docker
There are a couple of ways you can connect to your Azure Private NuGet Feeds and depending on
Continue reading
AWS Cross-Account Lambda Invocation
In one of my previous articles I wrote about how to Publish to SNS Topic Subscribed by a
Continue reading
CloudFormation: AWS Cross-Account Publishing to SNS Topic Subscribed by a SQS Queue
CloudFormation is an AWS service that allows you to design your entire infrastructure in a text file (JSON
Continue reading
Data Transformation Workflows
In Computer Science data transformation refers to the process of converting some data structure from one format to
Continue reading