Ask HN: What is the skillset required to be employable as jr dev?
11–20 of 40 posts
Re: Ask HN: What is the skillset required to be employable as jr dev?
#12I am a developer without a degree and transitioned from IT into development. I am in my last year of my Undergrad in CS now. What you need more than anything are skills. Ranging from networking knowledge to having a good command on linux. In addition you have to be able to program in Python, Java, JavaScript, C. You also have to understand data structures like linked lists, queues, b-trees..., and to top it all of un…
Lets go through this one by one: In addition you have to be able to program in Python, Java, JavaScript, C. This is objectively false. To expect a junior developer to know all these is unrealistic, plain and simple. If you have working knowledge of one or two programming languages and have an appetite to learn you are good to go. You also have to understand data structures like linked lists, queues, b-trees..., and t…
Re: Ask HN: What is the skillset required to be employable as jr dev?
#13I have a question for interviewers: how much, if any, white boarding do you have the interviewee do for a front end junior position? And what are you looking for - memorization of common problems/solutions? ability to think through problem? something else? As someone who has pretty poor memorization and does poor on tests in general - this portion of interviewing gives me the most anxiety.
Our goal is to test like you work, so you have an IDE, access to Google and StackOverflow, and when we ask you to implement an algorithm (like QuickSort) we link to the Wikipedia page in the instructions.
We've found that the ability to memorize is basically useless is identifying good candidates, but the ability to implement when given proper instructions is really valuable.
Re: Ask HN: What is the skillset required to be employable as jr dev?
#14I have a question for interviewers: how much, if any, white boarding do you have the interviewee do for a front end junior position? And what are you looking for - memorization of common problems/solutions? ability to think through problem? something else? As someone who has pretty poor memorization and does poor on tests in general - this portion of interviewing gives me the most anxiety.
We don't use any whiteboarding questions. There is a coding component of our interview process, but it's all done on a laptop. Our goal is to test like you work, so you have an IDE, access to Google and StackOverflow, and when we ask you to implement an algorithm (like QuickSort) we link to the Wikipedia page in the instructions. We've found that the ability to memorize is basically useless is identifying good candid…
Re: Ask HN: What is the skillset required to be employable as jr dev?
#15- A personal blog
- roughly 20 personal projects that I've worked on throughout my lifetime as a hobbyist, most of which weren't very complete but demonstrated my passion
- A willingness to learn
- A good attitude
Re: Ask HN: What is the skillset required to be employable as jr dev?
#16I am a developer without a degree and transitioned from IT into development. I am in my last year of my Undergrad in CS now. What you need more than anything are skills. Ranging from networking knowledge to having a good command on linux. In addition you have to be able to program in Python, Java, JavaScript, C. You also have to understand data structures like linked lists, queues, b-trees..., and to top it all of un…
Lets go through this one by one: In addition you have to be able to program in Python, Java, JavaScript, C. This is objectively false. To expect a junior developer to know all these is unrealistic, plain and simple. If you have working knowledge of one or two programming languages and have an appetite to learn you are good to go. You also have to understand data structures like linked lists, queues, b-trees..., and t…
Re: Ask HN: What is the skillset required to be employable as jr dev?
#17Re: Ask HN: What is the skillset required to be employable as jr dev?
#18I am a developer without a degree and transitioned from IT into development. I am in my last year of my Undergrad in CS now. What you need more than anything are skills. Ranging from networking knowledge to having a good command on linux. In addition you have to be able to program in Python, Java, JavaScript, C. You also have to understand data structures like linked lists, queues, b-trees..., and to top it all of un…
While it's true that you need to know how to judge efficient code, the bit about data structures is HR bullshit. If the only indicator about an organization's coding styles during the interview is a bunch of cargo culted questions from HackerRank, then you should think about whether you really want to work there or not.
Remember that hiring is a two way street. As much as you're offering them something, they're offering you a paycheck (among other things). Don't accept a bad deal just because their "innovative".
Re: Ask HN: What is the skillset required to be employable as jr dev?
#19I am a developer without a degree and transitioned from IT into development. I am in my last year of my Undergrad in CS now. What you need more than anything are skills. Ranging from networking knowledge to having a good command on linux. In addition you have to be able to program in Python, Java, JavaScript, C. You also have to understand data structures like linked lists, queues, b-trees..., and to top it all of un…
Lets go through this one by one: In addition you have to be able to program in Python, Java, JavaScript, C. This is objectively false. To expect a junior developer to know all these is unrealistic, plain and simple. If you have working knowledge of one or two programming languages and have an appetite to learn you are good to go. You also have to understand data structures like linked lists, queues, b-trees..., and t…
I also think that an understanding of data structures is required to be able to identify the best way to deal with data in terms of processing and storage.
It is equally false to say none of what I mentioned is required. There is a broad spectrum between your statement and mine, and the truth is somewhere in between. The better prospect for a job is in the area of knowledge though I hope we can agree on that.
Re: Ask HN: What is the skillset required to be employable as jr dev?
#20Curiosity. Always wanting to learn more.
Growth Oriented. Constantly learning.
Humility. Knowing when to say, I don't know and ask for help.
Pride. Having a decent ego, wanting to be the best and showing it by putting in the work.