CodeNewbie Community 🌱

# motivation

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Beginner coding & the anti-perfectionist challenge: Day 0

Beginner coding & the anti-perfectionist challenge: Day 0

8
Comments 8
2 min read
Week 1: what was learning html through SheCodes Basics like?

Week 1: what was learning html through SheCodes Basics like?

6
Comments 4
5 min read
I, QUIT...

I, QUIT...

10
Comments 9
1 min read
Nothing feels better...

Nothing feels better...

4
Comments 4
1 min read
Job Search Blues

Job Search Blues

5
Comments 5
3 min read
Coding Under Bombing: 5 War-Tested Steps to Be Productive Under Stress

Coding Under Bombing: 5 War-Tested Steps to Be Productive Under Stress

7
Comments 10
11 min read
CNC2022 Code More journey reflection: not very productive but insightful

CNC2022 Code More journey reflection: not very productive but insightful

8
Comments 5
3 min read
Imposter syndrome

Imposter syndrome

11
Comments 3
3 min read
Is coding for me?

Is coding for me?

7
Comments 3
2 min read
Baby Steps

Baby Steps

9
Comments 4
1 min read
From Teacher of Many to Teacher of One – Tips on How to Be a Self-Taught Learner

From Teacher of Many to Teacher of One – Tips on How to Be a Self-Taught Learner

14
Comments 3
11 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 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
Feedback is a gift

Feedback is a gift

4
Comments
4 min read
Easy or not, time will pass either way

Easy or not, time will pass either way

10
Comments
2 min read
Another year of contributing to Hacktoberfest !

Another year of contributing to Hacktoberfest !

4
Comments 3
3 min read
Read This Before Signing Up for a Bootcamp

Read This Before Signing Up for a Bootcamp

7
Comments 3
6 min read
Take Chances and Push Forward.

Take Chances and Push Forward.

6
Comments
2 min read
[Keynote] Coding's a Drag

[Keynote] Coding's a Drag

36
Comments 41
1 min read
Contributing to Open Source for the first time

Contributing to Open Source for the first time

9
Comments 2
4 min read
Why you should become a Full-Stack Developer

Why you should become a Full-Stack Developer

8
Comments
3 min read
I Plan to Start Coding Before 2022: Here's How

I Plan to Start Coding Before 2022: Here's How

11
Comments 7
4 min read
A Letter For You, Future Me.

A Letter For You, Future Me.

17
Comments 6
3 min read
Learning Git and and comitting through "I.S"

Learning Git and and comitting through "I.S"

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