--- tags: - log/brag Date: 2023-10-27 up: "[[Daily Notes]]" --- # Brag Log ## Helping Chuck Chuck **[[ventra]] director of app development** called and asked for my help getting his [[react]] app to work. He couldn’t get [[packages]] to install (due to incompatible [[dependencies]]) and was unable to actually install anything (due to outdated [[node]] version). I helped him resolve those issues. Ofcourse it was simple to figure out. ## Helping Ricky helped Ricky (intern) resolve a [[bug]] in the application causing an [[infinite render loop]]. I read the error in the console, and noticed it was from some [[node module]]. I went to the module in the modules directory and started digging, quickly found what was the cause of the bug, and corrected it in our code, resulting in a one line change.