CodeNewbie Community 🌱

Discuss

Whether you have a question about a particular programming language or your'd like opinions on a personal career scenario, use this tag to start discussions with the CodeNewbie community!

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Tips From A Shy Introvert: How To Engage And Get More Involved In A Community

Tips From A Shy Introvert: How To Engage And Get More Involved In A Community

12
Comments 2
5 min read
What Makes You Stay In A Community?

What Makes You Stay In A Community?

6
Comments
3 min read
Python 3.11.0 is here to replace 3.10.x

Python 3.11.0 is here to replace 3.10.x

3
Comments
2 min read
Getting in love with the unfamiliar codebase

Getting in love with the unfamiliar codebase

4
Comments
3 min read
Networking Terminologies

Networking Terminologies

9
Comments 7
5 min read
Netflix Clone

Netflix Clone

10
Comments 22
1 min read
Don't Miss the Season 21 Premiere of the CodeNewbie Podcast!

Don't Miss the Season 21 Premiere of the CodeNewbie Podcast!

6
Comments 1
2 min read
The One and Only Software Design Principle

The One and Only Software Design Principle

11
Comments
5 min read
What's your non-coding superpower?

What's your non-coding superpower?

26
Comments 68
1 min read
What is your recent side project?

What is your recent side project?

3
Comments
1 min read
Null: The Billion Dollar Mistake

Null: The Billion Dollar Mistake

6
Comments 4
7 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
Coders with arts background?

Coders with arts background?

8
Comments 3
1 min read
Hallway chat: Do you have stickers on your computer?

Hallway chat: Do you have stickers on your computer?

16
Comments 27
1 min read
How did you realize you wanted to learn to code?

How did you realize you wanted to learn to code?

18
Comments 51
1 min read
Share a gif that best represents where you're at on your coding journey

Share a gif that best represents where you're at on your coding journey

15
Comments 61
1 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
Codeland Hallway Chat - What's your favorite Notebook + Pens?

Codeland Hallway Chat - What's your favorite Notebook + Pens?

6
Comments 6
1 min read
What's one bit of professional advice you'd give yourself from one year ago?

What's one bit of professional advice you'd give yourself from one year ago?

16
Comments 31
1 min read
What’s the last thing you learned that blew your mind?

What’s the last thing you learned that blew your mind?

15
Comments 24
1 min read
What’s a cool thing that you learned from a CodeLand 2022 talk?

What’s a cool thing that you learned from a CodeLand 2022 talk?

4
Comments 8
1 min read
How do you stay motivated to learn and progress?

How do you stay motivated to learn and progress?

22
Comments 50
1 min read
What was your Coding Journey

What was your Coding Journey

7
Comments 4
1 min read
What's one thing that once intimidated you about computers or tech that you've overcome?

What's one thing that once intimidated you about computers or tech that you've overcome?

15
Comments 30
1 min read
Tell us about your side projects!

Tell us about your side projects!

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