How are Coding Bootcamp graduates valued in the field?
March 06, 2020
Intro πββοΈ
There are many arguments whether or not coding bootcamps π» are worth it. People debate a lot in the communities Reddit discussion link and it is hot issue for those who want to start their new professional software engineering career.
I will not talk about pros and cons of going to bootcamp here, because there are already many discussion done out there.
In this article, I would instead talk about how much coding bootcamp are valued in the field based on stackoverflow survey 2019 data.
CATUIONS: There are some assumptions behind the analysis.
- There are no specific educational background group with labled as
coding bootcamp
in the data but there is one likeParticipated in a full-time developer training program or bootcamp
label. Therefore I would like to consider this group with addtionanl condition of years of professional coding ranging from 0 to 9 ascoding bootcamp
group based on the fact that wikipedia says the very first bootcamp was in 2001 in U.S. - I am looking at only the United States data becasue the majority of coding bootcamps are in the states. Apparently, India is the second largest coding bootcamp graduates, but let me focus on the states in this article.
My Hypothesis π¬
The bootcamp graduates are valued as equal as B.S. degree in Computer Science in the field
My Startegy πΊοΈ
In order to validate my hypothesis, I would like to compare Salaries between two different groups.
- B.S. degree in Computer Science or similar computer related study
- Coding Bootcamp graduates
Stackoverflow gives two columns, one with EdLevel
where I can figure who got B.S. degree in computer science or similar. Also it gives me EduOther
where I can filter out coding bootcamp graduates.
Plot Result π
Surprisingly I have an insane salary median peak β οΈ for bootcamp graduates at 6 years of professional coding expereience. This canβt be right unless someone went to coding bootcamp years ago and he or she quickly went IPO and finally somehow he or she submitted stackoverflow survey. Also, I can assume there are not many people in that condition because it is a median value. Letβs investigate whatβs going on here.
Investigation π΅οΈ
After reading the raw records with given condition, I found 1,000,000 USD salary response at index: 67663
respondent.
It is either
- Again, someone whe learend programming from coding bootcamp and founded a company and went IPO π and submitted stacoverflow survey.
- simply a digit typo.
It is fair enough to assume a typo. I removed a typo and re-plotted.
Plot Again π
plot is now updatedd with fixed data. I trimmed out years of coding prefossional more than 10 years because according to wikipedia it says the coding bootcamp has been for 9 years (the first bootcamp was in 2001 in U.S.).
For Prospective Student Aspect π
Speaking of Salary, as a prospective student, it is incorrect compare the salary you expect to get at 1st year. Why? you have to spend 4 years at college to get a job with the degree, but coding bootcamp on overage takes maximum 6 months, and say you need 6 months for job searching conservatively. You have full 3 years of salary π΅ & experience πββοΈ while C.S. degree students study in college.
side note
By the way, just FYI, 30 out of 148
of coding bootcamp graduates in the states responded they have either zero or null compensation. Therefore my rough calculation of hiring rate among the coding bootcamp graduates respondents are 79%
.
For Hiriing Compnay Aspect π€ β β
Salary in median
coding bootcamp | C.S. degree | |
---|---|---|
all graduates | 84,375 USD | 110,250 USD |
less than 3 years | 80,000 USD | 79,644 USD |
more than 3 years | 91,500 USD | 110,250 USD |
I divided salary medians into two groups, less than
and more than
3 years of coding experience. If you look at less than 3 years
group, coding bootcamp median salary is even higher in the field. If you are a hiring manager at company, would you accept the statement below?
βHiring Junior SW Engineer with coding bootcamp background is not a bad choiceβ
I would do.
Final Thoughts π
My hypothesis was
The bootcamp graduates are valued as equal as B.S. degree in Computer Science in the field
Based on the data analysis, I cannot reject my original hypothesis because the salary medians are pretty close between two groups from the 0-6 years of professional career years. Coding bootcamp graduates were even more valued in the field in the range of 5-6 years. However, the reason that I said cannot reject my hypothesis
is, the popultaion of coding bootcamp graduates are significantly smaller than the other group.
Also only 0.3% among the expected bootcamp graduates populations (33,959 according to Career Karma) in U.S. responded the Stackoverflow Survey.
I found that bootcamp graduates are growing (4.38% growth in 2019) and expect it to grow more in 2020. π
source: Career Karma
There is no point arguing which education path is better, but hope you can see some data how the industry values coding bootcamp graduates from the survey data.
you can find complete code HERE πΎ
Welcome to Johnny Ilmo Koo's blog