Recent posts

Typescript Basic Learning

5 minute read

In this journal, I wanted to grasp a quick overview about the understanding of Typescript to support my Angular learning.

Problem of The Day: Jump Game

3 minute read

Problem Statement ``` You are given an integer array nums. You are initially positioned at the array’s first index, and each element in the array represents ...