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.
Making a Project Your Own Through Problem Solving

Making a Project Your Own Through Problem Solving

4
Comments 7
2 min read
From Front Desk to Front End p5 Beginning Javascript

From Front Desk to Front End p5 Beginning Javascript

9
Comments 8
4 min read
5 Awesome HTML and CSS projects to build (with codepen preview)

5 Awesome HTML and CSS projects to build (with codepen preview)

36
Comments 5
3 min read
The Occasional Update - no.2

The Occasional Update - no.2

6
Comments 4
3 min read
Practicing CSS Animations, @keyframes & Git Topic Branches

Practicing CSS Animations, @keyframes & Git Topic Branches

6
Comments 6
4 min read
The Occasional Update - no.1

The Occasional Update - no.1

10
Comments 22
3 min read
JSX for beginners (and how it differs from HTML)

JSX for beginners (and how it differs from HTML)

11
Comments 4
2 min read
The One and Only Software Design Principle

The One and Only Software Design Principle

11
Comments
5 min read
Deploy your own API and build cool projects

Deploy your own API and build cool projects

22
Comments 2
4 min read
Beware the Font Name

Beware the Font Name

5
Comments
3 min read
From Front Desk to Front End p.2

From Front Desk to Front End p.2

3
Comments 6
4 min read
Accessibility: The What, Why & How

Accessibility: The What, Why & How

12
Comments 2
6 min read
Hi! Weโ€™re Microsoft Azure and weโ€™re proud Patron Sponsors of CodeLand 2022

Hi! Weโ€™re Microsoft Azure and weโ€™re proud Patron Sponsors of CodeLand 2022

34
Comments 190
4 min read
Bootstrap CSS is still the sh*t. But we can make it better.

Bootstrap CSS is still the sh*t. But we can make it better.

5
Comments 2
3 min read
Whatโ€™s new in JavaScript after the ES2022 release?

Whatโ€™s new in JavaScript after the ES2022 release?

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

From Front Desk to Front End p.1

6
Comments 11
5 min read
What is your recent side project?

What is your recent side project?

3
Comments
1 min read
How I want to get from a11y minded to a11y expert

How I want to get from a11y minded to a11y expert

5
Comments 14
2 min read
Coders with arts background?

Coders with arts background?

8
Comments 3
1 min read
Git Commands I'm using in my current project (which make me feel like a Pro ๐Ÿค“)

Git Commands I'm using in my current project (which make me feel like a Pro ๐Ÿค“)

3
Comments 2
3 min read
How to use ESLint and Prettier for code analysis and formatting

How to use ESLint and Prettier for code analysis and formatting

5
Comments
6 min read
How to use Docker in your Node and React Applications

How to use Docker in your Node and React Applications

14
Comments 5
5 min read
How to create a Blogging Website with Express, NodeJs and MongoDB

How to create a Blogging Website with Express, NodeJs and MongoDB

9
Comments 4
2 min read
What's a Git workflow

What's a Git workflow

9
Comments 4
6 min read
Considering Usersโ€™ Attention Span is Important in Web Design - Factors to Captivate Users

Considering Usersโ€™ Attention Span is Important in Web Design - Factors to Captivate Users

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