CodeNewbie Community 🌱

# beginners

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Accessibility best practices, device testing and SEO

Accessibility best practices, device testing and SEO

4
Comments
3 min read
Stuff I always Set Up for Frontend Work

Stuff I always Set Up for Frontend Work

13
Comments 2
5 min read
What the best way to understand - you are not a smart person?

What the best way to understand - you are not a smart person?

5
Comments 5
1 min read
How to use console.log to simplify refactoring

How to use console.log to simplify refactoring

5
Comments
4 min read
When Should You Start To Write A (Technical) Blog?

When Should You Start To Write A (Technical) Blog?

21
Comments 8
4 min read
How to stay productive as a developer

How to stay productive as a developer

7
Comments
5 min read
3 affirmations for the next 365 days: on improving myself as a developer

3 affirmations for the next 365 days: on improving myself as a developer

20
Comments 4
3 min read
From politics to programming: how I changed careers during the pandemic

From politics to programming: how I changed careers during the pandemic

16
Comments 5
5 min read
Bekah Hawrot Weigel: Career-Changer, Coder, Mom

Bekah Hawrot Weigel: Career-Changer, Coder, Mom

36
Comments 4
4 min read
Free mentoring platforms for developers and designers

Free mentoring platforms for developers and designers

14
Comments 4
3 min read
README — Thanks for Joining CodeNewbie Community!

README — Thanks for Joining CodeNewbie Community!

43
Comments 7
1 min read
Handy Git Commands and practices to improve your workflow

Handy Git Commands and practices to improve your workflow

9
Comments 1
10 min read
How to start your tech career in 2021

How to start your tech career in 2021

7
Comments 7
6 min read
Linux Vs Windows - Why Linux Is Better For Programming & Web Dev (A newbie experience)

Linux Vs Windows - Why Linux Is Better For Programming & Web Dev (A newbie experience)

7
Comments 1
6 min read
#GrowthMindset: Best way to learn code is...

#GrowthMindset: Best way to learn code is...

5
Comments
4 min read
10 Things I Wish I’d Learned Sooner After Being a Developer for 10 Years

10 Things I Wish I’d Learned Sooner After Being a Developer for 10 Years

14
Comments 4
8 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
Beginner's Guide to the MERN Stack (Roadmap & Resources)

Beginner's Guide to the MERN Stack (Roadmap & Resources)

15
Comments 4
16 min read
Cookies vs Local Storage

Cookies vs Local Storage

14
Comments 5
3 min read
Want to Learn Java Quickly? Burn All Your Java Tutorial Books

Want to Learn Java Quickly? Burn All Your Java Tutorial Books

16
Comments
7 min read
Getting Started with Open Source

Getting Started with Open Source

33
Comments 2
2 min read
How Can Junior Java Developer Upgrade the Skills and Gain Practical Experience to Apply for The First Full-Time Job?

How Can Junior Java Developer Upgrade the Skills and Gain Practical Experience to Apply for The First Full-Time Job?

7
Comments 1
6 min read
Basic Statistics using Python📈

Basic Statistics using Python📈

7
Comments 2
3 min read
Basic Machine Learning Cheatsheet using Python [10 Classification & Regression Methods]

Basic Machine Learning Cheatsheet using Python [10 Classification & Regression Methods]

8
Comments
4 min read
The Three Skills (Plus One) You Should Be Learning As A Developer

The Three Skills (Plus One) You Should Be Learning As A Developer

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