CodeNewbie Community 🌱

# fundamentals

This tag is for articles covering fundamental coding concepts.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
From Front Desk to Front End p.2

From Front Desk to Front End p.2

3
Comments 6
4 min read
Github: How to fix broken image paths

Github: How to fix broken image paths

6
Comments 4
2 min read
What’s new in JavaScript after the ES2022 release?

What’s new in JavaScript after the ES2022 release?

6
Comments 3
5 min read
From Front Desk to Front End p.1

From Front Desk to Front End p.1

6
Comments 11
5 min read
Null: The Billion Dollar Mistake

Null: The Billion Dollar Mistake

6
Comments 4
7 min read
Algorithms for a newbie

Algorithms for a newbie

7
Comments
2 min read
JavaScript greetings: Hello World!

JavaScript greetings: Hello World!

5
Comments
3 min read
How Do I Resolve Merge Conflicts?

How Do I Resolve Merge Conflicts?

10
Comments 2
5 min read
Communication for devs

Communication for devs

5
Comments 7
7 min read
Web Development Intro

Web Development Intro

7
Comments 3
6 min read
The Secret Every New Developer Should Know!

The Secret Every New Developer Should Know!

15
Comments 1
4 min read
Measuring your progress in Web Development: why is it important and how to do it

Measuring your progress in Web Development: why is it important and how to do it

8
Comments 3
5 min read
Charming Python with Lists

Charming Python with Lists

7
Comments 5
18 min read
If This... Then That

If This... Then That

10
Comments 1
9 min read
How do I code?

How do I code?

7
Comments
8 min read
Words, Numbers, & Variables, Oh My

Words, Numbers, & Variables, Oh My

6
Comments 1
9 min read
Introduction to Scalable Vector Graphics (SVG)

Introduction to Scalable Vector Graphics (SVG)

4
Comments 11
13 min read
What is unit testing?

What is unit testing?

8
Comments 3
5 min read
Podcasts for new software developers

Podcasts for new software developers

5
Comments 2
3 min read
Lazy debugging gone long

Lazy debugging gone long

6
Comments 1
2 min read
Basics of Cloud Computing for a TechNewbie

Basics of Cloud Computing for a TechNewbie

3
Comments 2
5 min read
How to not cut off the top of your section when using anchor tags

How to not cut off the top of your section when using anchor tags

11
Comments 12
1 min read
Writing clean code: Naming

Writing clean code: Naming

10
Comments 3
5 min read
The Odin Project: Landing page: walk-through

The Odin Project: Landing page: walk-through

9
Comments 5
2 min read
Android Simplified. Documenting code

Android Simplified. Documenting code

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