N
N
nokitsune2016-09-18 22:11:00
IT education
nokitsune, 2016-09-18 22:11:00

How to properly build the process of learning Web programming from scratch?

Good day. I would very much like to know the answer to this question. How to start learning web programming? What and in what order to study in order to achieve good results? There is a lot of information on the Internet, but it often differs. I would like to somehow structure the knowledge accumulated over the years of work. For example, I read a lot where you need to start learning web programs from algorithms and data structures, or from an introduction to discrete mathematics. What to study next? Or even before the algorithms would it be desirable to study something?
Help to make a more or less understandable, step-by-step plan. What information and in what sequence is it better to absorb, so that there is no porridge and a hodgepodge of unnecessary things in the head, but at the same time understand everything, starting from the very basics?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
Nwton, 2016-09-18
@nokitsune

1) Master html + css, learn how to make Simple Pages on your computer.
2) Learn a server-side language like php. Organize a simple data exchange between the page and the server.
3) Get familiar with mysql. Learn to record and display data sent from the page.
4) ...
5) Profit
This bundle was relevant many years ago, but it is very easy to learn. Learn to do those simple things that I indicated in each paragraph, and then you will understand what you need to learn and in which direction to dig.

R
Rafael™, 2016-09-19
@maxminimus

a young padawan should speak fluently first in the main web programming languages ​​- js css html
Flanagan's tutorial needs to be completely digested
and a little php - basic server functions for working with folders and files
or better - learn api node.js - and make a server on js
php the good thing is that it is simple like js and everywhere there is
node.js in everything surpasses php
write in the process of studying you need your own simple client-server application - chat, blog, forum, etc.
without using someone else's code, libraries and framework templates
client thick - server thin
offline and mobile first, however
, inevitably after that you will gain enlightenment
and become a webmaster - a software engineer
or even a Jedi or a ninja
and there is another way - the dark side of programming:
working on someone else's ready-made template-framework
inability to do the necessary functionality on your own
constant googling of ready-made solutions
easy replaceability of the programmer
office or freelance suffering
depression and despondency
//and the laziest become layout designers-underprogrammers) )

I
iBird Rose, 2016-09-18
@iiiBird

I would like to somehow structure the knowledge accumulated over the years of work.

it became really interesting to me, what have you been reading for years, that right now you are wondering to learn everything from the basics?
or you are hopeless and the web is not yours. Or I don't even know...

A
Alexander Skusnov, 2016-09-19
@AlexSku

plus to master features of web-servers (IIS, Apache (TomCat)...) and browsers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question