vote up 45 vote down star
19

I'm a 21 year old University student studying Computer Science. I have been using Linux throughout the whole of my degree so far. Now that I'm nearing the end of my degree I've started looking at graduate software engineering/developer positions at various companies.

I notice that the vast majority of companies I'm looking at are strictly Microsoft users, from windows to visual studio. Am I going to be at a disadvantage as most of my experience is unix/linux development based?

Most jobs speak of C#, Visual C++, .NET, Java, etc etc Where as I am mainly using Java, C++, Perl, Python and programming to the standard Unix standards, would I be better off ditching Linux and spending my last year of University brushing up on Windows based technologies, languages and API's, would this increase my chance of getting into the industry?

flag

40 Answers

1 2 next
vote up 0 vote down

If you have a look in serious job boards, you will see how much are paid C++ developer on Unix/Linux. Yes, there are more jobs for .net but they are less paid. With a decent CS degree you can study hard Linux, C/C++, multi-threading, STL and Boost library.

Then you will do a very interesting job and getting a very good salary especially if you will work in the finance.

Good luck and you should be proud of using Ubuntu instead of Windows!

link|flag
vote up 0 vote down

No if as stated in your question the reason is for you to be better adapted in what the companies are looking for.

The last year of school in my own experience is when I learned a lot. This is because you are confident with all your skills and is at ease with the tools that you have been using. The focus then becomes learning stuff that improve your chances with solving problems. Learning MS technologies to be attractive at the job market is not as fruitful investment of your time because your last year of school is one of the few large block of times in your life when you only have to study and not deal with deadlines from the boss.

link|flag
vote up 1 vote down

Depends on what you want your career to be like.

If you want to be a drone programmer in some big company then you'll need to come up to speed on Microsoft technologies. There's lots to choose from and realistically you will only ever master one little part before much of it gets obsoleted. Remember of course, that big companies tend to keyword match resumes. The HR staff or recruiters don't really know what they are looking for. They merely play keyword bingo.

If you seek satisfaction from your passion for programming then perhaps you should be looking at startups and technical field computing. There are many great suggestions in the other answers to your question.

If you want to truly be part of something awesome and you can't find a compatible startup then find some problem that you can solve and solve it. The slow economy and being young are two great advantages to starting now. Remember, the odds of getting a job with a big company are slim and the odds of being laid-off as things get worse is high.

link|flag
show 1 more comment
vote up 0 vote down

You just don't need to worry at this time about specific job requirements. Most good software companies don't require specific skills from new grads. Instead, strong problem solving and learning abilities are much more valuable to the employer.

link|flag
vote up 0 vote down

Most jobs speak of C#, Visual C++, .NET, Java, etc etc Where as I am mainly using Java, C++, Perl, Python and programming to the standard Unix standards

Aha! I see a connection there. How about it? Java is very commonly used today for a huge variety of tasks (and this is specifically in the industry, not just hobby projects). And its use is not going away very soon (unlike some people biased towards MS technologies might think ;).

Linux is an excellent platform for Java development. Arguably the best one, actually. (All Java tools work perfectly on it, plus you get to leverage the wealth of non-Java open-source tools in their most native environment, starting with the powerful Unix command line tools that help you automate everything you should.)

So, no, you definitely don't have to focus on Windows-based technologies, unless you really want to. And Java is not your only bet either, even though in this answer I concentrate on it.

Just as an example, in the Java development team where I work, out of the technical people (about 11), 6 use Linux, 4 Windows, and one Mac on their work computers. And I do not think such ratio is that exceptional, compared to other smallish software or technology companies, at least in this part of the world. And well, come on - look at what Google uses (and values), for example! Linux. And Java, Python, C/C++, and so on.

link|flag
vote up 0 vote down

I think a good software engineer should be productive on any OS. By understanding and using Linux, you really do have an advantage in your arsenal. However, as there are shitty things on Windows, there are also really nice things. Give yourself the pleasure to learn about them :)

It's like asking weather C is better than Java. We could argue for hours, however, at the end, I know I will be right by saying that by understanding both of them is the best.

