CodeNewbie Community 🌱

CodeNewbie Meta Content

This tag is for content related to the CodeNewbie community (i.e. CodeNewbie twitter chats, site mechanics, and questions for CodeNewbie organizers)

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
CSS positioning: how to?

CSS positioning: how to?

8
Comments
3 min read
Tyler VanBlargan: Community Connoisseur

Tyler VanBlargan: Community Connoisseur

16
Comments
3 min read
A Reflection on my "Start-Coding" Journey and the Community

A Reflection on my "Start-Coding" Journey and the Community

6
Comments
2 min read
A talk on "Sustainable Web Design"?

A talk on "Sustainable Web Design"?

5
Comments 3
1 min read
A reflection on my CNC2022 Learn in Public journey

A reflection on my CNC2022 Learn in Public journey

10
Comments 9
4 min read
Nevertheless, Ayu Coded in 2022 And Learned Much More

Nevertheless, Ayu Coded in 2022 And Learned Much More

6
Comments 3
3 min read
"A reflection on my #CNC2022 Start Coding journey"

"A reflection on my #CNC2022 Start Coding journey"

6
Comments 5
2 min read
Estee Tey: An Adaptable, Bold, and Open-Minded Coder

Estee Tey: An Adaptable, Bold, and Open-Minded Coder

16
Comments 8
4 min read
First crucial step

First crucial step

4
Comments 2
1 min read
Another week of coding down...

Another week of coding down...

7
Comments 1
2 min read
A never ending coding journey

A never ending coding journey

8
Comments
2 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
Is coding for me?

Is coding for me?

7
Comments 3
2 min read
New to Coding & Loving the Journey!

New to Coding & Loving the Journey!

8
Comments 4
2 min read
My First 3 Weeks

My First 3 Weeks

8
Comments 1
1 min read
Dude Where's My ID?

Dude Where's My ID?

5
Comments 2
2 min read
Coding Goals

Coding Goals

7
Comments 2
2 min read
Starting Over :)

Starting Over :)

6
Comments 2
2 min read
CSS: The Flavor of Front-end Web Development

CSS: The Flavor of Front-end Web Development

6
Comments
2 min read
I feel stucked it and the only way to improve this is by coding more :)

I feel stucked it and the only way to improve this is by coding more :)

3
Comments 1
3 min read
Baby Steps

Baby Steps

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