CodeNewbie Community 🌱

# 100daysofcode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Midpoint with Karel in Python

Midpoint with Karel in Python

5
Comments
3 min read
Reeborgs robot in Python

Reeborgs robot in Python

5
Comments
4 min read
Hang Man in Python

Hang Man in Python

4
Comments
2 min read
#100 days of Python, Day 5

#100 days of Python, Day 5

5
Comments
3 min read
#100DaysofCode Chapter 10 ~ FreeCodeCamp Responsive Websites

#100DaysofCode Chapter 10 ~ FreeCodeCamp Responsive Websites

9
Comments
2 min read
#100DaysofCode Chapter 9 ~ CSS Preprocessor (Sass)

#100DaysofCode Chapter 9 ~ CSS Preprocessor (Sass)

8
Comments
4 min read
#100DaysofCode Chapter 7 ~ Mobile-First Websites

#100DaysofCode Chapter 7 ~ Mobile-First Websites

11
Comments
3 min read
#100DaysofCode Chapter 8 ~ Modern Website Design

#100DaysofCode Chapter 8 ~ Modern Website Design

9
Comments
3 min read
#100DaysofCode Chapter 6 ~ CSS Framework (Bootstrap 5)

#100DaysofCode Chapter 6 ~ CSS Framework (Bootstrap 5)

9
Comments
2 min read
#100DaysofCode Chapter 1 ~ HTML and CSS Basics

#100DaysofCode Chapter 1 ~ HTML and CSS Basics

20
Comments 3
4 min read
#100DaysofCode Chapter 5 ~ CSS Illustration

#100DaysofCode Chapter 5 ~ CSS Illustration

11
Comments 3
3 min read
#100DaysofCode Chapter 4 ~ CSS Animation

#100DaysofCode Chapter 4 ~ CSS Animation

8
Comments 1
3 min read
#100DaysofCode Chapter 2 ~ CSS Flexbox

#100DaysofCode Chapter 2 ~ CSS Flexbox

11
Comments
3 min read
#100DaysofCode Chapter 3 ~ CSS Grid

#100DaysofCode Chapter 3 ~ CSS Grid

9
Comments
3 min read
Getting Out of Tutorial Hell

Getting Out of Tutorial Hell

24
Comments 9
4 min read
20 YouTube Channels to Follow for Web Developers

20 YouTube Channels to Follow for Web Developers

5
Comments 9
4 min read
My Coding Journey in 2020 ~ #100DaysofCode Challenge Accepted

My Coding Journey in 2020 ~ #100DaysofCode Challenge Accepted

5
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);