However, if a company refuses you because you've got a strong linux base instead of Windows, be happy.. it'll just mean you won't work for an idiot. Linux people are mostly extremely curious and usually pretty smart. I'm not saying windows people are dummies, far from that, of course. Maybe these days with Ubuntu where anyone can install and run it in three steps is no true anymore, but not so long ago, to configure a distr. you really needed to understand what you were doing. I mean, when you know how linux works, windows is really a piece of cake to learn.

Last thing, even if everyone is running Windows, it's sometime possible to still use Linux. I'm thinking of Eclipse framework development where lots of developer works on the same project on differents OS.

link|flag
vote up 0 vote down

I recently discovered this site for Linux Jobs, Linux Apps and Linux Kernel Driver development Jobs.. check it out.. some amazing jobs for Linux out there.. all over the world!

http://linuxkernel.specialtyjobmarkets.com/

and

http://linuxkernel.specialtyjobmarkets.com/Resumes/JobOpenings/PublicRecords

Good luck job hunting when the time comes.

link|flag
vote up 0 vote down

In my point of view...

would I be better off ditching Linux

Absolutely NOT! Knowing this is an asset... keep your knowledge up to date!

I have had the privilege of extensively learning Linux many years ago. What I've discovered is that Linux opportunities may be rare... experienced Linux developers are even rarer. This has created a huge demand for my services and I often get paid a premium for this exact reason.

spend my last year of University brushing up on Windows based technologies

Absolutely! You don't have to be exclusive to one technology. Learning other technologies will be an important asset on your resume. Learn as many technologies as you can. Only an idiot will turn their back on various technologies, libraries, API's, etc on the basis of having found "the perfect one".

link|flag
vote up 0 vote down

The language and OS you use , are merely tools to do your job. Just like a hammer is a tool for a carpenter.

The most important thing is, that you know how to develop good software.

Be aware of the concepts, know about data-structures, design patterns, algorithms, how to properly design a database, how to build understandable, adaptable software that does what it should do, and does it efficiently.

That is what software development is about; the language or tools you use are of lesser importance. In fact, languages and tools evolve over time. The language/tool that you use right now, can be obsolete in 5 or 10 years, but in 5 or 10 years, you'll probably still be a software developer, you'll just be using other (better) tools. And this is no problem, since, if you know about the fundamentals of software engineering, it is quite easy to learn a new language and add this language to your skills (toolset).

link|flag
vote up 0 vote down

I think that knowing Linux is a great foundation. As noted above, more and more companies are experimenting, if not outright moving, to LAMP stacks (or similar technologies on Linux).

Plus, if you are not nervous about working closer to a hardware level, there are plenty of hardware design companies and contract engineering firms that are working with embedded linux on new devices. Exciting stuff if you have strong Linux skills.

link|flag
vote up 1 vote down

I can't believe it makes much difference. Learn OO and functional programming, learn the concepts. When you have a full time job you have less time for studying concepts. The switch from Java to C# is easy if you know the concepts.

Maybe you can study Hadoop, runs very well on Linux. A very new and very fast technology.

link|flag
vote up 1 vote down

For what it's worth, I've been doing software development for more than 25 years. I have had no jobs that absolutely required me to use only Windows. Nowadays, with the popularity of languages like Ruby, Python and Java, it's entirely possible to have a rich, satisfying and well-paying career without locking yourself into any one platform.

Your best bet for a stable and long-lasting career is to experiment with and become familiar with a lot of different environments. Adaptability is one trait that helps ensure survival.

link|flag
vote up 0 vote down

BUSINESS likes Windows. It's easy to use and has been since 1995. Linux is only recently overcoming that problem. I say this as a programmer who uses Ubuntu on my home PC, and XP at the office. I've been a computer guy for quite a long time... and I still have to puzzle through linux mindset. That said, don't give up on linux. I see Corporate America (or at least my area of corp. America) looking at Linux as a possible way to go forward. Yes, learn windows, learn .NET. Learn any tool you can put into your toolbox.

I would counsel you to look at the tools in your toolbox, and if you find one is dull (windows skills, .NET, etc.), then to take out the file and sharpen it. It doesn't take much time, but if the tools aren't able to work when you need them, then you are up a creek without a paddle.

link|flag
vote up 1 vote down

As you I always used Linux until a year ago or so, when I became extremely frustrated by the fact that Linux does not make any progress as a desktop os.. (GPU drivers which do not work, the NetworkManager still does not work with our WPA Enterprise setup here, etc)

