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.
Awesome Starting Points When Creating Your First Web Page

Awesome Starting Points When Creating Your First Web Page

3
Comments 2
3 min read
How to get the most out of a code review

How to get the most out of a code review

2
Comments
2 min read
Coding my portfolio: Setting up website files

Coding my portfolio: Setting up website files

6
Comments 1
2 min read
How pair programming can change your coding experience

How pair programming can change your coding experience

6
Comments 2
2 min read
React Anti-Patterns and Best Practices - Do's and Don'ts

React Anti-Patterns and Best Practices - Do's and Don'ts

2
Comments
16 min read
From Front Desk to Front End p.22

From Front Desk to Front End p.22

1
Comments 5
4 min read
Drawing a chibi character with CSS (with video)

Drawing a chibi character with CSS (with video)

1
Comments 2
2 min read
Applying the useState Hook to an old React project

Applying the useState Hook to an old React project

5
Comments 7
5 min read
Complete Guide To Make You a Regex Guru

Complete Guide To Make You a Regex Guru

5
Comments 2
20 min read
Different ways to create objects in JavaScript

Different ways to create objects in JavaScript

3
Comments 1
1 min read
How to setup HarperDB on Ubuntu

How to setup HarperDB on Ubuntu

1
Comments
6 min read
Old Photo Effect with CSS

Old Photo Effect with CSS

3
Comments 4
8 min read
DOM Manipulation: part II

DOM Manipulation: part II

5
Comments
2 min read
6 Use Cases for Regex in Your Daily Work

6 Use Cases for Regex in Your Daily Work

4
Comments
8 min read
I’ve Been Designing Websites All Wrong

I’ve Been Designing Websites All Wrong

3
Comments
4 min read
Creating a Platform for Rap Annotations Part 1

Creating a Platform for Rap Annotations Part 1

3
Comments 1
3 min read
From Front Desk to Front End p.20

From Front Desk to Front End p.20

4
Comments 2
2 min read
Extensive List of Best Development Resources - 121 Links to Guides, Cheat Sheets and More List of Resources

Extensive List of Best Development Resources - 121 Links to Guides, Cheat Sheets and More List of Resources

8
Comments 1
11 min read
A writer’s journey into programming

A writer’s journey into programming

8
Comments
8 min read
One Year Club dev.to badge

One Year Club dev.to badge

3
Comments
1 min read
The Easiest Way To Add A Pivot Grid To Your JavaScript Project

The Easiest Way To Add A Pivot Grid To Your JavaScript Project

9
Comments 2
3 min read
First Open Source Contribution🥳

First Open Source Contribution🥳

6
Comments
1 min read
Hacktoberfest 101 with ReactPlay

Hacktoberfest 101 with ReactPlay

3
Comments
6 min read
DOM Manipulation: part I

DOM Manipulation: part I

14
Comments
3 min read
The Occasional Update - no.6

The Occasional Update - no.6

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