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.
Web Development Intro

Web Development Intro

7
Comments 3
6 min read
Why you should learn JavaScript and Python in 2022

Why you should learn JavaScript and Python in 2022

7
Comments
5 min read
5 Actionable Steps to Land Your First Software Engineering Role

5 Actionable Steps to Land Your First Software Engineering Role

6
Comments 4
5 min read
Measuring your progress in Web Development: why is it important and how to do it

Measuring your progress in Web Development: why is it important and how to do it

8
Comments 3
5 min read
I share my Notion template with over 440 pages of web development content

I share my Notion template with over 440 pages of web development content

5
Comments 2
2 min read
Perpetual Education: Week 6

Perpetual Education: Week 6

6
Comments 5
8 min read
Integrate PayPal API

Integrate PayPal API

7
Comments 1
2 min read
Using Notion to organise programming topics

Using Notion to organise programming topics

17
Comments 1
7 min read
How I come up with project ideas (and never faced tutorial hell)

How I come up with project ideas (and never faced tutorial hell)

9
Comments 7
3 min read
What I Learned From Project Collaboration With The Collab Lab

What I Learned From Project Collaboration With The Collab Lab

9
Comments 10
7 min read
Building a coordinate system in CSS and HTML

Building a coordinate system in CSS and HTML

3
Comments 1
7 min read
Hacktoberfest 2021 Complete

Hacktoberfest 2021 Complete

3
Comments
2 min read
Single element dice with CSS

Single element dice with CSS

4
Comments 1
3 min read
Perpetual Education: Week 5

Perpetual Education: Week 5

4
Comments 6
4 min read
Django Basics: Folder Structure

Django Basics: Folder Structure

4
Comments 1
9 min read
Perpetual Education: Week 1

Perpetual Education: Week 1

5
Comments 19
3 min read
5 tips for beginners to web development

5 tips for beginners to web development

6
Comments 4
6 min read
Chill & Learn: How To Begin Thinking Like A Programmer

Chill & Learn: How To Begin Thinking Like A Programmer

25
Comments
5 min read
10 takeaways from my first software developers Meetup

10 takeaways from my first software developers Meetup

11
Comments 9
5 min read
Learn how to use Git and GitHub in a team like a pro

Learn how to use Git and GitHub in a team like a pro

8
Comments 1
8 min read
Introduction to Scalable Vector Graphics (SVG)

Introduction to Scalable Vector Graphics (SVG)

4
Comments 11
13 min read
A Github for nocode

A Github for nocode

6
Comments
3 min read
Creating through a crisis

Creating through a crisis

6
Comments
3 min read
Step 1, reboot the server

Step 1, reboot the server

6
Comments
2 min read
How to Manipulate Files on the Linux Command line

How to Manipulate Files on the Linux Command line

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