CodeNewbie Community 🌱

Career

The career tag is for any content related to working as a software developer at any level! Use this tag when giving interview tips, asking a question about your resume, etc!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How do you learn to "ask the right questions"...?

How do you learn to "ask the right questions"...?

7
Comments 4
1 min read
Why you should create a developer Instagram account

Why you should create a developer Instagram account

15
Comments 10
3 min read
How to Overcome Self Doubts and Impostor Syndrome

How to Overcome Self Doubts and Impostor Syndrome

7
Comments 2
7 min read
How to write to CXOs and supervisors

How to write to CXOs and supervisors

Comments
3 min read
What does it take to be Mentored?

What does it take to be Mentored?

4
Comments
3 min read
Announcing World In Dev

Announcing World In Dev

7
Comments
5 min read
Build your dream job

Build your dream job

8
Comments
3 min read
3 Key factors to consider when selecting your first programming language

3 Key factors to consider when selecting your first programming language

5
Comments 8
7 min read
Stop Watching Tutorials and Start Writing Your Own Code With These Five Tips

Stop Watching Tutorials and Start Writing Your Own Code With These Five Tips

17
Comments 6
5 min read
5 Tips for Getting Over Your Fear of Math

5 Tips for Getting Over Your Fear of Math

3
Comments 7
5 min read
Nailing it as a Junior Developer

Nailing it as a Junior Developer

4
Comments 2
4 min read
10 actionable tips and a simple framework to improve your daily writing

10 actionable tips and a simple framework to improve your daily writing

9
Comments 7
2 min read
What video games teach you about dealing with the Writer's Block

What video games teach you about dealing with the Writer's Block

5
Comments 8
4 min read
Mistakes come for Juniors and Seniors alike

Mistakes come for Juniors and Seniors alike

4
Comments 1
4 min read
Don't just code

Don't just code

2
Comments 8
3 min read
Non-CS degree holders, what did you study in college?

Non-CS degree holders, what did you study in college?

11
Comments 37
1 min read
Our Time For Tech: empowering female devs!

Our Time For Tech: empowering female devs!

7
Comments 3
1 min read
5 Things I Wish I Did Differently While Pursing My Computer Science Degree

5 Things I Wish I Did Differently While Pursing My Computer Science Degree

11
Comments 14
3 min read
Effective Learning with Tutorials

Effective Learning with Tutorials

25
Comments 10
3 min read
5 Mindsets to avoid when you start coding | Newbie tips series

5 Mindsets to avoid when you start coding | Newbie tips series

5
Comments 3
6 min read
Self-studying 101: advice from a self-taught dev

Self-studying 101: advice from a self-taught dev

30
Comments 15
3 min read
8 Things I wish I knew as a Junior Developer

8 Things I wish I knew as a Junior Developer

6
Comments 2
6 min read
My First Post!

My First Post!

7
Comments 3
3 min read
Why and how you can develop Design Sense? 👩🏽‍🎨

Why and how you can develop Design Sense? 👩🏽‍🎨

25
Comments 16
5 min read
Data Structures in JavaScript: Arrays

Data Structures in JavaScript: Arrays

7
Comments
4 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);