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.
LGBTQ+ Flags Coded in CSS

LGBTQ+ Flags Coded in CSS

9
Comments 5
7 min read
20+ Best HarperDB Tutorials

20+ Best HarperDB Tutorials

6
Comments 1
12 min read
How to do Test Driven Development in React using React Testing Library, Jest and Cypress

How to do Test Driven Development in React using React Testing Library, Jest and Cypress

8
Comments 1
10 min read
The Top 12 Node.js Frameworks on GitHub️

The Top 12 Node.js Frameworks on GitHub️

4
Comments
3 min read
I, QUIT...

I, QUIT...

10
Comments 9
1 min read
Creating a component design system using React, TypeScript and Storybook

Creating a component design system using React, TypeScript and Storybook

4
Comments
4 min read
JavaScript greetings: Hello World!

JavaScript greetings: Hello World!

5
Comments
3 min read
The Complete Modern React Developer 2022

The Complete Modern React Developer 2022

9
Comments 1
29 min read
React native and swift?

React native and swift?

2
Comments 3
1 min read
Nothing feels better...

Nothing feels better...

4
Comments 4
1 min read
Creating a firework effect with CSS

Creating a firework effect with CSS

6
Comments 3
5 min read
Job Search Blues

Job Search Blues

5
Comments 5
3 min read
Interactive SNES Controller in HTML + CSS

Interactive SNES Controller in HTML + CSS

3
Comments 3
2 min read
React 18 Whats New

React 18 Whats New

7
Comments 5
5 min read
Python Tools to Try in 2022

Python Tools to Try in 2022

7
Comments 1
7 min read
Guide To Asking Questions About Code

Guide To Asking Questions About Code

10
Comments
3 min read
How to Undo Pushed Commits with Git

How to Undo Pushed Commits with Git

10
Comments 1
4 min read
Day 11 -- #100days

Day 11 -- #100days

7
Comments
1 min read
Working on My Portfolio!

Working on My Portfolio!

11
Comments 5
2 min read
CSS positioning: how to?

CSS positioning: how to?

8
Comments
3 min read
A Strange Moment.js — 3 Gotchas for Working & Testing with Datetimes

A Strange Moment.js — 3 Gotchas for Working & Testing with Datetimes

5
Comments 3
12 min read
A reflection on my CNC2022 Code More Journey

A reflection on my CNC2022 Code More Journey

10
Comments 4
4 min read
How to use HarperDB custom functions to build your entire backend

How to use HarperDB custom functions to build your entire backend

3
Comments
8 min read
A talk on "Sustainable Web Design"?

A talk on "Sustainable Web Design"?

5
Comments 3
1 min read
Building Models in Flask and GraphQL

Building Models in Flask and GraphQL

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