drammos / MyLink

Web LinkedIn Application is exercise from our university, DIT - University of Athens.
MIT License
1 stars 0 forks source link

BackEnd - Create Pagination in your backend service for Request #15

Closed drammos closed 1 month ago

drammos commented 1 month ago

For example. If take GetAllPosts() and the posts is 1million, this isn't so good for memory. You must create tha pagination for page size and page numbers and return in Front for example 20posts at the time.

drammos commented 1 month ago

@tminaidis9 Pagination