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.
5 steps for performing well in a new job

5 steps for performing well in a new job

4
Comments 2
3 min read
8 reasons why having a blog is as important as having a GitHub

8 reasons why having a blog is as important as having a GitHub

8
Comments 3
4 min read
Why you should become a Full-Stack Developer

Why you should become a Full-Stack Developer

8
Comments
3 min read
10+ Linux Commands Every Newbie Should Know

10+ Linux Commands Every Newbie Should Know

6
Comments
5 min read
HERN Stack, Comin’ In Hot

HERN Stack, Comin’ In Hot

9
Comments 1
5 min read
My og:image Bug

My og:image Bug

3
Comments
3 min read
Why you should consider having a brand colour

Why you should consider having a brand colour

7
Comments 9
3 min read
Ask me Anything on Microsoft Edge Add-ons

Ask me Anything on Microsoft Edge Add-ons

5
Comments 2
1 min read
A Letter For You, Future Me.

A Letter For You, Future Me.

17
Comments 6
3 min read
Beginner's guide to npm

Beginner's guide to npm

8
Comments 3
7 min read
Project Collaboration And Pair Programming

Project Collaboration And Pair Programming

9
Comments
3 min read
First 7 Days of #100DaysOfCode

First 7 Days of #100DaysOfCode

4
Comments
2 min read
How To Stay Focused 🔍 As A Self Taught Frontend Web Developer đŸ’»

How To Stay Focused 🔍 As A Self Taught Frontend Web Developer đŸ’»

7
Comments 2
7 min read
Entering a new space for Coding.

Entering a new space for Coding.

4
Comments
2 min read
Using JS Speech Recognition to build a virtual assistant

Using JS Speech Recognition to build a virtual assistant

7
Comments 2
7 min read
How to add a map to a Website or Web App using Mapbox

How to add a map to a Website or Web App using Mapbox

6
Comments 4
4 min read
Creating More Accessible CSS Art

Creating More Accessible CSS Art

4
Comments
7 min read
What the heck is "web a11y"?

What the heck is "web a11y"?

6
Comments
3 min read
Modern Full-Stack Developer Tech Stack 2021

Modern Full-Stack Developer Tech Stack 2021

16
Comments 1
3 min read
Can Older Mums Get Into Web Development?

Can Older Mums Get Into Web Development?

11
Comments 4
1 min read
Basics of Javascript Test Driven Development (TDD) with Jest

Basics of Javascript Test Driven Development (TDD) with Jest

8
Comments
6 min read
Introducing Dogidex the gamified pet learning app for children

Introducing Dogidex the gamified pet learning app for children

7
Comments 6
5 min read
Learning Git and and comitting through "I.S"

Learning Git and and comitting through "I.S"

5
Comments 1
2 min read
How creating CSS Art can make you a better developer

How creating CSS Art can make you a better developer

11
Comments
3 min read
Basics of Callbacks and Promises in Javascript

Basics of Callbacks and Promises in Javascript

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