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 using the app Centered made me more productive

How using the app Centered made me more productive

5
Comments 5
4 min read
Why you should learn JavaScript and Python in 2022

Why you should learn JavaScript and Python in 2022

7
Comments
5 min read
My 2021 Unwrapped

My 2021 Unwrapped

6
Comments
4 min read
What a working day looks like as a (junior) developer

What a working day looks like as a (junior) developer

17
Comments 14
5 min read
5 Actionable Steps to Land Your First Software Engineering Role

5 Actionable Steps to Land Your First Software Engineering Role

6
Comments 4
5 min read
How to create a professional LinkedIn profile

How to create a professional LinkedIn profile

6
Comments 1
4 min read
5 tips for beginners to web development

5 tips for beginners to web development

6
Comments 4
6 min read
Why developers don't like ETA's?

Why developers don't like ETA's?

3
Comments
6 min read
What qualities should a software engineer have?

What qualities should a software engineer have?

4
Comments 7
6 min read
How Iโ€™ve got a web development job one week after publishing my portfolio

How Iโ€™ve got a web development job one week after publishing my portfolio

15
Comments 4
13 min read
Podcasts for new software developers

Podcasts for new software developers

5
Comments 2
3 min read
Side projects I wouldn't build in 2021

Side projects I wouldn't build in 2021

6
Comments 1
2 min read
A simple formula for coding mastery

A simple formula for coding mastery

6
Comments 3
3 min read
Feedback is a gift

Feedback is a gift

4
Comments
4 min read
Code + design + write = SUPERPOWER

Code + design + write = SUPERPOWER

6
Comments 1
2 min read
Writing clean code: Naming

Writing clean code: Naming

10
Comments 3
5 min read
Why it is not important what programming languages you know in 2021

Why it is not important what programming languages you know in 2021

5
Comments 3
3 min read
Books every new software developer should read

Books every new software developer should read

8
Comments 13
6 min read
[On-Demand Talk] When Deeds Speak, Words Mean Nothing

[On-Demand Talk] When Deeds Speak, Words Mean Nothing

27
Comments 61
2 min read
[On-Demand Talk] You're not an Imposter, You're a Life-Long Learner

[On-Demand Talk] You're not an Imposter, You're a Life-Long Learner

64
Comments 85
2 min read
[On-Demand Talk] Tech & Social Impact - The Power of Volunteering

[On-Demand Talk] Tech & Social Impact - The Power of Volunteering

41
Comments 51
1 min read
[On-Demand Talk] Art History is a Feature: Non-Dev Work as a Superpower

[On-Demand Talk] Art History is a Feature: Non-Dev Work as a Superpower

34
Comments 41
2 min read
[On-Demand Talk] The Beauty of Being Stuck

[On-Demand Talk] The Beauty of Being Stuck

40
Comments 30
2 min read
How to write a promising CV

How to write a promising CV

6
Comments 11
4 min read
[On-Demand Talk] From Contributor to Maintainer in Open Source

[On-Demand Talk] From Contributor to Maintainer in Open Source

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