CodeNewbie Community 🌱

CodeNewbie Meta Content

This tag is for content related to the CodeNewbie community (i.e. CodeNewbie twitter chats, site mechanics, and questions for CodeNewbie organizers)

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why Am I Here?

Why Am I Here?

8
Comments 4
5 min read
Error vs Exception

Error vs Exception

6
Comments
2 min read
CSS/JS/HTML scribble site recommendations?

CSS/JS/HTML scribble site recommendations?

6
Comments 5
1 min read
How to become a Successful Developer

How to become a Successful Developer

36
Comments 3
8 min read
New Full-Stack

New Full-Stack

3
Comments
1 min read
Improving your CodeNewbie articles

Improving your CodeNewbie articles

12
Comments 1
6 min read
Variable arguments in Java

Variable arguments in Java

7
Comments 2
6 min read
This is my first time using CodeNewbie!

This is my first time using CodeNewbie!

14
Comments 2
1 min read
Does HTML follow Pareto's Law?

Does HTML follow Pareto's Law?

5
Comments 2
1 min read
Sarah Bartley: Crafty CodeNewbie

Sarah Bartley: Crafty CodeNewbie

12
Comments 6
5 min read
Hello World! – My journey so far from a history major to learning Web development.

Hello World! – My journey so far from a history major to learning Web development.

6
Comments 1
5 min read
The Four Core Concepts of webpack

The Four Core Concepts of webpack

3
Comments
3 min read
Can anyone give me advice on my portfolio?

Can anyone give me advice on my portfolio?

5
Comments 1
1 min read
Lesson Learned: Massive Burnout In Learning Web Development

Lesson Learned: Massive Burnout In Learning Web Development

25
Comments 25
5 min read
Hamburger Icon

Hamburger Icon

9
Comments 5
2 min read
Tips For Writing Good Alt Text In HTML

Tips For Writing Good Alt Text In HTML

12
Comments 1
3 min read
Does programming come naturally to people?

Does programming come naturally to people?

11
Comments 1
4 min read
Started off in front-end, now I love UX/UI

Started off in front-end, now I love UX/UI

7
Comments 6
1 min read
Where Does Everybody Begin Programming?

Where Does Everybody Begin Programming?

19
Comments 22
2 min read
Change Background-color Dynamically

Change Background-color Dynamically

10
Comments 26
2 min read
VacCoWIN - Book CoWIN Slots directly from your Terminal...

VacCoWIN - Book CoWIN Slots directly from your Terminal...

10
Comments 11
3 min read
Custom cursor with Greensock

Custom cursor with Greensock

15
Comments 20
2 min read
Starting with Code More Challenge 2021

Starting with Code More Challenge 2021

5
Comments
1 min read
Core React Concept: JSX

Core React Concept: JSX

3
Comments
3 min read
High order functions

High order functions

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