CS373 Fall 2021: Justin Foster - Blog 11
Hey! I accidentally sent my last weeks link, here is link for 12!
https://www.justindeanfoster.com/post/cs373-fall-2021-justin-foster-blog-12/
What did you do this past week?
- This last week I studied a lot for my Algorithms test and then went to my classes. The test was on Wednesdaty and I felt it went okay. I am very glad we had the test though because there are two weeks surrounding each test where we do not have homework for Algo and that is a huge relief around my schedule.
What’s in your way?
- In my way this week is the third phase of the IDB project. My team has just begun work and will start implementing sorting and filtering on our website. Tonight, I think I will be adding the filter buttons to each model to allow my team to begin to connect to these new endpoints. I am very excited to see how our website ends up looking because I am fairly proud of the work we have done so far.
What will you do next week?
- This next week we will make it so that our website is ready to be submitted for Phase 3 by completing sorting and filtering. This should not be too bad because we have a fairly decent grasp of what we are going to have to do and with this idea, the completion of this phase should not be as hard as the last.
If you read it, what did you think of the Paper #11: Getters and Setters
- I thought it was super interesting as it starts the paper off with a very contradictory idea that many people in my computer science education would disagree with. The rationale surrounding it does make sense as it advocates for better abstraction in code and given these functions reveal almost entirely the inner workings of the program.
What was your experience of relational algebra, select, and project? (this question will vary, week to week)
- I thought it was very interesting given that a lot of what this phase of IDB is, this material is very applicable and helpful to continue with the project. Using this information when we do specialized queries into the Tables will be super useful and gave me more insight into what we will need to do.
What made you happy this week?
- This week I took my Algo test and it was nice to kind of have some days off to relax and dedicate almost entirely to myself. On top of this, the end of the semester is coming up and I am very excited to be at a point where I can rest and relax.
What’s your pick-of-the-week or tip-of-the-week?
- My tip of the week is to ask questions to use all available resources in this class. Because this is not the first time someone has ever designed a Database type website, there are a lot of resources available to be able to help you if you get stuck. For instance, Jefferson’s website was very well made and because of that it’s possible to look to his website for guidance.