Conversation
leegy21
approved these changes
Dec 1, 2025
Contributor
leegy21
left a comment
There was a problem hiding this comment.
객체 그래프 탐색에 대해 깔끔하게 정리하셨네요. 9주차 워크북 공부를 통해 페이징에 대해 더 많이 알아가셨길 바랍니다.
미션에서는 API 3개 구현하신 것 확인했습니다. 코드를 첨부하셔서 어떤 방식으로 작성하셨는지 볼 수 있었습니다.
이번 주차도 수고하셨습니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 9주차 워크북 완료 🎉
저번 기수에서 프론트엔드로 페이징을 배웠는데, 이번에는 백엔드에서 직접 페이징을 구현해 보면서 이해가 더 잘 되는 느낌이었습니다. 예전에는 그냥 page 번호만 넘겨준다고 생각했는데, 이제는 백엔드에서 그 값을 검사하고, 예외도 처리하고, 실제로 어떤 데이터가 어떻게 잘려서 넘어가는지까지 알게 되어서 페이징이 훨씬 더 구체적으로 와 닿았습니다. 앞으로 프로젝트를 할 때도 페이징 부분을 활용하게 된다면 다시 한번 복습하여 잘 활용해야겠다는 생각이 들었습니다.