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

 



Forgot your password?
typodupeerror
×

Comment Re:Market Saturation (Score 1) 506

I was going to point out the "MS Stack" problem myself. Seattle is not the place for MS developers because outside of Microsoft, no one uses them. I've gotten interviews with Amazon and it's all Java/Linux/Unix work. Leave the dark side and join us in the light, you'll not only get paid more, but you'll enjoy more opportunities as well. - Former MS Stack Developer

Comment Short answer... (Score 1) 314

If you can learn all that, and retain it, your good. Keep doing what your doing and you'll have a bright career regardless of age. The reason why so many "older" folk are removed/forced/quit from IT is because they reach a point where they stop learning. Either through their own mind-set (I can grep so why use XYZ to do what I've been doing for 20 years, example) or from their lack of learning ability. I say, if you can learn to be competitive and have fun doing it and enjoy doing it then by all means your totally employable. I've hired older programmers simply because they kept up with the times and actually love what they do. It's the ones who continue to use java struts or EJB that I kick to the curb.

Comment Re:Visual Studio (Score 1) 254

Sure you can compile mono code with vs. But it's still a windows stack just ported to *nix. I love mono, don't get me wrong. I also love C# even though I'm a more java guy than anything. But for this guy to oogle over visual studio with such fanboi-ism as to neglect the fact that TFA talks about live programming and how awesome it would be for direct feedback of variables and scope and the like to preach the microsoft kool-aid to us /.'s is ridiculous.

Comment Re:Heroku (Score 2) 274

I was gonna mention that worrying about scaling before the app is built is a waste of time. Build the app. Get to your capacity. Modify app. Grow some more. Iterate that several hundred times and you build as you grow, you bill as you grow, and you scale as you grow. Don't fret worrying about how to serve to millions before you've served to thousands.

Slashdot Top Deals

To the systems programmer, users and applications serve only to provide a test load.

Working...