I understand that the phrase “good practices” is a bit dubious and excessive, but I think this relates to my question.
I have good web development experience, but I would like to hear some good basic practices when doing freelance work regarding project management.
For example, I have the target domain mydomain.com. Do I have to run all my tests in a subdomain, i.e. dev.mydomain.com, protected by .htaccess, or in some other ways?
I am familiar with SVN, but not for web development. What is the best way to control website versions?
I installed two databases, mydb _ dev and mydb _ rel. Does it make sense to do all my work on _dev and then pass the structure to _rel? What happens after the first release?
If you can answer some of these questions or link me to a good resource, that would be great. My searches still give HTML lessons!
source share