BLOG

Latest Articles

Getting started with CI/CD on AWS [Hands On] - Part 2

In this tutorial, we learned about AWS CodeDelpoy and AWS CodePipeline to set up CI/CD on AWS. First, we created a two-stage pipeline consisting of CodeCommit …

By mahnoormalik · 11 min read · AWS

How to find a height of a tree data structure in Java

The Tree is a non linear data structure consisting of nodes and edges. Depending upon the type of tree, it can have 0 or more child nodes. There are two ways to …

By admin · 6 min read · Java Examples