How bad is it to those who are hiring that this is my only development experience? If I were to learn a new framework such as React or Angular, would I essentially be starting back at square one (in terms of Junior Software Developer role)? Would my prior experience be basically meaningless?
Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
1–10 of 10 posts
Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#2Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#3- you are not set in your “old” ways
- you can learn new tricks
- understand fundamentals of CS
Note this is the same list as for any candidate (imho) that I’d be interested in. The challenge is you don’t have “common” languages and frameworks to use as a signal of these characteristics.
Make sure your resume shows what problems you solved. Don’t emfasize the tech stack if future employers won’t recognize it.
Also consider staying in the same industry but other employer. The tech stack won’t transfer but the domain knowledge will.
Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#4- if your CV only lists 1 language/framework and it’s one I’ve never heard of, I’m not likely to keep reading.
- if you have 8 years of experience in the same company, I expect to see concrete achievements and ideally that you moved up the ladder in 8 years (more responsibilities, changing teams, a new job title for instance)
- not something I insist on, especially for a senior profile, but which can have a positive impact on a candidature: is there a portfolio website or a GitHub profile on the CV/cover letter? This allows me to see what language(s) the candidate has used in the past, take a look at their coding style, check the commit history (e.g. a repo with 1 huge “upload project” commit and no other activity smacks of someone who’s never used git before)
Given the shortage of devs, you’ll find a new position. How fast you find it, and how senior it is, is up to you. I encourage you to pimp your 8 years of experience to show portable skills (problem solving, autonomy, system design...) rather than proprietary tech knowledge, and a capacity to grow and learn (i.e. show your progression during these 8 years).
Then, assuming this isn’t already the case, pick up a popular language and work on a few projects in your spare time. This will enable you to brush up on your CS skills and programming paradigms, especially if the language you use at work is primitive: do some OOP, try your hand at FP, asynchronous or parallel computing, etc. Make sure the code is clean and commented, and throw in some unit tests. Commit to github like a sane person, and add the relevant language and frameworks on your CV. Bam! Suddenly you’re a developer with 8 years of experience who happens to know a weird language.
Of course this is only good enough to get through the automated CV analysis and the first interview. But in that interview you have the opportunity to explain what you accomplished in 8 years (maybe pointing out how solving tough business problems with an antiquated language is even more impressive than with the bells & whistles language du jour). You can point out that you want more and that’s why you work on side projects with a modern language (which incidentally is part of the company’s stack). And since you’ve been coding on your free time you’re hopefully up to date on basic data structures and algorithms and you’ll pass the whiteboard tests brilliantly.
Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#5Speaking as a potential hirer (in the sense that I manage a technical team and regularly look at both junior and senior dev resumes): - if your CV only lists 1 language/framework and it’s one I’ve never heard of, I’m not likely to keep reading. - if you have 8 years of experience in the same company, I expect to see concrete achievements and ideally that you moved up the ladder in 8 years (more responsibilities, chan…
I've found a Multiplatform React Native To Do/Notes application that is open source and on GitHub. I think I will try to cut my teeth with RN and JS on this application.
If I am successful with this, and eventually fix a couple bugs and perhaps implement a new feature, would that be helpful at demonstrating my aptitude with the JS/RN framework?
Thanks again for taking time out of your day with this great contribution.
Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#6I think the key is to figure out a way to demonstrate that: - you are not set in your “old” ways - you can learn new tricks - understand fundamentals of CS Note this is the same list as for any candidate (imho) that I’d be interested in. The challenge is you don’t have “common” languages and frameworks to use as a signal of these characteristics. Make sure your resume shows what problems you solved. Don’t emfasize th…
Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#7So the good news is that you have a CS degree and that does make a difference. When you switch jobs, you won't be at square one since you do have engineering experience and you've seen what works and what doesn't. However your going to need to spend time learning new skills, possibly on your own. It's helpful to look for industries or specialities that are orthogonal to what you've worked on. For example if you had w…
Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#8I think the key is to figure out a way to demonstrate that: - you are not set in your “old” ways - you can learn new tricks - understand fundamentals of CS Note this is the same list as for any candidate (imho) that I’d be interested in. The challenge is you don’t have “common” languages and frameworks to use as a signal of these characteristics. Make sure your resume shows what problems you solved. Don’t emfasize th…
I actually have a contact through a family friend who is in upper management (with a development role) at a company in the industry. His company is a much smaller shop and more of a SaaS, but I believe their tech stack is much more mainstream. I might reach out and ask them what they think I'd need to equip myself with to join them.
Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#9So the good news is that you have a CS degree and that does make a difference. When you switch jobs, you won't be at square one since you do have engineering experience and you've seen what works and what doesn't. However your going to need to spend time learning new skills, possibly on your own. It's helpful to look for industries or specialities that are orthogonal to what you've worked on. For example if you had w…
What would be job titles for careers for a CS/software developer that are specifically based on data warehousing? I'd be interested in looking up such jobs and seeing their requirements.
Re: Ask HN: What Are the Job Prospects for a Developer with Only Proprietary Exp?
#10Speaking as a potential hirer (in the sense that I manage a technical team and regularly look at both junior and senior dev resumes): - if your CV only lists 1 language/framework and it’s one I’ve never heard of, I’m not likely to keep reading. - if you have 8 years of experience in the same company, I expect to see concrete achievements and ideally that you moved up the ladder in 8 years (more responsibilities, chan…
Wow thank you so much for your time on this answer. You've really helped calm my fears and doubts, as well as provided me with a foundation for a strategy to make myself a marketable candidate. I've found a Multiplatform React Native To Do/Notes application that is open source and on GitHub. I think I will try to cut my teeth with RN and JS on this application. If I am successful with this, and eventually fix a coupl…