Also since windows is not as bad as it was 10 years ago (Win98, lol) I suggest, that you probably get Windows and VS and practice a bit, you will learn it quickly.. an alternative would probably be to get a Mac..

However I think tools and operating systems are not the important things. C# and .net are quite similar to Java somehow, c++ is the same on both platforms, Linux and Windows are built onto common concepts, which are described in Tanenbaums book.

It matters what you do and maybe how you do it, but not what OS or tools you use ;-) For example do you have experience with computer graphics, image processing, AI, robotics, concurrency, cryptography, etc?

link|flag
vote up 1 vote down

start a startup :) if you can - start a consulting firm on open source software. (I was thinking of Paul Graham)

although .NET and Visual Basic is highly needed in your Area, you can advocate the use of open source instead and try to gain some marketshare.

You can learn on your own though if you want to really try these things.

Here in the Philippines there is a strong need for developers particularly in the LAMP stack - as a lot of companies have to try to limit their capital and prefer open source alternatives like open source CMS's, open source financial platforms, CRM's and even accounting software.

You could also get certified in Microsoft - but that would mean studying.

after graduating from college, i knew i had a lot to learn as I wasn't experienced.

College just gives you a base knowledge from which to learn and grow more about your field of Choice.

you can also try learning ruby on rails, as there seems to be a strong demand for web developers with ruby. Goodluck!

link|flag
vote up 4 vote down

In my area here there are loads of job going for people with LAMP knowledge. As far as i know they have a hell of a time trying to find people with experience. Linux experience is getting more and more in demand.

link|flag
vote up 1 vote down

Tons of jobs for linux & unix developers out there. Java and C/C++ are in high demand right now.

I suggest you learn a bit of .net (C#) just for the times when the market is low and you need a job.

link|flag
vote up 2 vote down

I got hired for my current job (maintaining large applications in Visual C++) on the basis of my C++ ability and geometric aptitude. I had barely touched Visual Studio before, and no experience or knowledge of MFC.

About a year later, they like me and I like them. Things are good.

link|flag
vote up 1 vote down

There are some big players in the linux and unix markets - DOD and wall street come to mind. It doesn't hurt to add MS platform to your experience, but linux is not hurting anything. Broaden your tools knowledge and just keep looking. As I think others have said you might need to relocate.

Cross platform experience and knowledge is also a wonderful thing to bring to the table.

Don't abandon linux unless you have a desire to go to Windows.

link|flag
vote up 2 vote down

When employers are talking about C#, .Net, Perl, they are not talking about your knowledge, it's about your work experience with that language.

Please stop studying, and start working, for example, for an open source project. Build something. Studying a language is not my hobby, yet I know all the languages you mentioned. And, I'm programming for my job in Perl, the language I last used 10 years ago!

link|flag
vote up 3 vote down

There may be a disadvantage with most of your experience being unix/linux development based if you are applying for strictly Microsoft jobs and there are dozens of applicants each time that have those qualifications. At the same time, there are some basic development ideas that are more important than the tools to some extent:

1) Version control - Do you know why it exists, how it can be used, what continuous integration is, etc.

2) Testing - What are unit tests? What are integration tests? Black box and white box testing? Why are tests important?

3) Code organization and quality - Do you refactor? Do you understand OO principles? Can you build out various classes for simple problems? Do you use a good variable naming convention?

4) Algorithms - Do you know why BubbleSort is an inefficient algorithm? Why is quicksort commonly found in frameworks when its worst case complexity isn't the best? Can you design and explaing a series of classes for solving a simple problem of setting up a ticketing system that sells concert tickets to people for example?

Another side is the question of how Windows-y are you. Have you never ever used Microsoft Windows? Have you troubleshot problems with Windows, e.g. using the Event Viewer or various system tools? There is this broad spectrum of knowledge that would play a role as well I'd think.

Lastly, what kind of work do you want to be doing? If it is web development then knowing Perl, Python, and Java should set you up well I'd think. PHP may be something to add in there as well as to note what web server software do you use, e.g. Apache, Microsoft Internet Information Server, or something else? If you want to be programming PC games then Windows would have some advantages.

