|
|
|
Ask HN: I want to become a Web developer
|
|
2 points
by linuxnba
2646 days ago
|
|
Any good suggestions on a good book or videos or wbesite to learn how to be a Web Developer? I'd like to start the journey now. I know some basic PHP and Javascript HTML. Should I start with JS or PHP? |
|
I really recommend you not to get too attracted by AngularJS and friends. Proceed with learning programming basics: Back in my days, I made the step of the popular "P" scripting languages: PHP, Perl, Python. Then, in mid 2000, the "LAMP" stack was the thing: Linux, Apache, MySQL, one of the P languages. I learned all of this, and Linux was an eye opener.
Today, LAMP might be really old fashioned, but Linux is not, and SQL is also fresh and young as it has been 40 years ago. Make the step towards Linux, it will change the way how you percieve computing and especially programming. This is also true if you want to stick to web development -- a number of modern age utilities are written as command line utilities which you can only really easily and quickly make use of with Mac OS X or Linux (thinking of preprocessors and server side compilers).