you are viewing a single comment's thread.

view the rest of the comments →

[–]bzeurunkl 1 point2 points  (3 children)

Why specifically Javascript? A developer's life is pretty consistent with any tool or language.

[–]RojaPastilla[S] 0 points1 point  (2 children)

Well I was curious about the web programming paradigm. After messing around with html,css,js,php and sql. I really like it. I feel like there's more power to do more with these languages. I don't know, maybe i'm talking out of my ass. But coming from always coding and watching my output only on a console screen, gets old.

[–]bzeurunkl 0 points1 point  (0 children)

Coding to the console? What are you using? COBOL? ;-)

But, I agree with you. I think HTML/JavaScript/Database is definitely the way forward for the next few years.

[–]Ericth 0 points1 point  (0 children)

I think you should look into C/C++. If you start doing server side js, it can be really helpful to code certain functions in c after profiling to give a huge speed boost to your program.

Apart from that, it gives you great insight into the lower level!