Technical blogging can reinforce your learning
This is great point to be remembered. When we are learning some concepts and if we are going to write post on it, we will do a bit of research and then post on it.
Recently I started doing daily programming in Leetcode, one of the question which I got is Find The kth Factor of n for that I came up with a solution, I was trying to find other optimized solution for this and found another approach for the same problem, which reduces the iteration. I searched for another solution only when I started writing blog post on Hashnode.
Covered both solution of the same problem here