CodeNewbie Community 🌱

# fundamentals

This tag is for articles covering fundamental coding concepts.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Initial commit to CodeNewbie community - JS fundamentals (Keydown & Change Events)

Initial commit to CodeNewbie community - JS fundamentals (Keydown & Change Events)

Reactions 2 Comments 4
5 min read
How to get the most out of a code review

How to get the most out of a code review

Reactions 2 Comments
2 min read
Easy Progressive Enhancement

Easy Progressive Enhancement

Reactions 2 Comments
4 min read
Awesome Starting Points When Creating Your First Web Page

Awesome Starting Points When Creating Your First Web Page

Reactions 1 Comments 2
3 min read
From Front Desk to Front End p.22

From Front Desk to Front End p.22

Reactions 1 Comments 1
4 min read
How to Solve Any Algorithm

How to Solve Any Algorithm

Reactions 3 Comments
5 min read
From Front Desk to Front End p.21

From Front Desk to Front End p.21

Reactions 2 Comments 1
4 min read
DOM Manipulation: part II

DOM Manipulation: part II

Reactions 5 Comments
2 min read
From Front Desk to Front End p.20

From Front Desk to Front End p.20

Reactions 4 Comments 2
2 min read
Extensive List of Best Development Resources - 121 Links to Guides, Cheat Sheets and More List of Resources

Extensive List of Best Development Resources - 121 Links to Guides, Cheat Sheets and More List of Resources

Reactions 21 Comments
11 min read
Web Scraping Project Ideas: Where to Begin?

Web Scraping Project Ideas: Where to Begin?

Reactions 7 Comments 1
5 min read
From Front Desk to Front End p18 Front Desk No More, First Day of New Job!

From Front Desk to Front End p18 Front Desk No More, First Day of New Job!

Reactions 3 Comments 1
4 min read
How To Create Accessible Form with Simple Design?

How To Create Accessible Form with Simple Design?

Reactions 9 Comments 1
13 min read
From Front Desk to Front End p.16

From Front Desk to Front End p.16

Reactions 2 Comments 1
3 min read
From Front Desk to Front End p. 15 Code Blogging as a Newbie

From Front Desk to Front End p. 15 Code Blogging as a Newbie

Reactions 2 Comments 1
6 min read
From Front Desk to Front End p.13

From Front Desk to Front End p.13

Reactions 6 Comments 1
3 min read
From Front Desk to Front End p.12 My Study Tips

From Front Desk to Front End p.12 My Study Tips

Reactions 12 Comments
7 min read
Networking Terminologies

Networking Terminologies

Reactions 9 Comments 2
5 min read
Top 5 The Most Best Selected VScode Extensions

Top 5 The Most Best Selected VScode Extensions

Reactions 2 Comments
2 min read
Computer Networking | Part-3: The OSI Model

Computer Networking | Part-3: The OSI Model

Reactions 8 Comments 1
5 min read
From Front Desk to Front End p.11

From Front Desk to Front End p.11

Reactions 8 Comments 2
3 min read
Git vs GitHub

Git vs GitHub

Reactions 5 Comments 1
3 min read
Google search featured snippets basic types

Google search featured snippets basic types

Reactions 6 Comments 3
3 min read
Computer Networking | Part-2: Structure of Network

Computer Networking | Part-2: Structure of Network

Reactions 5 Comments 1
2 min read
From Front Desk to Front End p. 10

From Front Desk to Front End p. 10

Reactions 9 Comments 2
4 min read
From Front Desk to Front End p.9 My Motivation

From Front Desk to Front End p.9 My Motivation

Reactions 1 Comments 5
7 min read
Benefits of accessible design

Benefits of accessible design

Reactions 5 Comments 5
3 min read
From Front Desk to Front End p5 Beginning Javascript

From Front Desk to Front End p5 Beginning Javascript

Reactions 9 Comments 7
4 min read
Associativity and Precedence of Operators explained in simple way

Associativity and Precedence of Operators explained in simple way

Reactions 3 Comments 2
1 min read
From Front Desk to Front End p.4

From Front Desk to Front End p.4

Reactions 3 Comments 7
6 min read
What is Increment ++ and Decrement -- Operator? -_-

What is Increment ++ and Decrement -- Operator? -_-

Reactions 7 Comments
2 min read
From Front Desk to Front End p.2

From Front Desk to Front End p.2

Reactions 3 Comments 5
4 min read
Github: How to fix broken image paths

Github: How to fix broken image paths

Reactions 6 Comments 2
2 min read
How to master working with strings in JS!

How to master working with strings in JS!

Reactions 7 Comments
5 min read
What’s new in JavaScript after the ES2022 release?

What’s new in JavaScript after the ES2022 release?

Reactions 6 Comments 1
5 min read
From Front Desk to Front End p.1

From Front Desk to Front End p.1

Reactions 9 Comments 10
5 min read
Null: The Billion Dollar Mistake

Null: The Billion Dollar Mistake

Reactions 6 Comments 4
7 min read
Algorithms for a newbie

Algorithms for a newbie

Reactions 7 Comments
2 min read
JavaScript greetings: Hello World!

JavaScript greetings: Hello World!

Reactions 5 Comments
3 min read
Sliding Window Technique

Sliding Window Technique

Reactions 4 Comments
3 min read
What is Programming?

What is Programming?

Reactions 7 Comments
2 min read
How Do I Resolve Merge Conflicts?

How Do I Resolve Merge Conflicts?

Reactions 10 Comments
5 min read
Unboxing the box model

Unboxing the box model

Reactions 3 Comments 1
2 min read
Communication for devs

Communication for devs

Reactions 5 Comments 1
7 min read
For the love of code....

For the love of code....

Reactions 4 Comments
1 min read
Computer Networking | Part-1: History of Internet

Computer Networking | Part-1: History of Internet

Reactions 7 Comments 3
5 min read
Charming Python with Lists

Charming Python with Lists

Reactions 7 Comments 1
18 min read
DRY Out with Loops

DRY Out with Loops

Reactions 3 Comments
15 min read
What is BEM and why use it to name your HTML classes!

What is BEM and why use it to name your HTML classes!

Reactions 5 Comments
2 min read
Web Development Intro

Web Development Intro

Reactions 6 Comments
6 min read
High on Code guilt?

High on Code guilt?

Reactions 3 Comments
4 min read
The Secret Every New Developer Should Know!

The Secret Every New Developer Should Know!

Reactions 15 Comments 1
4 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

Reactions 8 Comments
5 min read
Want a Bootcamp?

Want a Bootcamp?

Reactions 3 Comments 4
1 min read
If This... Then That

If This... Then That

Reactions 10 Comments
9 min read
Lazy debugging gone long

Lazy debugging gone long

Reactions 6 Comments
2 min read
React: class components vs function components

React: class components vs function components

Reactions 5 Comments
7 min read
An Ultimate Guide to Async/Await in JavaScript

An Ultimate Guide to Async/Await in JavaScript

Reactions 4 Comments
2 min read
How do I code?

How do I code?

Reactions 7 Comments
8 min read
Your First Line of Code

Your First Line of Code

Reactions 4 Comments
4 min read
loading...