CodeNewbie Community 🌱

# beginners

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Making Your First Open Source Contribution In 7 Steps

Making Your First Open Source Contribution In 7 Steps

17
Comments 17
7 min read
What is a REST API?

What is a REST API?

3
Comments
7 min read
So much better than the Oktoberfest - First steps in open-source!

So much better than the Oktoberfest - First steps in open-source!

7
Comments
3 min read
[On-Demand Talk] How to Provide Value from Day One of Your Dev Career

[On-Demand Talk] How to Provide Value from Day One of Your Dev Career

65
Comments 81
2 min read
How to make your first Pull Request

How to make your first Pull Request

4
Comments 1
4 min read
Crash Course: git Lingo

Crash Course: git Lingo

5
Comments
5 min read
[On-Demand Talk] This Box Will Change Your Life

[On-Demand Talk] This Box Will Change Your Life

32
Comments 53
2 min read
[Keynote] Coding's a Drag

[Keynote] Coding's a Drag

36
Comments 41
1 min read
[On-Demand Talk] Babystepping Your Way to Becoming an Open Source Contributor

[On-Demand Talk] Babystepping Your Way to Becoming an Open Source Contributor

34
Comments 33
1 min read
[On-Demand Talk] The Beauty of Being Stuck

[On-Demand Talk] The Beauty of Being Stuck

40
Comments 30
2 min read
The Open Source & Hacktoberfest Anthology 🌻🔖

The Open Source & Hacktoberfest Anthology 🌻🔖

11
Comments
6 min read
What is an API?

What is an API?

12
Comments
9 min read
[On-Demand Talk] From Contributor to Maintainer in Open Source

[On-Demand Talk] From Contributor to Maintainer in Open Source

19
Comments 11
2 min read
What’s the best resource to learn/re-learn Ruby on Rails

What’s the best resource to learn/re-learn Ruby on Rails

10
Comments 8
1 min read
Hi Codeland! We're Microsoft and we empower you to invent with purpose.

Hi Codeland! We're Microsoft and we empower you to invent with purpose.

22
Comments 7
2 min read
[On-Demand Talk] From Tech Support To Developer

[On-Demand Talk] From Tech Support To Developer

14
Comments 20
2 min read
Contributing to Open Source for the first time

Contributing to Open Source for the first time

9
Comments 2
4 min read
How I started Technical Writing

How I started Technical Writing

28
Comments 24
8 min read
How to Implement a Random String Generator With Python

How to Implement a Random String Generator With Python

5
Comments
3 min read
The Odin Project – 2 weeks in

The Odin Project – 2 weeks in

4
Comments 7
2 min read
Learn in the wrong order

Learn in the wrong order

16
Comments 3
3 min read
How Every Web Developer Can Become FullStack With Node.js

How Every Web Developer Can Become FullStack With Node.js

4
Comments 1
25 min read
100 blog topic ideas for your next article - No more writers block

100 blog topic ideas for your next article - No more writers block

9
Comments
7 min read
Why having a portfolio website is not necessary for getting hired in 2021

Why having a portfolio website is not necessary for getting hired in 2021

3
Comments
2 min read
Haley Elder: The environmentalist coder

Haley Elder: The environmentalist coder

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