diff --git a/blogs/a-day-in-the-life-swe-intern-nasa-brandon-lam.mdx b/blogs/a-day-in-the-life-swe-intern-nasa-brandon-lam.mdx index 4ca1b12..65ed12f 100644 --- a/blogs/a-day-in-the-life-swe-intern-nasa-brandon-lam.mdx +++ b/blogs/a-day-in-the-life-swe-intern-nasa-brandon-lam.mdx @@ -65,7 +65,7 @@ If you’re interested in attending a hackathon, sign up for the [Space Apps Cha The personal project that I’m the proudest of would have to be my TFT Simulator. In [TFT](https://en.wikipedia.org/wiki/Teamfight_Tactics), there are lots of luck and chance involved. At the time, there was a debate that was rather 50/50 on the correct decision in the game. So I decided to solve it by using code. -After spending three days researching the math, and learning how to write the code for it, since my numbers kept hitting [integer overflow](https://en.wikipedia.org/wiki/Integer_overflow). Behind my program, there were 12 different variables and calculations up to 120! (factorial). By the end of the project, I was able to form a conclusion on what the correct play was (it ended up being that both options were correct, it just depends on the certain circumstances in your game). +After spending three days researching the math, and learning how to write the code for it, since my numbers kept hitting [integer overflow](https://en.wikipedia.org/wiki/Integer_overflow). Behind my program, there were 12 different variables and calculations up to 120! (factorial). By the end of the project, I was able to form a conclusion on what the correct play was (both options were correct at the end). This was my first ever personal project and this was really when CS clicked for me. Having the ability to apply my knowledge from school and create something useful was so cool!