CodeNewbie Community 🌱

# beginners

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Quick Tip: Take advantage of the official Next.js examples

Quick Tip: Take advantage of the official Next.js examples

5
Comments 1
1 min read
Spice up your Discord game with a custom Music Bot

Spice up your Discord game with a custom Music Bot

5
Comments
6 min read
10 reasons why Twitter is better than LinkedIn for finding work

10 reasons why Twitter is better than LinkedIn for finding work

18
Comments 10
5 min read
Sudoku Solver - A Visualizer made using Backtracking Algorithm

Sudoku Solver - A Visualizer made using Backtracking Algorithm

9
Comments 2
2 min read
Conclusion to arrays

Conclusion to arrays

5
Comments 1
4 min read
Adventures of the Open-Source Avenger: Embarking Upon 52 Weeks of Open-Source

Adventures of the Open-Source Avenger: Embarking Upon 52 Weeks of Open-Source

9
Comments 3
7 min read
Why you should create a developer Instagram account

Why you should create a developer Instagram account

15
Comments 10
3 min read
Monthly recap #1: February/March 2021

Monthly recap #1: February/March 2021

3
Comments 3
3 min read
Getting Out of Tutorial Hell

Getting Out of Tutorial Hell

24
Comments 9
4 min read
The easiest way to download SVGs from a website

The easiest way to download SVGs from a website

5
Comments 4
2 min read
10+ Free And Affordable Resources To Learn Frontend Web Development

10+ Free And Affordable Resources To Learn Frontend Web Development

11
Comments 5
4 min read
Announcing World In Dev

Announcing World In Dev

7
Comments
5 min read
C Programming Course for Free

C Programming Course for Free

12
Comments 1
3 min read
Basics of testing an open source API with Postman (Part 2)

Basics of testing an open source API with Postman (Part 2)

11
Comments 5
14 min read
5 tips to reactivate your brains after a period of inactivity

5 tips to reactivate your brains after a period of inactivity

5
Comments 4
4 min read
Literals

Literals

1
Comments
5 min read
As a code newbie, this might be the best book you'll ever read.

As a code newbie, this might be the best book you'll ever read.

13
Comments 6
1 min read
3 Key factors to consider when selecting your first programming language

3 Key factors to consider when selecting your first programming language

5
Comments 8
7 min read
Why So Serverless?

Why So Serverless?

13
Comments 1
5 min read
String in C Programming

String in C Programming

6
Comments 2
2 min read
50 Cool Web And Mobile Project Ideas for 2021

50 Cool Web And Mobile Project Ideas for 2021

21
Comments 8
15 min read
Union in C Programming

Union in C Programming

6
Comments
2 min read
Structure in C Programming

Structure in C Programming

6
Comments 7
2 min read
Yechiel: Rabbi, Elementary School Teacher, Dev

Yechiel: Rabbi, Elementary School Teacher, Dev

31
Comments 3
6 min read
Getting Out of My Comfort Zone

Getting Out of My Comfort Zone

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