CodeNewbie Community 🌱

# beginners

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
CSS Units

CSS Units

4
Comments 4
2 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
Sending SMS Text from a Ruby App

Sending SMS Text from a Ruby App

4
Comments 1
6 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
Simple Animated Circle Bar as React Component

Simple Animated Circle Bar as React Component

4
Comments
6 min read
Let’s Develop an E-Commerce Application From Scratch Using Java

Let’s Develop an E-Commerce Application From Scratch Using Java

6
Comments 2
8 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
Guilty 🙋‍♂️ I over-engineered...a lot!

Guilty 🙋‍♂️ I over-engineered...a lot!

6
Comments 2
3 min read
How to go from Junior to Senior Developer

How to go from Junior to Senior Developer

8
Comments 3
8 min read
Learn React Context by building a dead simple wallet app (For beginners)

Learn React Context by building a dead simple wallet app (For beginners)

3
Comments 1
9 min read
How to write a technical blog post

How to write a technical blog post

5
Comments
4 min read
Working in the new CSS Framework

Working in the new CSS Framework

2
Comments
2 min read
Coding Best Practices, Chapter One: Functions.

Coding Best Practices, Chapter One: Functions.

4
Comments
7 min read
From Cook to Software Engineer: How Apprenticeship Helped Make My Dream a Reality

From Cook to Software Engineer: How Apprenticeship Helped Make My Dream a Reality

14
Comments 14
6 min read
You hate writing because no one taught you well - 3 bad teachers we encounter

You hate writing because no one taught you well - 3 bad teachers we encounter

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