I know this question gets asked quite a bit but I still have some lingering questions. I want to build a website similar to reddit/digg. I have no experience in web development but am learning php/mysql right now from a book. I would say I got the general understanding of how html,css, javascript will interact with php/mysql to provide the overall website. However, I have some questions on the best way to approach this.
I looked at reddit source code and it seems complicated. I am not trained in computer science although I do work as a simple programmer for ~5 months. When I mean complicated, first, you have to know git, then terminal commands, then make, then python?, then postgre sql, then there are the dependencies like rabbitmq, memcached, subversion, curl, daemontools, cassandra, etc...and that is just reading the first page. Most of these, I have not even heard of!
Then, i googled for creating digg/reddit clone and there are so many frameworks and open source projects with different licenses. It is so overwhelming and it made me realize that I cannot just start coding php/mysql and put nice designs with html/css/javascript.
I guess my question is what would be the approach of kevin rose (founder of digg) or alexis (founder of reddit) would do to build something like this. I can't ask them obviously so I'm asking your take on it. How should I learn and develop if I want to get this to work as a part time project. I just feel that my rate of learning + development is slower than the rate at which the web technology is moving and even the principle of one step at a time may not be good enough.
Thanks!!!
EDIT: when I mean framework, I mean drupal, cakephp, python, wordpress, etc...
Should I just treat it as a learning project and use the bare minimum framework? I tried cakephp and umm...followed the examples and have no idea what I was doing. It seems so magical. Then, I tried zend framework and for some reason, i keep running into errors and issues with their beginner's documentation to get started. When I learn from a book about php and mysql, I understand pretty much 100%. I took the book's last chapter ecommerce code and can modify it to anything I want to and it makes sense to me but seems very very slow for development.