Git cherry-pick (in detail)Recently, an incident happened with me in the office. I created two branches for fixing two bugs, say bug1 and bug2. But instead of fixing…May 15, 2021May 15, 2021
I pushed my changes in master (git)This blog helps you to revert back your changes safely without losing anything.Mar 1, 20201Mar 1, 20201
a = a++ does not increment aI was talking to a colleague today and I just happened to ask a very common but tricky question as a challenge. He gave me the answer to…Sep 20, 20191Sep 20, 20191
JavaScript == is strange. OR NOT?So many times I have had doubts regarding some problem and I go to StackOverflow for finding their solutions. Since I am more into…Aug 23, 2019Aug 23, 2019
Responsive HTML TablesI am back with a weird hack. This one is inspired by a challenge on CodePen. The challenge was to make something interesting with tables…Aug 15, 2019Aug 15, 2019
Create the cubic-roll animation in pure CSSRecently I revamped my portfolio from Vanilla JavaScript to Angular 7. Obviously, that in itself is a big change, but I also changed the…Aug 7, 20192Aug 7, 20192