Does anybody know of a good tutorial on writing a social network?

I want to get better at php. I have written my own cms which is not too bad. I realise that the best way to learn is to continue to write test projects.

Things I need to work on:

  1. DB normalisation.
  2. DB joins.
  3. OOP.
  4. Multiple user log ins.

Hoping I can get better at those topics if I started a test project in writing a social network. Or is there another hands on project other than the social network that I can try to really learn the above?

I just ran into that the other day - it’s I think a “twitter clone” type of tutorial - I haven’t vetted it and literally have no idea if it fits what you want. Just thought I’d paste you the bookmark since I saw the subject. I believe there’s previous parts to this tutorial (html/css/LESS) and later parts too.

1 Like

Thanks. I’ll check it out. Do you know of any good books or tuts on db normalization?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.