CodeNewbie Community 🌱

Web Development

This tag is for content related to web development. You can use it on tutorials, personal stories about building developing a simple single static page, or something more high-level!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
#100DaysofCode Chapter 4 ~ CSS Animation

#100DaysofCode Chapter 4 ~ CSS Animation

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

#100DaysofCode Chapter 3 ~ CSS Grid

9
Comments
3 min read
10 reasons why Twitter is better than LinkedIn for finding work

10 reasons why Twitter is better than LinkedIn for finding work

18
Comments 10
5 min read
Setting Yourself Up for Success: How I Define MVP (Minimal Viable Product)

Setting Yourself Up for Success: How I Define MVP (Minimal Viable Product)

5
Comments 1
5 min read
5 Beginner-Friendly Coding Livestreams to Learn Programming

5 Beginner-Friendly Coding Livestreams to Learn Programming

11
Comments 3
2 min read
3 reasons why you should know about Atomic Design as a Developer

3 reasons why you should know about Atomic Design as a Developer

10
Comments 9
6 min read
Adventures of the Open-Source Avenger: Embarking Upon 52 Weeks of Open-Source

Adventures of the Open-Source Avenger: Embarking Upon 52 Weeks of Open-Source

9
Comments 3
7 min read
Why you should create a developer Instagram account

Why you should create a developer Instagram account

15
Comments 10
3 min read
Every CSS Background Property Illustrated and Explained with Code Examples 🎖️

Every CSS Background Property Illustrated and Explained with Code Examples 🎖️

2
Comments 1
11 min read
How the global pandemic turned more people to code and why you should do it too

How the global pandemic turned more people to code and why you should do it too

6
Comments 2
7 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
50+ Free Websites For Learning How to Code

50+ Free Websites For Learning How to Code

6
Comments 4
8 min read
Final episode: Portfolio completed, follow-ups, sitemap, next plan

Final episode: Portfolio completed, follow-ups, sitemap, next plan

6
Comments 1
4 min read
The easiest way to download SVGs from a website

The easiest way to download SVGs from a website

5
Comments 4
2 min read
10+ Free And Affordable Resources To Learn Frontend Web Development

10+ Free And Affordable Resources To Learn Frontend Web Development

11
Comments 5
4 min read
Announcing World In Dev

Announcing World In Dev

7
Comments
5 min read
50 Cool Web And Mobile Project Ideas for 2021

50 Cool Web And Mobile Project Ideas for 2021

21
Comments 8
15 min read
Hello World!

Hello World!

4
Comments 2
3 min read
Getting Out of My Comfort Zone

Getting Out of My Comfort Zone

2
Comments 2
3 min read
Learning Rails

Learning Rails

9
Comments 2
5 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
CSS Grid Cheat Sheet Illustrated in 2021🎖️

CSS Grid Cheat Sheet Illustrated in 2021🎖️

28
Comments 4
5 min read
How do I create a Player for a Podcast using RSS Feed?

How do I create a Player for a Podcast using RSS Feed?

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