Home

24Jun2022: Party Overflow, OOP concepts review

Created June 24, 2022

Party Overflow

I finally got back to Party Overflow today and was able to run the proper terminal command to get my backend server running and resolved the bug I was getting in the past. It's always very satisfying to resolve a bug no matter how small it is.

In terms of what I continued to build, I built the logout route and got the posts to get into state - first pulling all the posts lists by creating a postService.js in services to fetch all the posts with an API call, then building a useEffect hook to set the state for PostList in a jsx file.

I also added PostCard.jsx as a component, as well as a Header.jsx. I love how clean and organised all this code is, I think Hunter wrote most of these React apps and it really is great to follow along and build out such neatly organised code.

Review of Programming paradigms

I also went over a few new concepts from The Self Taught Programmer today - I've seen it in programming but not defined and I think it's rather helpful -

Catt xx