DEV Community

CodeNewbie

The most supportive community of programmers and people learning to code.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Version Control 101

Version Control 101

15
Comments
3 min read
How to build an object with 'Class Constructors' in Javascript

How to build an object with 'Class Constructors' in Javascript

4
Comments 1
1 min read
Pyspark Code Snippets

Pyspark Code Snippets

7
Comments
2 min read
I'm Alex and I'm a Recovering Perfectionist

I'm Alex and I'm a Recovering Perfectionist

5
Comments 4
2 min read
JS 101 (1 - n) Introduction

JS 101 (1 - n) Introduction

15
Comments
6 min read
What’s your alternative solution? Challenge #52

What’s your alternative solution? Challenge #52

5
Comments 1
2 min read
How to automate git commits

How to automate git commits

5
Comments
1 min read
Tsuyoku Naritai: I Want To Become Stronger!

Tsuyoku Naritai: I Want To Become Stronger!

6
Comments 3
4 min read
What’s your alternative solution? Challenge #51

What’s your alternative solution? Challenge #51

19
Comments 4
2 min read
Stay tuned: tech newsletters, slack groups and folks I follow and cherish dearly

Stay tuned: tech newsletters, slack groups and folks I follow and cherish dearly

41
Comments 7
5 min read
Finding the Minimum Path Sum in a Grid with Dynamic Programming

Finding the Minimum Path Sum in a Grid with Dynamic Programming

11
Comments 1
7 min read
40 reasons why I love being a DEV!

40 reasons why I love being a DEV!

8
Comments 2
3 min read
Why You Should Stop Being Scared To Write A Blog Post.

Why You Should Stop Being Scared To Write A Blog Post.

90
Comments 16
3 min read
One Month Update

One Month Update

6
Comments
1 min read
I'm Making Great Progress on my Side Project and I'm Freaking Ecstatic

I'm Making Great Progress on my Side Project and I'm Freaking Ecstatic

23
Comments 4
1 min read
Connecting Sucks...it shouldn't be so

Connecting Sucks...it shouldn't be so

2
Comments
2 min read
Link CSS and Js Files With an HTML File.

Link CSS and Js Files With an HTML File.

5
Comments 1
1 min read
Tweets That Boost Productivity - Part 1

Tweets That Boost Productivity - Part 1

8
Comments 2
1 min read
Interface Segregation Principle | SOLID as a Rock

Interface Segregation Principle | SOLID as a Rock

8
Comments
6 min read
how long it will take you to learn each programming language

how long it will take you to learn each programming language

5
Comments
1 min read
I Think I Overestimated How Hard C++ is.

I Think I Overestimated How Hard C++ is.

8
Comments 11
2 min read
I'm new and want to learn JavaScript??

I'm new and want to learn JavaScript??

4
Comments 2
1 min read
A Quick Self-learning tip

A Quick Self-learning tip

3
Comments
1 min read
JavaScript DOM - Part 7 - Query Selectors - Power to Grab anything [video + article]

JavaScript DOM - Part 7 - Query Selectors - Power to Grab anything [video + article]

23
Comments 8
2 min read
Job search, Interrupted

Job search, Interrupted

6
Comments
3 min read
Free (or affordable) Ways to Learn How to Code in South Africa

Free (or affordable) Ways to Learn How to Code in South Africa

25
Comments 2
9 min read
Sorting in Go from JavaScript

Sorting in Go from JavaScript

6
Comments
7 min read
From Sales to Learning How to Code to Developer……Well Almost (Part 1)

From Sales to Learning How to Code to Developer……Well Almost (Part 1)

12
Comments
9 min read
4 Tips for Web Accessibility

4 Tips for Web Accessibility

44
Comments 4
4 min read
Continuing on with my Wellbean Project

Continuing on with my Wellbean Project

3
Comments
1 min read
Best Docker Courses for Productive Quarantine!

Best Docker Courses for Productive Quarantine!

40
Comments
7 min read
DIY WordPress Bootcamp, Hooray!

DIY WordPress Bootcamp, Hooray!

22
Comments
6 min read
Programming for Beginners: The Real 101

Programming for Beginners: The Real 101

5
Comments
10 min read
Mastering GIT step-by-step: collaborating on a project

Mastering GIT step-by-step: collaborating on a project

12
Comments
4 min read
What’s your alternative solution? Challenge #50

What’s your alternative solution? Challenge #50

6
Comments 4
2 min read
Common Ethics for better coding !

Common Ethics for better coding !

7
Comments
1 min read
Javascript Libraries you should know in 2020 (Part 2)

Javascript Libraries you should know in 2020 (Part 2)

132
Comments 7
3 min read
JavaScript App from Scratch

JavaScript App from Scratch

4
Comments
2 min read
Explain Microsoft Azure Like I'm 5!

Explain Microsoft Azure Like I'm 5!

18
Comments 9
1 min read
Top Golang Courses & Tutorials to take during this Lockdown

Top Golang Courses & Tutorials to take during this Lockdown

44
Comments 3
5 min read
Let'ssss get sssstarted!

Let'ssss get sssstarted!

11
Comments 4
3 min read
React Router Native, a Love Story

React Router Native, a Love Story

12
Comments
3 min read
Python Teach & Learn Part 1: Variables

Python Teach & Learn Part 1: Variables

4
Comments
5 min read
Types of tests - Software Testing (II)

Types of tests - Software Testing (II)

8
Comments
8 min read
You don't always need “else” in your "if"

You don't always need “else” in your "if"

17
Comments 5
1 min read
Hello World

Hello World

7
Comments
2 min read
What’s your alternative solution? Challenge #49

What’s your alternative solution? Challenge #49

6
Comments 1
1 min read
A different angle

A different angle

2
Comments
4 min read
Sorting Characters in a String By Their Frequency

Sorting Characters in a String By Their Frequency

12
Comments 2
3 min read
How to Add Bootstrap 4 to Angular

How to Add Bootstrap 4 to Angular

7
Comments
2 min read
What’s your alternative solution? Challenge #48

What’s your alternative solution? Challenge #48

6
Comments 1
2 min read
Seven lessons learned during my first year of being a developer

Seven lessons learned during my first year of being a developer

9
Comments 1
5 min read
JavaScript DOM - Part 4 - innerHTML vs innerText vs textContent [video + article]

JavaScript DOM - Part 4 - innerHTML vs innerText vs textContent [video + article]

37
Comments 7
2 min read
PWA - Why should you use it and not use it?

PWA - Why should you use it and not use it?

300
Comments 42
4 min read
Pentesting Report: Attack Narrative Series Part 1: Recon

Pentesting Report: Attack Narrative Series Part 1: Recon

15
Comments
4 min read
A Job is just a Job, Except When It's Not

A Job is just a Job, Except When It's Not

17
Comments 5
3 min read
The Boyer-Moore Majority Vote Algorithm: Finding the Majority Element in an Array

The Boyer-Moore Majority Vote Algorithm: Finding the Majority Element in an Array

15
Comments 2
5 min read
Day 2: Taking the time to really learn the basics.

Day 2: Taking the time to really learn the basics.

3
Comments
2 min read
The basics of a function: illustrated! ✨

The basics of a function: illustrated! ✨

21
Comments
4 min read
COVIDiary pt. 8 - Make the Connection

COVIDiary pt. 8 - Make the Connection

5
Comments
2 min read
loading...