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.
Have you considered Site Reliability Engineering as a path?

Have you considered Site Reliability Engineering as a path?

66
Comments 12
1 min read
Virtualization: All that you need to know!

Virtualization: All that you need to know!

14
Comments 1
8 min read
CS Trivia#6: Where did the spaceship operator come from?

CS Trivia#6: Where did the spaceship operator come from?

12
Comments
2 min read
Junior dev on the job hunt!

Junior dev on the job hunt!

54
Comments 10
2 min read
So you have ideas but lack the knowledge to build them? Just f*ing write it down.

So you have ideas but lack the knowledge to build them? Just f*ing write it down.

27
Comments 3
4 min read
useEffect hook functional component in reactjs

useEffect hook functional component in reactjs

10
Comments
1 min read
How to get a React JS job in 2020 ?

How to get a React JS job in 2020 ?

93
Comments 12
7 min read
Learn about the command line.

Learn about the command line.

53
Comments 4
6 min read
The noble art of refactoring - Part 0

The noble art of refactoring - Part 0

81
Comments 7
7 min read
Check if a JavaScript Object is Empty

Check if a JavaScript Object is Empty

11
Comments
1 min read
Java Nullpointerexception

Java Nullpointerexception

11
Comments
3 min read
JavaScript Reduce method

JavaScript Reduce method

11
Comments
2 min read
Creating machine learning models just got easy!

Creating machine learning models just got easy!

50
Comments
3 min read
HTML <audio> Tag

HTML <audio> Tag

93
Comments 1
5 min read
Best way to get all prime numbers (Sieve of Eratosthenes)

Best way to get all prime numbers (Sieve of Eratosthenes)

5
Comments 2
4 min read
BaseCS: Depth First Search Implementing 11:47

BaseCS: Depth First Search Implementing

77
Comments 2
1 min read
What's the best pictoral/realistic-example documentation you've seen for a code library?

What's the best pictoral/realistic-example documentation you've seen for a code library?

5
Comments
1 min read
You're Better Than Your Impostor Syndrome

You're Better Than Your Impostor Syndrome

83
Comments 23
3 min read
Getting that Back Button With React Navigation

Getting that Back Button With React Navigation

24
Comments
3 min read
5 clean code techniques you can start doing today

5 clean code techniques you can start doing today

183
Comments 13
8 min read
Hacker101 CTF - Petshop Pro

Hacker101 CTF - Petshop Pro

35
Comments 12
5 min read
Automate Boring Stuff with Python - Search Assistant

Automate Boring Stuff with Python - Search Assistant

6
Comments
1 min read
Embedding a Google Drive image in HTML

Embedding a Google Drive image in HTML

31
Comments 10
1 min read
Which Programming Language Should I Learn First?

Which Programming Language Should I Learn First?

9
Comments 7
6 min read
How to find a job as a Bootcamp grad

How to find a job as a Bootcamp grad

55
Comments 10
7 min read
Elm Calculator Part 1 - Introduction

Elm Calculator Part 1 - Introduction

15
Comments 3
6 min read
Easy as a pie Big O notation: A note about Objects

Easy as a pie Big O notation: A note about Objects

54
Comments 3
1 min read
Hacker101 CTF - BugDB v1

Hacker101 CTF - BugDB v1

16
Comments
2 min read
Hacker101 CTF - BugDB v3

Hacker101 CTF - BugDB v3

11
Comments
3 min read
Hacker101 CTF - BugDB v2

Hacker101 CTF - BugDB v2

8
Comments 1
2 min read
Hitchhiker’s Guide to Ruby Variables

Hitchhiker’s Guide to Ruby Variables

18
Comments
3 min read
More APIs to Practice Programming With

More APIs to Practice Programming With

199
Comments 11
2 min read
Im ok, work from home

Im ok, work from home

5
Comments 3
1 min read
How To Improve Your Problem-Solving Skills

How To Improve Your Problem-Solving Skills

13
Comments
2 min read
20 Days of HTML(Learn 20 amazing things about HTML) Part 2

20 Days of HTML(Learn 20 amazing things about HTML) Part 2

244
Comments 10
3 min read
🎥 Video Snippets: [3 => Cookies] 🍪

🎥 Video Snippets: [3 => Cookies] 🍪

4
Comments
1 min read
What do you do when you're stuck?

What do you do when you're stuck?

11
Comments 27
1 min read
How to create new projects with the Vue CLI

How to create new projects with the Vue CLI

5
Comments 1
6 min read
Reading Snippets [51 => JSON] 📝

Reading Snippets [51 => JSON] 📝

3
Comments
1 min read
Overcoming Imposter Syndrome On My Journey Into Tech

Overcoming Imposter Syndrome On My Journey Into Tech

59
Comments 5
5 min read
🔥 Node.js CLI, Alpine.js, Fastify.js, Raycast, and more — Weekly Picks #118

🔥 Node.js CLI, Alpine.js, Fastify.js, Raycast, and more — Weekly Picks #118

16
Comments 1
4 min read
Function Constructor in Javascript

Function Constructor in Javascript

6
Comments
2 min read
I suck at math and learning Python rubbed it in my face

I suck at math and learning Python rubbed it in my face

13
Comments 9
4 min read
MJSQ 101: .concat()

MJSQ 101: .concat()

5
Comments
2 min read
How To Think Like a Programmer

How To Think Like a Programmer

38
Comments
3 min read
Free book: Creative Coding for Kids

Free book: Creative Coding for Kids

16
Comments
2 min read
How you shouldn't use StackOverflow ?

How you shouldn't use StackOverflow ?

69
Comments 12
4 min read
Useful "advanced" commands in 2 minutes - Git Bisect

Useful "advanced" commands in 2 minutes - Git Bisect

8
Comments
2 min read
Learn Programming For Free (All Free Resources)

Learn Programming For Free (All Free Resources)

94
Comments
5 min read
Git deep-dive: "git init"

Git deep-dive: "git init"

65
Comments
4 min read
Coding after 40: Learning Ruby

Coding after 40: Learning Ruby

31
Comments 10
2 min read
Reading More Technical Content Can Help You Improve Your Content Creation Skills. Here's How.

Reading More Technical Content Can Help You Improve Your Content Creation Skills. Here's How.

59
Comments 3
5 min read
How I Became a Beginner Again (An Imposter Syndrome Story)

How I Became a Beginner Again (An Imposter Syndrome Story)

18
Comments
2 min read
Nevertheless, Kayley Coded

Nevertheless, Kayley Coded

15
Comments 2
3 min read
0x00SEC CTF - Exercise #3

0x00SEC CTF - Exercise #3

14
Comments
2 min read
Go Big O

Go Big O

19
Comments
8 min read
Today, I almost forgot why I love programming.

Today, I almost forgot why I love programming.

29
Comments 7
2 min read
Better NixCraft Raspberry Pi Temp Script

Better NixCraft Raspberry Pi Temp Script

6
Comments
3 min read
Base CS: Depth First Search Writing 14:40

Base CS: Depth First Search Writing

98
Comments 3
1 min read
The One Where Nahrin Talks About Her Journey to Tech

The One Where Nahrin Talks About Her Journey to Tech

17
Comments
5 min read
loading...