DEV Community

Cover image for What every newbie developer should know
Princewhyte Dabotubo
Princewhyte Dabotubo

Posted on

What every newbie developer should know

At some point in our career, we've had to look back at how we started and how we are progressing and then we ask that important question, what would have been beneficial to a less experienced me?

And so I decided to write to other new developers. In no particular order here are a few things I think you should know:

Do not waste your time getting into language wars:
Yeah, you read that right, don't. Every language has something someone would have an issue with and that person is likely not going to be you. Pick one and start learning. When you get more experienced you'll decide for yourself.

Not every solution marked good on stack-overflow applies to your case
I know at some point you'll be told or rather intuitively you'll only be looking out for ticked answers on stack-overflow, but that's not always the case. Some answers for your situation might be somewhere unmarked. Also do not forget to read the comments, there you'll understand certain things.

Before copying and pasting a code ask yourself Do I understand how it's working?
Every challenge you can't solve is an opportunity for you to learn something new. Do not throw the opportunity away by just pasting the solution. At some point, you might need a similar solution or to even maintain it. Try to understand why it's working.

Any Tutorial without practice exercises is a waste of time
I'm sure you might have heard about the tutorial hell, well it's closer than you think. Before you jump into any tutorial (unless you are an experienced dev just seeking to improve knowledge) check if it has practice exercises because that's where the real learning is, and do not just stop there let your mind travel and ask yourself where can this knowledge be applied.

College Matters
As painful as it may sound there's an advantage in the Job market and also intellectually a college graduate has over the opposite. Yeah everyone is saying college doesn't matter this and that trust me behind the scene they do the opposite. Sorry, your background doesn't fit the requirement (lol). Keep studying and Improving always no matter the challenge.

That your Code works don't mean its good enough
Hmm, the painful truth. Always try to get feedback and code reviews from seniors. This act can speed up your learning process a whole lot.

Software Developer Interview process is a frustrating one
Get ready to be rejected a lot for the road is very narrow. First, no one wants to hire a junior unless you are a senior that's a junior for a lesser pay you get the gist. You'll pass 3 rounds of interviews only to be told we are sorry you won't be moving on to the next round without compensation like who invented this system. The interview and the Job sometimes do not match like all you'll likely need is an ORM but they'll still test extreme SQL skills, You'll just need to write basic rest API and they'll still ask you how node.js was created.
Be strong and be ready.

Understand the Framework/Language
Yeah that you can create a CRUD application with your framework or library isn't enough. Try to get an understanding of the system for as you grow into more advanced roles, you'll likely be building tools for others to also use and the knowledge acquired would go a long way.

The curse of Knowledge is real
As you become better try to remember you also had a starting place. Don't get too extreme with newbies. Try to remember the tutorials and steps you took to understand a concept and share them. You already know the curse of knowledge and I must say it's so much in software development teams.

You are only as good as the challenges you've faced
The simple difference between a senior and a junior is experience. There's so much you need to learn. It starts by you asking yourself what should I be building. When you encounter obstacles you'll learn something new.

Start writing, documenting, blogging
Take us on a journey. Share your experience with the world. You do not have to be a good writer. You also do not always have to be right about a concept. I can boldly say I've learned a whole lot from the comment sections of an article and then I wonder what if the author didn't post in the first place.

Start connecting and Build your brand
Meet developers, attend events, join forums, and have interactions. At some stage, you'll get stuck and these things will open doors for you.
LinkedIn is a great tool I hope you are using it? don't be shy to showcase yourself and your skills.

And so that's it for me what would you also wish your less-experienced self knew. drop in the comment section.
you can connect with me on linkedin
github

Top comments (14)

Collapse
 
logicmirror profile image
LogicMirror

All this advice sounds very solid. But I couldn't work out what you were saying in this sentence: "First, no one wants to hire a junior unless you are a senior that's a junior for a lesser pay you get the gist."

Collapse
 
princewhyte2 profile image
Princewhyte Dabotubo

Thanks for the response. What I was trying to say is getting a job as a junior developer is difficult. When you see a post for a junior role the description is that of a senior just with a lesser payment.

Collapse
 
aylawrence2 profile image
Ayodele lawrence

You are right absolutely

Collapse
 
dendihandian profile image
Dendi Handian

I will never suggest software engineering job to my family member and relations because to take this career you need to have strong will to learn it, it need to come from themselves not me suggesting it.

Collapse
 
jaustinuf profile image
jaustinUF

"College Matters" ... Yeah Buddy!!!

  • doesn't have to be an expensive one, or in-person ... but that degree carries a lot of weight!
  • this field takes years to grow into ... why not get that 'piece of paper' while learning it?
  • I suspect that (at an inexpensive, maybe community college) the cost/benefit ratio (for time and income) leans toward that college experience. My opinions, after 60 years of programming and 40-some in software engineering.
Collapse
 
princewhyte2 profile image
Princewhyte Dabotubo

That's some experience there.
Carry me along sir

Collapse
 
sadeedpv profile image
Sadeedpv🥇

Facts 💯

Collapse
 
abh1navv profile image
Abhinav Pandey

Very well written 👏

Collapse
 
wisdomudo profile image
WISDOMUDO

I really learn alot from this post, thanks for sharing!

Collapse
 
rytis profile image
Rytis

Another one that I keep telling my students and junior developers: Never copy-paste code, ever! Always type it out manually. Especially if it's from Stack Overflow or another project. This might seem slow and counterintuitive, but it in the long run it will save you debug time and allow to understand the code better.

It also allows you to immediately tailor code to your specific use case on the fly.

Collapse
 
imonem profile image
imonem

The pain is real

Collapse
 
davidjackdev profile image
David Jack

no pain no agin

Collapse
 
josefine profile image
Josefine Schfr

I love this, so many painful truths in here - not easy to hear but nevertheless so important to remind ourselves.

Collapse
 
teefe profile image
Derrick Teefe

As a newbie, this is great information. Thanks alot