Productivity Tips
These posts are all related to productivity tips related to using various tools and technologies.
April 4, 2021
Fix common mistakes while working with git
Everybody is not perfect. So, mistakes do happen when working with git too. Mistake 1: Typo mistakes done with the commit message. I think most of us fall into this a number of times. Solution:...
ReadAugust 18, 2020
Popular javascript selector methods
Following javascript selector methods proves to be quite handy working with vanilla javascript or building your own javascript library like feedback form component to be used with added to websites...
ReadApril 1, 2020
Debugging with javascript console makes me stay productive
Debugging with javascript during the development console.log() is a life saver for me. If you all are too in the same page with me then this post will make your debugging looks cool and helpful too....
Read