How employable am I as a programmer?
Posted
by
dsimcha
on Programmers
See other posts from Programmers
or by dsimcha
Published on 2011-03-09T00:44:25Z
Indexed on
2011/03/09
8:18 UTC
Read the original article
Hit count: 281
I'm currently a Ph.D. student in Biomedical Engineering with a concentration in computational biology and am starting to think about what I want to do after graduate school. I feel like I've accumulated a lot of programming skills while in grad school, but taken a very non-traditional path to learning all this stuff. I'm wondering whether I would have an easy time getting hired as a programmer and could fall back on that if I can't find a good job directly in my field, and if so whether I would qualify for a more prestigious position than "code monkey".
Things I Have Going For Me
- Approximately 4 years of experience programming as part of my research.
- I believe I have a solid enough grasp of the fundamentals that I could pick up new languages and technologies pretty fast, and could demonstrate this in an interview.
- Good math and statistics skills.
An extensive portfolio of open source work (and the knowledge that working on these projects implies):
- I wrote a statistics library in D, mostly from scratch.
- I wrote a parallelism library (parallel map, reduce, foreach, task parallelism, pipelining, etc.) that is currently in review for adoption by the D standard library.
- I wrote a 2D plotting library for D against the GTK Cairo backend. I currently use it for most of the figures I make for my research.
- I've contributed several major performance optimizations to the D garbage collector. (Most of these were low-hanging fruit, but it still shows my knowledge of low-level issues like memory management, pointers and bit twiddling.)
- I've contributed lots of miscellaneous bug fixes to the D standard library and could show the change logs to prove it. (This demonstrates my ability read other people's code.)
Things I Have Going Against Me
Most of my programming experience is in D and Python. I have very little to virtually no experience in the more established, "enterprise-y" languages like Java, C# and C++, though I have learned a decent amount about these languages from small, one-off projects and discussions about language design in the D community.
In general I have absolutely no knowledge of "enterprise-y" technlogies. I've never used a framework before, possibly because most reusable code for scientific work and for D tends to call itself a "library" instead.
I have virtually no formal computer science/software engineering training. Almost all of my knowledge comes from talking to programming geek friends, reading blogs, forums, StackOverflow, etc.
I have zero professional experience with the official title of "developer", "software engineer", or something similar.
© Programmers or respective owner