CodeNewbie Community 🌱

# beginners

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why I built a virtual tutor for teaching JavaScript and React

Why I built a virtual tutor for teaching JavaScript and React

4
Comments 1
3 min read
Pixxia - Compress/Optimize your Images to save storage space...

Pixxia - Compress/Optimize your Images to save storage space...

9
Comments 1
2 min read
what programming language should you learn?

what programming language should you learn?

2
Comments 3
5 min read
College vs Self Taught vs Boot camps | Which one should you choose?

College vs Self Taught vs Boot camps | Which one should you choose?

1
Comments 3
1 min read
Pointers in C Programming

Pointers in C Programming

12
Comments 1
2 min read
Arrays in C Programming

Arrays in C Programming

6
Comments 3
2 min read
10 Tips For New Self-Taught Developers In Learning To Code - Advice From A Fellow Self-Taught Developer

10 Tips For New Self-Taught Developers In Learning To Code - Advice From A Fellow Self-Taught Developer

22
Comments 14
6 min read
Contactless Attendance System

Contactless Attendance System

9
Comments
2 min read
What is Function in C

What is Function in C

5
Comments
2 min read
Navigate the frontend easily with the Inspector (Part 1)

Navigate the frontend easily with the Inspector (Part 1)

19
Comments 11
10 min read
What is Java and its Brief History

What is Java and its Brief History

8
Comments 2
6 min read
CSS Tip : how to make your img levitate

CSS Tip : how to make your img levitate

9
Comments 4
2 min read
8 Resources To Learn Web Development

8 Resources To Learn Web Development

5
Comments 5
2 min read
My Coding Orgin Story = Chaos

My Coding Orgin Story = Chaos

2
Comments
2 min read
Decision Making statements in C

Decision Making statements in C

7
Comments
2 min read
Header files in C

Header files in C

5
Comments
2 min read
What You Need to Know Before You Start Learning Code

What You Need to Know Before You Start Learning Code

8
Comments 2
5 min read
How to build a BMI Calculator in Python

How to build a BMI Calculator in Python

6
Comments 12
3 min read
How to run an HTML/PHP website on Localhost

How to run an HTML/PHP website on Localhost

5
Comments 1
2 min read
Semantic Tags In HTML5: The What And Why

Semantic Tags In HTML5: The What And Why

5
Comments
4 min read
Contributing To An Open Source by A First-Timer (Part 1)

Contributing To An Open Source by A First-Timer (Part 1)

12
Comments 5
3 min read
How to build a Quiz Game in Python

How to build a Quiz Game in Python

5
Comments 5
6 min read
What video games teach you about dealing with the Writer's Block

What video games teach you about dealing with the Writer's Block

5
Comments 8
4 min read
Contributing To An Open Source by A First-Timer (Part 2)

Contributing To An Open Source by A First-Timer (Part 2)

11
Comments
4 min read
Debra-Kaye Elliott: The Go-Getter

Debra-Kaye Elliott: The Go-Getter

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