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.
7 Practices of Excellent Developers (And All-Around Awesome Humans)

7 Practices of Excellent Developers (And All-Around Awesome Humans)

9
Comments 3
12 min read
Full-Stack Developer Vs Software Engineer

Full-Stack Developer Vs Software Engineer

7
Comments 7
3 min read
Not as Productive as Others?

Not as Productive as Others?

6
Comments 1
6 min read
4 Things I Learned About The Software Engineering Culture

4 Things I Learned About The Software Engineering Culture

7
Comments 2
4 min read
Ethics in Programming: The Project I Refused

Ethics in Programming: The Project I Refused

Comments 2
4 min read
Writing code | The ultimate junior developer survival guide

Writing code | The ultimate junior developer survival guide

13
Comments 3
3 min read
Getting started | The ultimate junior developer survival guide

Getting started | The ultimate junior developer survival guide

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