DEV Community

[Comment from a deleted post]
Collapse
 
bgadrian profile image
Adrian B.G.

I think they give the false feeling that their graduates know more things then in reality.
Or maybe their students think that it is a replacement for a tech background (self learned or CS faculty).

I do not know, I just saw their result, unprepared developers that lacks the basic of programming and web in general, not speaking of how computers work.

Sure they can be productive at the highest level of website development, but they often lose a lot of time because debugging or doing the wrong things.

I just have an advice for their students: a bootcamp is only the first semester, keep learning the computer science behind the frameworks you use, then behind the languages. Do this for the next 3-5 years and you will be more then fine. Also learn the chapters that bootcamps skips: security, performance, project management, Linux.

Collapse
 
helenanders26 profile image
Helen Anderson

That's great advice, there's so much more to learn, being on a team of senior developers can also make all the difference when it comes to all those 'don't know what you don't knows'.

Collapse
 
meg_gutshall profile image
Meg Gutshall

Question: You said "Sure they can be productive at the highest level of website development, but they often lose a lot of time because debugging or doing the wrong things." But I've seen many other people say to not ask for help unless you can tell the person five different things you tried and Google searched for the solution. Where's that middle ground?

Collapse
 
bgadrian profile image
Adrian B.G.

Hmm, I think those "methods" apply to more advanced juniors.

That rule is a firewall for the mentor, is a proof that the junior really cares about that problem and most important wants to learn how to solve it. It is a fear that if you just ask for the solution is "just a job, just a task" in opposite to "I'm here to learn".

Another big problem is that Development in general is a self-learning discipline (mostly because of the nature of the tech as an industry properties like fast advancements), and one thing that juniors must learn is to solve problems on their own, the first step include to search for solutions.

Teachers, books and manuals will take you trough the thinking and maybe in 50% of the implementation, then we are on our own. THis is where tutorials and stackoverflow should be used.

In your first year you probably don't know even to find 5 solutions to a problem. Then if you find a solution that works you most probably don't understand how it works, so you still have to go to a mentor and ask him "how to do it" and most important "why and how it works".