Note: I asked this question about 9 months ago. I have since found a job. I'm updating this question with some tips for whoever ends up in a similar situation.
Original post:
In my early 20s I abandoned what looked like a great career path in a major company to go to graduate school and get a research masters (3 years). I did another year in industrial research, and then went back to graduate school to get another masters and a Ph.D. (another 6 years down the drain). I was coding the whole way throughout my degrees (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 the usual range of college-level interview questions that everyone uses for C++. 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?
Note that while immigration is not an issue for me, I cannot go freelance as I need the benefits (and in particular group health insurance). During my studies I had no time to contribute to open-source projects or maintain a popular blog, so even if I invested in that now there would be no immediate benefit.
Updates:
In the two months after posting this I received several offers and accepted one from a financial software development firm here in Pittsburgh where I am working to this day. For those who find themselves in similar situations, here are my tips:
If you are able to work for startups (in terms of family life and stability) or migrate to startup-rich areas such as the west coast, you can find many exciting opportunities where advanced degrees are a benefit.
Accept the fact that there is Ph.D. discrimination in the job market (some might say rightfully so). It is legal to discriminate based on education. No point fighting it.
Give up on trying to find an entry level positions.
Work through a recruiter if possible. They have direct contacts with the hiring parties, allowing you to "stand out". It is better to get a clear yes/no confirmation from a recruiter on whether a company might be interested in interviewing you, than it is to send your resume and hope that someone will ever see it. Recruiters are also a great way of bypassing HR.
Interview for the jobs that require your core strength. If you're rusty or entirely unfamiliar with a technology around which the job revolves, you're probably not a good match. Yes, you probably have the talent to master them, but most companies would want "instant gratification". I got my offers from companies that wanted core Java developer. I didn't do well on places that wanted advance C++ because I am too rusty and not up to date on recent libraries. I also didn't hear from companies that wanted lots of J2EE experience, and that's ok. Finding companies that want core Java without web is harder, but exists in specific industries (e.g., finance, defense). This requires a lot more legwork in terms of search, but these jobs do exist.
There are different interview styles. Some companies focus on puzzles, some companies focus on skills. I had the most success in places where the questions were the most related to the function I would have been performing.
