T
T
tau shaso2017-04-22 17:07:01
CMS
tau shaso, 2017-04-22 17:07:01

What books to read for a beginner web developer?

Recommend good books on web development (foreign authors) html css js, php, mysql, etc. necessarily foreign authors with translation!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Dart, 2017-04-22
@gobananas

For a beginner, foreign authors write quite difficultly, and abstractions and objects, for example, from the book by Met Zandastra, will not be understood by a beginner. Better take Koterov about PHP7

G
Grigory Vasilkov, 2017-04-23
@gzhegow

For programming, you will need:
1. understand what data types are, why sometimes auto-type is good, and sometimes bad, then read about data presentation formats - one thing is data in the computer's memory, another thing is to exchange data between two computers when a pack the data is quite large
2. understand what instructions are in almost all programming languages, if/switch/for/while
3. understand that everything on the web is programmed at two levels - server-server and server-client, the difference is that the server does not need a display window, and there is a game on "do 20 actions at the same time, because there are asynchronous commands and the ability to run several processes at the same time", and when the server-client - the task is to display everything as quickly as possible, and then describe the events (reactions to buttons and mouse-keyboard actions) so that it is convenient for you to read it later
4. all programming comes down to the concept of data sources - I understand them as people - everyone has their own picture of the world, and the programmer's task is to build a connection between these pictures of the world. Often this requires building the entire workflow of the company.
5. to understand that at the current level of business development you will do absolutely everything, because in addition to programmers, there are talkers, draftsmen and people who can print on the market. All of them should work as a team, but this never happens, because the management is only focused on profits and reports. Therefore... do not name low prices, for you will always be extreme.
** if you want to learn how to do 90% of all the tasks that you have to do at once - here's a task for you that is quite difficult, no matter how much you work as a programmer - a calculator for delivering goods around the world using api delivery services (several). Honestly, I have a feeling that I know how to do anything, but I sat down for this - I realized that this is a test for all the knowledge that I have.
I think you are ready :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question