CodeNewbie Community 🌱

# design

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why Generalists Will Survive the Gaming Industry’s Collapse

Why Generalists Will Survive the Gaming Industry’s Collapse

Comments 5
3 min read
2024 Recap: Why Accessibility is Important

2024 Recap: Why Accessibility is Important

1
Comments 10
6 min read
The Pros And Cons Of A One-page Website

The Pros And Cons Of A One-page Website

2
Comments 8
5 min read
Importance of Design Patterns in Software Development

Importance of Design Patterns in Software Development

5
Comments 9
4 min read
How I Created Two Facebook Cover Images with Visme

How I Created Two Facebook Cover Images with Visme

5
Comments 7
9 min read
Days 11-21

Days 11-21

Comments 3
14 min read
CodeNewbie Has Gone Purple!

CodeNewbie Has Gone Purple!

55
Comments 16
3 min read
[On-Demand Talk] Developing Beyond Code

[On-Demand Talk] Developing Beyond Code

19
Comments 35
1 min read
Automated UX Analysis, Analytics and A/B Testing Tools | UX

Automated UX Analysis, Analytics and A/B Testing Tools | UX

6
Comments 2
11 min read
Color psychology in web design

Color psychology in web design

8
Comments 2
3 min read
15 reasons why you should be using Figma for design

15 reasons why you should be using Figma for design

4
Comments 2
4 min read
Figma Tutorial: Create a Post Page For a Social Media App | Part 3/3

Figma Tutorial: Create a Post Page For a Social Media App | Part 3/3

5
Comments 3
2 min read
A Design Newbie's Guide to Using Color

A Design Newbie's Guide to Using Color

Comments 18
12 min read
Understand "responsive" design / dev from the start of your journey (asap!)

Understand "responsive" design / dev from the start of your journey (asap!)

10
Comments 5
1 min read
How to get your articles published

How to get your articles published

8
Comments 1
2 min read
Our book suggestions for new web developers

Our book suggestions for new web developers

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