References for learning web programming

Asked

Viewed 432 times

4

Which websites can I check to start studying web programming? I’m a beginner in the subject.

2 answers

12


Seekers:

Nothing better than searching on your own, and for this we have excellent searchers in the market:

  • A very good way to do your search for knowledge is the Bing, made by Microsoft.

  • But remember that there are other seekers, such as the In, who values your privacy.

  • Google this almost everyone knows, and will be your companion for all hours.

  • See more options on Search Engine in Wikipedia for more great options.


Websites with documentation:

  • Mozilla Developer Network - maintained by the same company that brought the browser Firefox is one of the main references in documentation, among many other things, of Javascript.

  • Can I Use? - Although it is in English, it is a good reference of which features work on which browsers. Good for when you already start walking on your own in development.

  • Code Academy

  • W3schools - On a list of links must not miss the website with so many quotes in web. It is reference for many beginners and veterans.


Tutorials and Video Lessons


Javascript libraries

Javascript (Ecmascript) is a language that runs in the user’s browser, that is, it is executed after the server has already sent the page to the client.

To make life easier for the programmer, there are some libraries on the market with functions ready to simplify some of them. See some:


Languages Server-side:

These languages serve primarily to "assemble" pages, images and resources dynamically. Unlike Javascript, they are executed, and then the result is sent to the user.


And when doubts arise...

4

What I can say with the security of those who got tired of watching nego clearing and missing typing a thousand times while "explaining" a function on youtube, is that for beginners (and free) there is nothing even close to Cursoemvideo.com.

So far I’ve done the Algorithmism, and I finished today the PHP. I’m halfway through HTML5 (which includes basic notions of javascript and CSS3) and at least as to these 3 I can guarantee that are excellent.

Exist so far 5 courses, and all for beginners (at the end of PHP he says that classes will come for intermediate and advanced, but that probably these will be paid).

The courses are taught by an excellent teacher (and very crazy!), my namesake Gustavo Guanabara, and are edited professionally (full of special effects). It’s almost unbelievable that it’s free.

Of course, an experienced programmer should have little to gain in terms of knowledge by attending one of these beginner classes, but if you are a programmer, and you think about teaching, you should also take a look.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.