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.
Finding the Balance: Nurturing downtime for Freelancers and Entrepreneurs

Finding the Balance: Nurturing downtime for Freelancers and Entrepreneurs

Comments 1
3 min read
Top 11 AI tools beyond ChatGPT in 2023

Top 11 AI tools beyond ChatGPT in 2023

Comments 1
3 min read
From Front Desk to Front End p.30 Dictionary App More CSS + Reading Eloquent JS

From Front Desk to Front End p.30 Dictionary App More CSS + Reading Eloquent JS

6
Comments 5
9 min read
My dev experience at The Collab Lab

My dev experience at The Collab Lab

4
Comments 1
5 min read
CodeNewbie Podcast: S23:E1 Psychological Safety in Tech **Discussion**!

CodeNewbie Podcast: S23:E1 Psychological Safety in Tech **Discussion**!

Comments 2
1 min read
The CodeNewbie Podcast is Back! S23:E1 Psychological Safety in Tech with Taylor Poindexter

The CodeNewbie Podcast is Back! S23:E1 Psychological Safety in Tech with Taylor Poindexter

2
Comments 8
1 min read
How to Solve Any Algorithm

How to Solve Any Algorithm

3
Comments 2
5 min read
CodeNewbie Season 22 Episode 8! From Opera to Code with Anna McDougall

CodeNewbie Season 22 Episode 8! From Opera to Code with Anna McDougall

3
Comments 2
1 min read
Choose the best programming language to learn first: beginner’s guide + free eBook

Choose the best programming language to learn first: beginner’s guide + free eBook

3
Comments
5 min read
CodeNewbie Season 22 Episode 4! Showing up in tech with Jason Lengstorf

CodeNewbie Season 22 Episode 4! Showing up in tech with Jason Lengstorf

5
Comments
1 min read
You Are Not A Coding Monkey

You Are Not A Coding Monkey

4
Comments
5 min read
CodeNewbie Season 22 Episode 3! Demonstrating curiosity kindly with Matt Newkirk

CodeNewbie Season 22 Episode 3! Demonstrating curiosity kindly with Matt Newkirk

7
Comments 1
1 min read
The CodeNewbie Podcast, S21:E6 — What it looks like to be an apprentice engineer at Pinterest

The CodeNewbie Podcast, S21:E6 — What it looks like to be an apprentice engineer at Pinterest

7
Comments
1 min read
Recommended: W3 Schools Certifications

Recommended: W3 Schools Certifications

9
Comments 6
1 min read
Failing Is Not Failure — What I Learned From Failed Interviews

Failing Is Not Failure — What I Learned From Failed Interviews

18
Comments 8
4 min read
The Importance of Being a Maintainer

The Importance of Being a Maintainer

6
Comments
3 min read
What is your recent side project?

What is your recent side project?

3
Comments
1 min read
Kelsey Hightower's Codeland22 Keynote: My 5 Takeaways on Building Meaningful Careers

Kelsey Hightower's Codeland22 Keynote: My 5 Takeaways on Building Meaningful Careers

7
Comments 2
4 min read
The CodeNewbie Podcast, S20:E8 — How to Be a Successful Solopreneur

The CodeNewbie Podcast, S20:E8 — How to Be a Successful Solopreneur

9
Comments
1 min read
What would you have liked to know before you got your first tech job?

What would you have liked to know before you got your first tech job?

6
Comments 2
1 min read
How I want to get from a11y minded to a11y expert

How I want to get from a11y minded to a11y expert

5
Comments 14
2 min read
Hey CodeLand! Sema Software would love to connect and talk about your accomplishments ⭐

Hey CodeLand! Sema Software would love to connect and talk about your accomplishments ⭐

27
Comments 35
2 min read
S20:E4 — How to transition from the arts into a career in tech 🎙

S20:E4 — How to transition from the arts into a career in tech 🎙

6
Comments
1 min read
What was your Coding Journey

What was your Coding Journey

7
Comments 4
1 min read
Choosing a Path in Tech

Choosing a Path in Tech

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