link|flag
vote up 1 vote down

Absolutely not. The fact that you are able to use Java, C++, Perl, and Python demonstrates your ability to learn.

link|flag
vote up 11 vote down

The point of a CS degree is not to learn the specific technologies that are in-use today. (If it were, your degree would be out-of-date before you finished it.) Technology changes so rapidly -- and development technologies are no different. Yes, you see a lot of Microsoft-specific development jobs today; but how much will the technologies used in those jobs change by the time you graduate? (Think about how rapidly we've come from .Net 1.0 to .Net 3.0, as an example.)

As a CS student, focus on learning the following (which will be valid regardless of how much technology changes):

  • Debuggers. Learn how to use a debugger. If you can master the use of gdb, you'll be able to pick up others easily. Plus, generally learning debugging techniques will help you in any environment. It's a fundamental skill that you should master. It will help!
  • Troubleshooting. Learn how to think about problems and how to troubleshoot them. Learn to break the problem up into "zones", and figure out ways to narrow-down which zone the problem exists in.
  • Algorithms. Learn about the generic problems that exist in the realm of Computer Science. Learn to associate the problem you are trying to solve with an existing problem that you already know about, and the algorithms that can address that problem. This is a fundamental reason we study Theory of Computation. (You don't want to spend months trying to solve an inherently intractible problem because you failed to recognize that it is intractible.)

Finally, as a note, if the above advice is not to your liking, I'd give the general advice that I'd give to anyone in a "suboptimal" situation: Make the most of it. One way you could do this is to challenge yourself to write code that will compile/run on Windows, as well. If you can do this, you'll set yourself up with yet another valuable skill: cross-platform development.

link|flag
vote up 1 vote down

First of all, you are in a technical field: you should work on what you like. If you are competent and keep learning, have decent communication skills and are a generally pleasant person, you should do well with your career.

From the tone of your question, it sounds like you are either unhappy with Linux, or you like it so much that you think there must be a downside. If you don't like Linux, by all means, start learning Microsoft stuff. But if you like Linux, stick with it, even if it means moving or working a little harder finding a job. It's better to have a job that you enjoy.

And BTW: I'm not sure your premise is correct, there are plenty of Linux / Python / C++ jobs.

link|flag
vote up 1 vote down

I say, use whatever suits you. Even Microsoft developers use Linux. If you can't develop whatever they want you to make outside of Windows/Visual Studio, then they're probably not worth working for.

link|flag
vote up 1 vote down

I don't know where you're getting the idea that Linux is not in demand; most jobs in defense related fields, electronics, embedded systems, quantitative trading, web based, etc. want Linux.

It may very well be part of what companies and cities you are looking at. You may do better in places like DC and NY.

link|flag
vote up 1 vote down

You have to learn to survive in a Windows environment to get your job done, because you will be using or interacting with users of that OS. But software development is not usually OS dependent, unless you are a Systems programmer, but there are not many jobs in that field. Most jobs are application development, which is simply programming logic based in a given language.

link|flag
vote up 2 vote down

If the only thing you know coming out of college is what the instructors have told you to learn (which it sounds like in this case it is Linux and programming in that environment) then you need to branch out and learn programming on the Windows environment. College institutions are so far behind what's going on in the real world you have to supplement what's happening in the real world yourself.

Go ahead and take time to learn Windows programming in a Windows environment now while you are younger and can stay up till who knows when at night. You honestly have nothing to loose and everything to gain before life hits you square in the face. You should take full advantage of your situation of being in college and just be a funnel for knowledge, no matter which platform it is.

The more you know, the more rounded you become, the more experience you have and that is a good thing. You'll be pleasantly surprised that learning another system or way of doing things will give you insight into how to solve problems better.

Oh, and while you are at it, don't forget to learn how to program on a Mac using OSX as well.

link|flag
show 1 more comment
vote up 4 vote down

Come to Silicon Valley and you'll see a much different picture.

Seriously, though, if you're worth your salt, then it doesn't matter where your experience lies, it's all about your ability to make things happen. Anybody who knows how to do software really well can pick up a new environment without too much difficulty.

link|flag
vote up 1 vote down

To put it in perspective I would suggest using Google Trends and combining that with your other specialist skills and ambitions for the area you want to work in.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.