MySQL – Building a social media network, how do I ensure the same post never appears twice on the user’s home feed?
I’m currently creating a social media platform similar to Reddit. I want my users to be able to scroll through their home feed day after day and never see the same post more than once, just like on Reddit or Twitter. What is the best method to approach this?
MySQL – Building a social media network, how do I ensure the same post never appears twice on the user’s home feed?
I’m currently creating a social media platform similar to Reddit. I want my users to be able to scroll through their home feed day after day and never see the same post more than once, just like on Reddit or Twitter. What is the best method to approach this?