triston-notes/Cards/brags/Brag Log <Oct 27, 2023>.md
Triston Armstrong 65e96f4ff7 add notes
2023-11-08 21:09:09 -06:00

15 lines
825 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
tags:
- log/brag
Date: 2023-10-27
up: "[[Daily Notes]]"
---
# Brag Log <Oct 27, 2023>
## Helping Chuck
Chuck **[[ventra]] director of app development** called and asked for my help getting his [[react]] app to work. He couldnt 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.