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.
S20:E6 โ€” How to create successful mobile games

S20:E6 โ€” How to create successful mobile games

11
Comments 12
1 min read
What's a Git workflow

What's a Git workflow

9
Comments 4
6 min read
Weekly Role Call ๐Ÿ’ผ

Weekly Role Call ๐Ÿ’ผ

8
Comments
1 min read
How to kill morale and get rid of your most valuable developers

How to kill morale and get rid of your most valuable developers

7
Comments
5 min read
S20:E3 โ€” How to think like a CTO ๐ŸŽ™

S20:E3 โ€” How to think like a CTO ๐ŸŽ™

14
Comments
1 min read
S20:E2 โ€” What you need to be prepared for any job interview ๐ŸŽ™

S20:E2 โ€” What you need to be prepared for any job interview ๐ŸŽ™

11
Comments 2
1 min read
How to gain experience as a UX Designer?

How to gain experience as a UX Designer?

3
Comments 8
1 min read
Job Search Blues

Job Search Blues

5
Comments 5
3 min read
Day 11 -- #100days

Day 11 -- #100days

7
Comments
1 min read
Explain it to your rubber duck

Explain it to your rubber duck

6
Comments
2 min read
Starting somewhere

Starting somewhere

11
Comments 5
2 min read
Working on My Portfolio!

Working on My Portfolio!

11
Comments 5
2 min read
How I Review Pull Requests

How I Review Pull Requests

9
Comments 1
3 min read
Taking calculated risks: How I saved my company $1 million

Taking calculated risks: How I saved my company $1 million

1
Comments
4 min read
8 GitHub resources for becoming a developer in 2022

8 GitHub resources for becoming a developer in 2022

32
Comments 1
2 min read
Communication for devs

Communication for devs

5
Comments 7
7 min read
How I setup my Development Environment on macOS 2022 Edition

How I setup my Development Environment on macOS 2022 Edition

13
Comments 3
8 min read
50 Cool Web And Mobile Project Ideas for 2022

50 Cool Web And Mobile Project Ideas for 2022

7
Comments 10
20 min read
Imposter syndrome

Imposter syndrome

11
Comments 3
3 min read
Software development, where to start?

Software development, where to start?

7
Comments 1
6 min read
Moving from JavaScript to TypeScript

Moving from JavaScript to TypeScript

4
Comments 1
7 min read
Turing Launches a Global, Career-Centric Community for Developers

Turing Launches a Global, Career-Centric Community for Developers

5
Comments
1 min read
Would you learn InfoSec or Machine Learning?

Would you learn InfoSec or Machine Learning?

3
Comments 2
1 min read
Insights into a working day of a developer in a project

Insights into a working day of a developer in a project

7
Comments 11
3 min read
How to launch a Minimum viable product (MVP) in 2022

How to launch a Minimum viable product (MVP) in 2022

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