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.
Add custom domain in a GitHub page with Cloudflare

Add custom domain in a GitHub page with Cloudflare

12
Comments 4
2 min read
How To Plan A Website Redesign

How To Plan A Website Redesign

3
Comments 1
7 min read
Install Jitsi Meet Video Conferencing tool on Ubuntu

Install Jitsi Meet Video Conferencing tool on Ubuntu

5
Comments
3 min read
A guide to the Javascript tools ecosystem

A guide to the Javascript tools ecosystem

5
Comments 3
6 min read
3 affirmations for the next 365 days (+ some venting)

3 affirmations for the next 365 days (+ some venting)

5
Comments
2 min read
7 tips to help you ace your first technical interview

7 tips to help you ace your first technical interview

5
Comments 1
5 min read
How to master your Software Engineering journey: The 10x Engineer

How to master your Software Engineering journey: The 10x Engineer

8
Comments
8 min read
How to get your articles published

How to get your articles published

8
Comments 1
2 min read
What is semantic HTML and why should you use it?

What is semantic HTML and why should you use it?

9
Comments 1
5 min read
Why its useful to have a personal skill matrix

Why its useful to have a personal skill matrix

2
Comments
2 min read
How to deploy a Node/Express App to Vercel

How to deploy a Node/Express App to Vercel

1
Comments 2
2 min read
The DEV Stream

The DEV Stream

7
Comments 2
1 min read
How I setup my Development Environment on macOS

How I setup my Development Environment on macOS

2
Comments 2
4 min read
Creating a button menu using HTML, CSS and JavaScript

Creating a button menu using HTML, CSS and JavaScript

4
Comments 5
2 min read
Accessibility best practices, device testing and SEO

Accessibility best practices, device testing and SEO

4
Comments
3 min read
Debugging in Programming using Visual Studio Code

Debugging in Programming using Visual Studio Code

2
Comments
1 min read
Stuff I always Set Up for Frontend Work

Stuff I always Set Up for Frontend Work

13
Comments 2
5 min read
What the best way to understand - you are not a smart person?

What the best way to understand - you are not a smart person?

5
Comments 5
1 min read
The < kbd > HTML Tag

The < kbd > HTML Tag

5
Comments 3
2 min read
How to stay productive as a developer

How to stay productive as a developer

7
Comments
5 min read
A Quick Intro to React ⚛️

A Quick Intro to React ⚛️

7
Comments
7 min read
8 neat Javascript tricks you didn't know in 4 minutes.

8 neat Javascript tricks you didn't know in 4 minutes.

7
Comments
4 min read
My Journey From a CodeNewBie To Earn $1k+ As a Developer

My Journey From a CodeNewBie To Earn $1k+ As a Developer

4
Comments 4
4 min read
Linux Vs Windows - Why Linux Is Better For Programming & Web Dev (A newbie experience)

Linux Vs Windows - Why Linux Is Better For Programming & Web Dev (A newbie experience)

7
Comments 1
6 min read
⚡️ Making a Static Site Generator with Python - part 1

⚡️ Making a Static Site Generator with Python - part 1

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