CodeNewbie Community 🌱

# beginners

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Mistakes come for Juniors and Seniors alike

Mistakes come for Juniors and Seniors alike

4
Comments 1
4 min read
Variables and Constants in C Programming

Variables and Constants in C Programming

5
Comments
3 min read
How to build a Dice Roller in Python

How to build a Dice Roller in Python

2
Comments 1
3 min read
Hello World Program in C

Hello World Program in C

7
Comments
3 min read
Why do #100DaysOfCode?

Why do #100DaysOfCode?

14
Comments 1
4 min read
from dental to dev. a journey in progress

from dental to dev. a journey in progress

7
Comments 10
3 min read
Acronym Generator using Python

Acronym Generator using Python

5
Comments
2 min read
5 Things I Wish I Did Differently While Pursing My Computer Science Degree

5 Things I Wish I Did Differently While Pursing My Computer Science Degree

11
Comments 14
3 min read
Slice and splice: explained

Slice and splice: explained

4
Comments
3 min read
5 Mindsets to avoid when you start coding | Newbie tips series

5 Mindsets to avoid when you start coding | Newbie tips series

5
Comments 3
6 min read
Self-studying 101: advice from a self-taught dev

Self-studying 101: advice from a self-taught dev

30
Comments 15
3 min read
8 Things I wish I knew as a Junior Developer

8 Things I wish I knew as a Junior Developer

6
Comments 2
6 min read
The ABCs of HTML Elements

The ABCs of HTML Elements

12
Comments 4
3 min read
5 Useful ways to help you practice coding | Newbie tips series

5 Useful ways to help you practice coding | Newbie tips series

4
Comments
5 min read
Mike Rogers: Freelancer & Independent Founder

Mike Rogers: Freelancer & Independent Founder

31
Comments 6
4 min read
I've Never finished a "Learn to Code" Program

I've Never finished a "Learn to Code" Program

7
Comments 2
6 min read
That's it! That's The Tweet! Send!!

That's it! That's The Tweet! Send!!

5
Comments 2
5 min read
CSS Unit: em

CSS Unit: em

4
Comments
2 min read
My First Post!

My First Post!

7
Comments 3
3 min read
Functional programming in python

Functional programming in python

6
Comments 1
3 min read
Why and how you can develop Design Sense? 👩🏽‍🎨

Why and how you can develop Design Sense? 👩🏽‍🎨

25
Comments 16
5 min read
Linux Terminal: The Ultimate Cheat Sheet

Linux Terminal: The Ultimate Cheat Sheet

18
Comments
15 min read
JavaFX: A Brief Introduction (Part One)

JavaFX: A Brief Introduction (Part One)

8
Comments 2
7 min read
3 Things I Wish I Knew When I Switched Careers to Coding

3 Things I Wish I Knew When I Switched Careers to Coding

19
Comments 4
5 min read
6 REASONS to Learn Python Programming in 2021

6 REASONS to Learn Python Programming in 2021

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