DEV Community

Zack
Zack

Posted on

What are the most important things I need to know as new coder?(I want to get a job in the field one day)

Top comments (17)

Collapse
 
epigene profile image
Augusts Bautra

How to get the foot in the door.
It's always been the case, and nowadays even more, that a CS degree is irrelevant for employers. Get an interview, show you're interested in solving problems for the company and grow on the job.

Collapse
 
rjonesy profile image
R Jones

Be curious about new things but beware of hype.

Collapse
 
bronlund profile image
Pal Bronlund

Data-structures, control flow and language syntax :)

Collapse
 
salahyoumir profile image
salah youmir

Creating personal projects - not todo apps - from scratch with proper back, front it's CI/CD will be very helpful for interviews to get a job. Best of luck

Collapse
 
cryptosandy profile image
Crypto.Andy (DEV)

Don’t just follow tutorials—build real things! Start small (a calculator, to-do app, weather app) and work your way up

Collapse
Collapse
 
webjose profile image
José Pablo Ramírez Vargas

Whatever you do, don't believe that a portfolio website amounts to anything. It doesn't. Do it if you want, but consider it practice.

What's more valuable is your GitHub profile. Contribute to open source, create your own repositories, etc. This is far better than having a portfolio.

Collapse
 
avanichols_dev profile image
Ava Nichols

Enthusiasm goes a long way!

Collapse
 
dev_prince profile image
Royal Highgrass

Agreed!

Collapse
 
canro91 profile image
Cesar Aguirre
Collapse
 
aidanldev profile image
Aidan • Edited

In an interview, making it clear you're willing to learn. If you have example projects that you've built as part of a course/on your own, use those as examples of where you've demonstrated that you're self motivated and love to get stuck in.

Every role is unique and will require different skills, but if they're hiring a junior/entry level dev they won't expect you to know everything, but they will want someone who can pick up the skills required for the job.

Best of luck!

Some comments may only be visible to logged-in visitors. Sign in to view all comments.