In my early 20s I abandoned what looked like a good career path in a major company to go to graduate school and get a research masters (2.5 years). I did another year in the industry, and then went back to graduate school to get another masters and a Ph.D. (another 6 years down the drain), coding the whole way throughout it (Eclipse plug-ins in Java) and working on research related to software engineering (usability of APIs).
With my luck, I ended up graduating the year of the recession. Initially, I was naive, I thought that with my background, I could always find a coding job. Big mistake.
It turns out that I'm in a complicated position.
Entry level positions are usually offered to college undergraduates. I attended my school's career fairs, but you could immediately see signs of Ph.D. aversion and overqualification issues. They want 20 year olds with clean slates. Since I'm graduating, I also don't qualify for internships.
Even if I could get a response, since I've been out of school for a long time and have been building higher-level stuff in Java (e.g., Eclipse plugins, GUIs, things that actually use container libraries), I'm also no longer as proficient in C/C++ and at a day-to-day level in the usual range of college-level interview questions that everyone uses (typically the local variation of reversing a linked list, merging, etc.). I had no problems with this when I was 19 and interviewing for my first job since a lot of what you do in C is manipulate pointers and I was writing AVL trees for assignments. I still know pointers, naturally, and I taught college courses in data structures, but I don't implement data structures at this level on a day-to-day basis and certainly not in C/C++. And once you don't do that on a daily basis, it's fairly tricky to do. All my recent experience in OOD and in writing good maintainable code is meaningless because companies pigeon-hole you with the standard set of algo/ds questions.
On the other hand, mid-level, contract, and certainly senior level positions look for a certain number of years in industrial positions, so coding research tools doesn't count. In addition, while I have proficiency in Java and several APIs, most non-entry level jobs require people with a lot of provable experience with a variety of J2EE APIs. I'm familiar with them, but don't have the industrial experience.
So that sends me back to entry-level jobs that are posted through job-boards, and these are not common (mostly they are Monster junk), and small companies are even less likely to answer a Ph.D. compared to the giants who exhibit in top career fairs. Even worse, they are handled by HR people who really don't want to deal with anything anomalous.
Any tips on how I should approach this intractable position? For example, what should I write in cover letters?
Updates 1: dommer made a good point about open-source projects. Unfortunately, when I was in college and had free time OSS wasn't popular (mid-nineties), and when I was in grad school I worked on other things. Now that I have a family to feed, OSS is not exactly a path I can pursue.
Update 2: rm made a good point about immigration issues. In my case it is not a problem since I am not on a student visa, but I am sure it would be a problem for others. Although there are actually more visas available this year because many companies are not hiring anymore.
Update 3: I am graduating soon. I am in my thirties and have a family to feed. Starting to write blogs, contributing to open-source and all those other things are a great investment, but they're not going to find me health insurance and food in two months.
Update 4: I started interviewing for Java-centric jobs that focused on OOP and sensible design rather than on algorithmic puzzles and got a couple of offers. I guess the trick is to interview for things you're good at with employers that look specifically for that.
