Recent posts

Problem of The Day: Subsets

2 minute read

Similar to the Permutations problem on my other post, this problem involved in the backtrack topic. The interesting thing about this problem is that there ar...

Problem of The Day: Permutations

1 minute read

Tonight, I delved into the Top 100 Liked List, continuing my exploration of the Backtracking topic. The focal point of today’s study is a classic problem kno...

Embracing Setbacks: Learning from Failure

1 minute read

Facing the IBM Assessment Challenge Today marked another attempt at the IBM Frontend role coding assessment, and it didn’t go as expected. The complexity of ...

Problem of The Day: Combination Sum

5 minute read

Today, I continue practicing solving Leet Code problems. I tackle the Top 100 Liked on the Backtracking topic again. Problem of The Day is called Combination...

Stabilize the CodeTrack Project

3 minute read

Figure out how to set up Azure Key Vault Today, I dedicated the entire morning to configuring Azure Key Vault for my CodeTrack application, aiming to securel...