CodeNewbie Community 🌱

# beginners

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to write a good README for your project

How to write a good README for your project

8
Comments 5
4 min read
How to use HarperDB custom functions to build your entire backend

How to use HarperDB custom functions to build your entire backend

3
Comments
8 min read
Intro to MongoDB and Mongoose - How Every Web Developer Can Become FullStack With Node.js

Intro to MongoDB and Mongoose - How Every Web Developer Can Become FullStack With Node.js

7
Comments
17 min read
8 GitHub resources for becoming a developer in 2022

8 GitHub resources for becoming a developer in 2022

32
Comments 1
2 min read
Estee Tey: An Adaptable, Bold, and Open-Minded Coder

Estee Tey: An Adaptable, Bold, and Open-Minded Coder

16
Comments 8
4 min read
How I setup my Development Environment on macOS 2022 Edition

How I setup my Development Environment on macOS 2022 Edition

13
Comments 3
8 min read
50 Cool Web And Mobile Project Ideas for 2022

50 Cool Web And Mobile Project Ideas for 2022

7
Comments 10
20 min read
Moving from JavaScript to TypeScript

Moving from JavaScript to TypeScript

4
Comments 1
7 min read
Jason Leow: Maker at Heart

Jason Leow: Maker at Heart

11
Comments 2
3 min read
How to Start Contributing to Open Source

How to Start Contributing to Open Source

20
Comments 5
4 min read
How I decided which language I should learn

How I decided which language I should learn

8
Comments 15
4 min read
How to build powerful tables in React using the React Table package

How to build powerful tables in React using the React Table package

5
Comments 2
5 min read
My Roadmap 2022 : you are not a real developer yet 😅

My Roadmap 2022 : you are not a real developer yet 😅

8
Comments 1
4 min read
Why you should learn JavaScript and Python in 2022

Why you should learn JavaScript and Python in 2022

7
Comments
5 min read
If This... Then That

If This... Then That

10
Comments 1
9 min read
Crislana Rafael: Explorer & Technical Writing Wiz

Crislana Rafael: Explorer & Technical Writing Wiz

16
Comments
5 min read
What I Learned From Project Collaboration With The Collab Lab

What I Learned From Project Collaboration With The Collab Lab

9
Comments 10
7 min read
How to get better and easier state management with Redux Toolkit

How to get better and easier state management with Redux Toolkit

4
Comments 1
17 min read
How do I code?

How do I code?

7
Comments
8 min read
Chill & Learn: How To Begin Thinking Like A Programmer

Chill & Learn: How To Begin Thinking Like A Programmer

25
Comments
5 min read
Words, Numbers, & Variables, Oh My

Words, Numbers, & Variables, Oh My

6
Comments 1
9 min read
What qualities should a software engineer have?

What qualities should a software engineer have?

4
Comments 7
6 min read
Jos O'shea: Full Stack-Curious Goal-Setter

Jos O'shea: Full Stack-Curious Goal-Setter

16
Comments 4
4 min read
Let's build a simple REST API with Node.js and Express

Let's build a simple REST API with Node.js and Express

9
Comments
3 min read
Cascading Style Sheets (CSS) for Dummies

Cascading Style Sheets (CSS) for Dummies

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