CodeNewbie Community 🌱

# watercooler

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Coding is Pattern-Matching: a growth-mindset perspective

Coding is Pattern-Matching: a growth-mindset perspective

6
Comments 1
3 min read
45 useful mobile apps that I use as a developer

45 useful mobile apps that I use as a developer

4
Comments 19
7 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
Build your dream job

Build your dream job

8
Comments
3 min read
10 Tips For New Self-Taught Developers In Learning To Code - Advice From A Fellow Self-Taught Developer

10 Tips For New Self-Taught Developers In Learning To Code - Advice From A Fellow Self-Taught Developer

22
Comments 14
6 min read
Finding Networks & Communities — My Personal Experience As A Self-Taught Web Development

Finding Networks & Communities — My Personal Experience As A Self-Taught Web Development

15
Comments 5
4 min read
Don't just code

Don't just code

2
Comments 8
3 min read
How Developers can learn from the mistakes of Cyberpunk 2077

How Developers can learn from the mistakes of Cyberpunk 2077

11
Comments 13
5 min read
Recent Grads: Does WFH feel like living on an island?

Recent Grads: Does WFH feel like living on an island?

5
Comments 4
4 min read
Overcoming Burnout In Programming Learning

Overcoming Burnout In Programming Learning

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