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.
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
Fifteen-year-old fullstack developer | High school grad | 4+ years of coding - Ask me anything

Fifteen-year-old fullstack developer | High school grad | 4+ years of coding - Ask me anything

3
Comments 1
1 min read
Lesson 8 - CSS Crash Course for Beginners #fullstackroadmap

Lesson 8 - CSS Crash Course for Beginners #fullstackroadmap

4
Comments
46 min read
A taste of syntactic sugar with async/await

A taste of syntactic sugar with async/await

6
Comments
5 min read
Monetize your website without impacting your visitors

Monetize your website without impacting your visitors

4
Comments 7
4 min read
You Need to Try These 10 NPM Packages as a React Developer

You Need to Try These 10 NPM Packages as a React Developer

8
Comments 2
5 min read
7 interesting HTML attributes (you may not know)

7 interesting HTML attributes (you may not know)

3
Comments 2
5 min read
8 Resources To Learn Web Development

8 Resources To Learn Web Development

5
Comments 5
2 min read
What's something you're struggling with?

What's something you're struggling with?

8
Comments 13
1 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
Creating a snowfall effect with HTML and CSS

Creating a snowfall effect with HTML and CSS

5
Comments 5
5 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
Is it Webpack or Node?

Is it Webpack or Node?

6
Comments
3 min read
Semantic Tags In HTML5: The What And Why

Semantic Tags In HTML5: The What And Why

5
Comments
4 min read
CSS Dino game

CSS Dino game

3
Comments 7
3 min read
An Intro to RSS Feeds [Illustrated]

An Intro to RSS Feeds [Illustrated]

1
Comments 2
4 min read
Lorem Ipsum – dummy texts for web and graphic design

Lorem Ipsum – dummy texts for web and graphic design

1
Comments 8
2 min read
The power of saying “NO!”: A Software Engineering Superpower

The power of saying “NO!”: A Software Engineering Superpower

4
Comments
4 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
Lesson 6 - JavaScript Built-In Functions and Objects #fullstackroadmap

Lesson 6 - JavaScript Built-In Functions and Objects #fullstackroadmap

5
Comments 2
41 min read
6 REASONS to Learn Python Programming in 2021

6 REASONS to Learn Python Programming in 2021

5
Comments 3
2 min read
Getting the user's location with JavaScript

Getting the user's location with JavaScript

8
Comments 2
4 min read
Switching to a Tech Career at Thirty-Five

Switching to a Tech Career at Thirty-Five

2
Comments 3
3 min read
Don't Be Afraid to Try Different Learning Methods

Don't Be Afraid to Try Different Learning Methods

6
Comments
3 min read
Best Podcasts For New Web Developers

Best Podcasts For New Web Developers

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