Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
0
1
|
I am extremely interested in web development though I know very little about code. I did not read computer sciences in my college/university. Now I find myself very determined to learn the server side development and want to have a career in the field, where should I start from? I have got almost an year of free time and can work very hard, guide me please, thank you.
| ||||||||
|
marked as duplicate by Tom Squires, Telastyn, GlenH7, Ryathal, gnat Aug 9 '12 at 15:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
6
|
We can't really tell you what to do.
The fact is, we don't know what tools you would rather use, or what will work better for you. I'm going to be really general here, so bear with me:
This was a very general walk-through of what you need to do. There is still the matter of learning SQL before a server-side language, and how to use a database, and all that good stuff. But that's fairly easy to figure out with Stack Overflow and Google! Until then, good luck!
A few extras to learn about after the above:
| ||||||||||||||||
|
1
|
You basically have
several options to choose from depending what platform you are familiar for web development.
Here you are some options to look for:
However, keep in mid that to become a well-versed software developer you would need contently learn new things and invest your personal time to it.
In addition you may reference the open-source projects. They are good to look for source code and get good practices to learn from:
| |||