Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment C++ puts you at an advantage (Score 1) 149

If you know C++, you have the fundamentals and then some. Picking up Java, C#, etc. will be something you can do in your spare time over a couple of weeks. I know, because I was hired as a Java programmer on the strength of my C++ experience, in spite of having written only one tiny Java class. I read an ebook and was productive immediately. Granted, it took a lot longer to learn all the rest of the ecosystem, like HTTP and all the godzillions of available libraries, but it wasn't hard.

Comment OOO First... (Score 1) 387

Learn object oriented programming, using Java or C++. That will give you a strong basis for almost anything else you want to do (I used to be a C++ programmer, and was hired as a Java programmer in spite of having no Java experience, on the strength of the C++).

if you want to do web stuff, learn a little HTML and CSS - you don't need to become an expert because most companies have people who specialize in HTML and CSS. You just need the basics so you can understand and modify pages. Also get familiar with HTTP.

Then Javascript, followed by some back-end language(s). Start with Java and/or PHP.

Most professional-grade sites are built on CMS's. Drupal is quite popular. Learn that with PHP and you should have a leg up.

Be prepared to keep learning new technologies constantly. Things are changing quickly, and even if you establish yourself as a PHP or Java programmer, new libraries are always popping up that you'll need to learn.

Comment Re: It was a myth (Score 2) 986

The difference between the corporations who want to control us and the government is that we elect the government and have some say in its operations. Of course, if we're idiots and vote for power-hungry psychopaths based on political advertising and propaganda (Fox) paid for by wealthy individuals and corporations, the government we get isn't going to do a lot of good. Hence the need for controls on campaign financing, etc.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...