This week was all about honoring my energy, staying curious, and celebrating the tiny breakthroughs that make the learning journey so rewarding.







🔍 Debugging the “Search Insert Position” Problem


I tackled the classic array challenge where you find the index to insert a target value in a sorted array.
At first, I got stuck on edge...