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

prev 1 2
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 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 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

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

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

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

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

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 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

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
prev 1 2

Your Answer

Get an OpenID
or

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