Skip to content

Commit

Permalink
Update E5: Reflecting on Assignment 2 Technical Essay.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilykawaoka authored Dec 6, 2023
1 parent 281ff14 commit 1f6ac65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions essays/E5: Reflecting on Assignment 2 Technical Essay.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ labels:
---

<p>1. Provide a brief introduction to the assignment along with a link to this page for further details</p>
<p> Assignment was learning about logging user data to have security and personalizations on the ecomerce website. The requirments were to either log in or register then to get to the invoice. But making it secure so you cant access the invoice unless you either created an account or logged into an existing account. When creating an account a password needed to meet specific requriments or the user needed to choose a differet password. More details on assignment 2 [here.]([https://dport96.github.io/ITM352/morea/150.Assignment2/experience-Assignment2.html]) </p>
<p> Assignment was learning about logging user data to have security and personalizations on the ecomerce website. The requirments were to either log in or register then to get to the invoice. But making it secure so you cant access the invoice unless you either created an account or logged into an existing account. When creating an account a password needed to meet specific requriments or the user needed to choose a differet password. More details on assignment 2 [here](https://dport96.github.io/ITM352/modules/Assignment2/) </p>
<p>2. What did you learn from this assignment?</p>
<p> What I learned from this assignment was defenitly a better grasp on if statments. I really feel like I can say it out loud then get a good if statment to work.I also learned about saving new data with fs.writeFileSync. And that leads to learning how to retreive the data which I did through a query string. And learned how to personalize the display from data in the qurey string. </p>
<p>3. Did you work with a partner? Assign an estimated percentage on the amount each team member contributed to the assignment (including yourself).</p>
<p> I did not work with a partner. And I think time managment and started early and asking for help early really helped me finish the assignmetn on time. </p>
<p>4. How did you get help when you needed it? What did you need help with?</p>
<p> I got help when needed by going to the professor. I needed help with the quury string in getting the data from the purchase through the log in or registration to the invoice. I also found going back to the labs really helped. </p>
<p>5. How was developing this assignment different than assignment #1?</p>
<p> developing this assignment was differnet than assignment 1 because it was more technical stuff than presentation. I required me to look up more things and to understand what I was reading and if I was copying what I was copying so that I could adapt it to my code. Knowing which parts are needed of somthing that I looked up was definitely through tiral and error on what was needed and not needed. </p>
<p> Developing this assignment was differnet than assignment 1 because it was more technical stuff than presentation. I required me to look up more things and to understand what I was reading and if I was copying what I was copying so that I could adapt it to my code. Knowing which parts are needed of somthing that I looked up was definitely through tiral and error on what was needed and not needed. </p>
<p>6. Estimate the % of time you spent (a) thinking about how to do something, (b) writing code (but do not include testing, (c) testing and debugging</p>
<p> Thinking about how to do somthing was maybe 30% of the time, becuase that was also me googling to understand the concept too. 20% writing the code. 50% testing and debugging. I was writing too much before testing so I had to spend a good amount of time debbugging my work. And my debugger was not working that well so I resorted to the console. And reading the error messeges when I would refresh the page. </p>
<p>7. Describe what worked well with this project? What did not work well?</p>
Expand Down

0 comments on commit 1f6ac65

Please sign in to comment.