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.
8 GitHub resources for becoming a developer in 2022

8 GitHub resources for becoming a developer in 2022

32
Comments 1
2 min read
Communication for devs

Communication for devs

5
Comments 7
7 min read
Introducing comiCSS

Introducing comiCSS

5
Comments 1
7 min read
First crucial step

First crucial step

4
Comments 2
1 min read
Another week of coding down...

Another week of coding down...

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

How I setup my Development Environment on macOS 2022 Edition

13
Comments 3
8 min read
A never ending coding journey

A never ending coding journey

8
Comments
2 min read
50 Cool Web And Mobile Project Ideas for 2022

50 Cool Web And Mobile Project Ideas for 2022

7
Comments 11
20 min read
Imposter syndrome

Imposter syndrome

11
Comments 3
3 min read
The Most Popular React Tech Stack in 2022 (Based on Data)

The Most Popular React Tech Stack in 2022 (Based on Data)

6
Comments 2
18 min read
Software development, where to start?

Software development, where to start?

7
Comments 1
6 min read
Moving from JavaScript to TypeScript

Moving from JavaScript to TypeScript

4
Comments 1
7 min read
Dude Where's My ID?

Dude Where's My ID?

5
Comments 2
2 min read
Starting Over :)

Starting Over :)

6
Comments 2
2 min read
Breaking the ice...

Breaking the ice...

10
Comments 7
1 min read
My Beginning with TypeScript (TS season one episode one)

My Beginning with TypeScript (TS season one episode one)

6
Comments 2
5 min read
How was your start?

How was your start?

1
Comments 2
1 min read
From Teacher of Many to Teacher of One – Tips on How to Be a Self-Taught Learner

From Teacher of Many to Teacher of One – Tips on How to Be a Self-Taught Learner

14
Comments 3
11 min read
Can you be dev in your 30s...?

Can you be dev in your 30s...?

9
Comments 12
1 min read
I just joined the CodeNewbie.org website!

I just joined the CodeNewbie.org website!

5
Comments 3
1 min read
How to Start Contributing to Open Source

How to Start Contributing to Open Source

20
Comments 5
4 min read
How To Show Your Latest Blogs On GitHub Profile

How To Show Your Latest Blogs On GitHub Profile

11
Comments 5
5 min read
Centering vertically and horizontally with CSS

Centering vertically and horizontally with CSS

7
Comments 2
5 min read
How to launch a Minimum viable product (MVP) in 2022

How to launch a Minimum viable product (MVP) in 2022

3
Comments 1
5 min read
How to build powerful tables in React using the React Table package

How to build powerful tables in React using the React Table package

5
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);