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
After one month at TalkTalk
Can’t believe the time flies so fast, it’s been one month already. Before going into, how was this
Continue reading
Algorithms in Programming – Problems and Solutions
Example of algorithm problems and various solutions Implemented in JavaScript Symmetric Tree Search in a Binary Search Tree
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
Functional Programming after many years of OOP
A couple of months ago, I started using Clojure as the main programming language in the new team
Continue reading
Debugging Tools vs Code Testing
Even though Debugging and Testing might look to be a similar thing, they have a totally different meaning.
Continue reading