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.
Getting Back to Coding with Learning and Building in Public

Getting Back to Coding with Learning and Building in Public

Comments 2
4 min read
#100DaysOfOSS Recap: Day 1-14

#100DaysOfOSS Recap: Day 1-14

Comments
4 min read
How to Communicate Better in Open Source

How to Communicate Better in Open Source

Comments
4 min read
Crafting a memorable Developer portfolio: An in-depth guide to stand out in the digital crowd

Crafting a memorable Developer portfolio: An in-depth guide to stand out in the digital crowd

Comments
3 min read
pgBackRest: PostgreSQL S3 backups

pgBackRest: PostgreSQL S3 backups

1
Comments
3 min read
Cursor pagination for PostgreSQL/MySQL

Cursor pagination for PostgreSQL/MySQL

Comments 1
4 min read
One-Year of Learning Frontend Web Development

One-Year of Learning Frontend Web Development

5
Comments 4
14 min read
How to implement dynamic features in JSX

How to implement dynamic features in JSX

Comments
3 min read
10 Cool CodePen Demos (July 2023)

10 Cool CodePen Demos (July 2023)

1
Comments 1
3 min read
Exploring the fundamental backbone of full stack applications: The power of CRUD

Exploring the fundamental backbone of full stack applications: The power of CRUD

Comments
3 min read
Monitoring Express.js with OpenTelemetry and Uptrace

Monitoring Express.js with OpenTelemetry and Uptrace

Comments 1
3 min read
Essential React Redux Interview Questions and Answers to Ace Your Next Interview

Essential React Redux Interview Questions and Answers to Ace Your Next Interview

1
Comments 3
5 min read
Step-by-step guide: Creating an EC2 Instance to Host your website on AWS

Step-by-step guide: Creating an EC2 Instance to Host your website on AWS

1
Comments 2
3 min read
Tiny Awards Finalists

Tiny Awards Finalists

1
Comments 2
6 min read
Top 21 Magento 2 Security Extensions to Keep Your Website Safe

Top 21 Magento 2 Security Extensions to Keep Your Website Safe

Comments 4
7 min read
10 Cool CodePen Demos (June 2023)

10 Cool CodePen Demos (June 2023)

1
Comments 1
3 min read
Finding the Balance: Nurturing downtime for Freelancers and Entrepreneurs

Finding the Balance: Nurturing downtime for Freelancers and Entrepreneurs

Comments 1
3 min read
How to Choose a Robust Helpdesk Ticketing System for Customer Management

How to Choose a Robust Helpdesk Ticketing System for Customer Management

Comments 1
3 min read
How to use Analytics to improve your Technical documentation's performance

How to use Analytics to improve your Technical documentation's performance

Comments
3 min read
What color should the text be? (A CSS Quiz)

What color should the text be? (A CSS Quiz)

Comments 1
3 min read
From Front Desk to Front End p. 33 - Building an Accessible Toggle that Uses JS 1/3

From Front Desk to Front End p. 33 - Building an Accessible Toggle that Uses JS 1/3

2
Comments 1
7 min read
CSS Art: Drawing a Coffee Stain

CSS Art: Drawing a Coffee Stain

Comments 4
3 min read
10 Cool CodePen Demos (April 23)

10 Cool CodePen Demos (April 23)

2
Comments 5
2 min read
Commit22 //#JavaScript30 - Day 9 [Console Tricks!]

Commit22 //#JavaScript30 - Day 9 [Console Tricks!]

1
Comments
5 min read
Commit21 //#JavaScript30 - Day 8 [HTML5 Canvas]

Commit21 //#JavaScript30 - Day 8 [HTML5 Canvas]

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