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.
Collective NaNoWriMo: Let's Write Together!

Collective NaNoWriMo: Let's Write Together!

6
Comments 4
4 min read
The CodeNewbie Podcast returns for Season 22! 🥳🎉

The CodeNewbie Podcast returns for Season 22! 🥳🎉

6
Comments 1
1 min read
A writer’s journey into programming

A writer’s journey into programming

8
Comments
8 min read
First Open Source Contribution🥳

First Open Source Contribution🥳

6
Comments
1 min read
DOM Manipulation: part I

DOM Manipulation: part I

14
Comments
3 min read
The Occasional Update - no.6

The Occasional Update - no.6

6
Comments 4
4 min read
React environment frustration. Growing as a learner

React environment frustration. Growing as a learner

1
Comments 1
2 min read
Day 50: Reflecting at the Halfway Point

Day 50: Reflecting at the Halfway Point

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

Getting in love with the unfamiliar codebase

4
Comments
3 min read
Mini Portfolio: Bring Your GitHub Profile To The Next Level

Mini Portfolio: Bring Your GitHub Profile To The Next Level

17
Comments 2
8 min read
New Programmer joining In...

New Programmer joining In...

2
Comments
1 min read
The Occasional Update - no.4

The Occasional Update - no.4

7
Comments 5
3 min read
How To Get Unstuck In Coding With The Power Of Community

How To Get Unstuck In Coding With The Power Of Community

13
Comments 5
4 min read
Computer Networking | Part-3: The OSI Model

Computer Networking | Part-3: The OSI Model

8
Comments 4
5 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
5 Awesome HTML and CSS projects to build (with codepen preview)

5 Awesome HTML and CSS projects to build (with codepen preview)

36
Comments 5
3 min read
The One and Only Software Design Principle

The One and Only Software Design Principle

11
Comments
5 min read
Deploy your own API and build cool projects

Deploy your own API and build cool projects

22
Comments 2
4 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
Cristina Padilla: the Self-Taught, Curious Coder

Cristina Padilla: the Self-Taught, Curious Coder

21
Comments
3 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
Guide To Asking Questions About Code

Guide To Asking Questions About Code

10
Comments
3 min read
Tech Is For Everyone. Don't Let People Tell You Otherwise

Tech Is For Everyone. Don't Let People Tell You Otherwise

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