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.
Creating a Splash Effect with HTML and CSS (with Video)

Creating a Splash Effect with HTML and CSS (with Video)

6
Comments 4
3 min read
Help to build a language for developing full-stack web apps with no boilerplate

Help to build a language for developing full-stack web apps with no boilerplate

3
Comments
1 min read
I Created a Programming Puzzle Game

I Created a Programming Puzzle Game

7
Comments 23
2 min read
Why You Should Not Be a Reactive Developer

Why You Should Not Be a Reactive Developer

6
Comments 1
7 min read
Day 50: Reflecting at the Halfway Point

Day 50: Reflecting at the Halfway Point

2
Comments 2
6 min read
Learning Coding Is Tough, How to Make It Simple?

Learning Coding Is Tough, How to Make It Simple?

11
Comments 4
5 min read
Getting in love with the unfamiliar codebase

Getting in love with the unfamiliar codebase

4
Comments
3 min read
The Occasional Update - no.5

The Occasional Update - no.5

6
Comments 5
4 min read
From Front Desk to Front End p.13

From Front Desk to Front End p.13

6
Comments 4
3 min read
The README file: How to Help Others Understand Your Project

The README file: How to Help Others Understand Your Project

5
Comments
3 min read
Launching an Images Website… Without Any Images

Launching an Images Website… Without Any Images

2
Comments
4 min read
From Front Desk to Front End p.12 My Study Tips

From Front Desk to Front End p.12 My Study Tips

12
Comments 4
7 min read
Mini Portfolio: Bring Your GitHub Profile To The Next Level

Mini Portfolio: Bring Your GitHub Profile To The Next Level

17
Comments 2
8 min read
First log: Learning to code

First log: Learning to code

7
Comments 9
1 min read
The Occasional Update - no.4

The Occasional Update - no.4

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

From Front Desk to Front End p.11

8
Comments 2
3 min read
Google search featured snippets basic types

Google search featured snippets basic types

6
Comments 7
3 min read
From Front Desk to Front End p. 10

From Front Desk to Front End p. 10

9
Comments 2
4 min read
The Occasional Update - no.3

The Occasional Update - no.3

8
Comments 7
3 min read
From Front Desk to Front End p.9 My Motivation

From Front Desk to Front End p.9 My Motivation

1
Comments 7
7 min read
Recommended: W3 Schools Certifications

Recommended: W3 Schools Certifications

9
Comments 6
1 min read
Netflix Clone

Netflix Clone

10
Comments 22
1 min read
How to host your first site for free on GitHub Pages

How to host your first site for free on GitHub Pages

17
Comments 1
3 min read
Django + HTMX CRUD application

Django + HTMX CRUD application

8
Comments 8
20 min read
The Simplest Case for Unit Tests: Pure Functions

The Simplest Case for Unit Tests: Pure Functions

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