CodeNewbie Community 🌱

# computerscience

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Computer Networking | Part-3: The OSI Model

Computer Networking | Part-3: The OSI Model

8
Comments 4
5 min read
What is Increment ++ and Decrement -- Operator? -_-

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

7
Comments
2 min read
Null: The Billion Dollar Mistake

Null: The Billion Dollar Mistake

6
Comments 4
7 min read
Algorithms for a newbie

Algorithms for a newbie

7
Comments
2 min read
Java Data Structures and Algorithms. Stacks, implementing a Singly Linked List Stack

Java Data Structures and Algorithms. Stacks, implementing a Singly Linked List Stack

3
Comments 3
3 min read
Writing clean code: Naming

Writing clean code: Naming

10
Comments 3
5 min read
For a Newbie, by a Veteran Newbie

For a Newbie, by a Veteran Newbie

3
Comments 3
8 min read
My First CodeLand 2021

My First CodeLand 2021

7
Comments
1 min read
Game setup in C++

Game setup in C++

3
Comments 6
5 min read
Best Book for C++

Best Book for C++

4
Comments 9
1 min read
Under the hood of Hello World

Under the hood of Hello World

3
Comments
3 min read
C++ Input

C++ Input

3
Comments
6 min read
A Newbie's Guide to Pseudocode

A Newbie's Guide to Pseudocode

6
Comments 8
10 min read
Women Making History in Tech

Women Making History in Tech

6
Comments 9
6 min read
The power of saying “NO!”: A Software Engineering Superpower

The power of saying “NO!”: A Software Engineering Superpower

4
Comments
4 min read
5 Things I Wish I Did Differently While Pursing My Computer Science Degree

5 Things I Wish I Did Differently While Pursing My Computer Science Degree

11
Comments 14
3 min read
Data Structures in JavaScript: Arrays

Data Structures in JavaScript: Arrays

7
Comments
4 min read
A Most Perfect Union: Just-In-Time Compilers

A Most Perfect Union: Just-In-Time Compilers

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