DEV Community

Beginners

"A journey of a thousand miles begins with a single step." -Chinese Proverb

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
I worked on MSN, Live, and Bing Search at Microsoft, Ask Me Anything!

I worked on MSN, Live, and Bing Search at Microsoft, Ask Me Anything!

70
Comments 45
1 min read
Bash from scratch: learn enough bash to write your own scripts

Bash from scratch: learn enough bash to write your own scripts

227
Comments 20
9 min read
Testing applications with Cypress

Testing applications with Cypress

51
Comments 3
4 min read
MY Top 5 youtube channels (code version)

MY Top 5 youtube channels (code version)

56
Comments 5
2 min read
Using GitHub as a team

Using GitHub as a team

91
Comments
3 min read
The Blessing of Rejection (or Growing Past the "No")

The Blessing of Rejection (or Growing Past the "No")

110
Comments 18
5 min read
A gift for new devs

A gift for new devs

53
Comments 24
1 min read
Helpful Terminal Commands for Beginners!

Helpful Terminal Commands for Beginners!

319
Comments 30
5 min read
What in the IF is a ternary?

What in the IF is a ternary?

41
Comments 12
1 min read
Take your web development skills a notch higher

Take your web development skills a notch higher

127
Comments 11
3 min read
Intro to Linked Lists in JS

Intro to Linked Lists in JS

77
Comments 3
6 min read
My Experiences in a Coding Bootcamp for 2 Months

My Experiences in a Coding Bootcamp for 2 Months

23
Comments 8
6 min read
Jelly Fin: Open Source From Scratch, What I've Learned So Far

Jelly Fin: Open Source From Scratch, What I've Learned So Far

40
Comments
3 min read
6 Tips for making a responsive website from scratch

6 Tips for making a responsive website from scratch

14
Comments
5 min read
Top 7 Date methods you should know (Dart)

Top 7 Date methods you should know (Dart)

80
Comments 7
2 min read
World of Warcraft - Programmer's Edition

World of Warcraft - Programmer's Edition

42
Comments 7
2 min read
How a beginner should start his/her journey towards a professional developer?

How a beginner should start his/her journey towards a professional developer?

10
Comments 1
2 min read
Paying it Forward: Teaching Family to Code

Paying it Forward: Teaching Family to Code

47
Comments 11
2 min read
Creating a Hugo site on GitHub Pages

Creating a Hugo site on GitHub Pages

64
Comments 9
9 min read
First time going through coding interviews? Common questions and answers.

First time going through coding interviews? Common questions and answers.

96
Comments 1
3 min read
Hacking the Career Fair

Hacking the Career Fair

34
Comments
4 min read
Floating Spaceship

Floating Spaceship

37
Comments 4
1 min read
CakePHP 3: Bake by example

CakePHP 3: Bake by example

18
Comments 6
4 min read
Achievement Deserialized!

Achievement Deserialized!

8
Comments 2
1 min read
How to Write Readable Code In JavaScript

How to Write Readable Code In JavaScript

10
Comments
4 min read
What Your First Web Dev Job Will Be Like

What Your First Web Dev Job Will Be Like

33
Comments 1
3 min read
Online wellbeing : what are your rules?

Online wellbeing : what are your rules?

7
Comments 4
1 min read
Imposter? No, Baby, I'm the Real Deal

Imposter? No, Baby, I'm the Real Deal

11
Comments 2
1 min read
Variance in Kotlin Generics

Variance in Kotlin Generics

15
Comments
8 min read
What is your number 1 advice to newbies.

What is your number 1 advice to newbies.

35
Comments 21
1 min read
Getting Started with Vue.js Plugins [Production-Ready Example]

Getting Started with Vue.js Plugins [Production-Ready Example]

36
Comments 2
2 min read
My first week of learning Swift.

My first week of learning Swift.

62
Comments 7
3 min read
Hot reloading preact with parcel, the missing doc

Hot reloading preact with parcel, the missing doc

13
Comments 1
1 min read
Binary and Hexadecimal: Part 1

Binary and Hexadecimal: Part 1

69
Comments 2
6 min read
39 No Frills Keyboard Shortcuts every Developer Should Know About

39 No Frills Keyboard Shortcuts every Developer Should Know About

223
Comments 35
4 min read
Software engineering fetishes

Software engineering fetishes

46
Comments 12
3 min read
Differences Between #nil?, #empty?, #blank?, and #present?

Differences Between #nil?, #empty?, #blank?, and #present?

16
Comments 1
3 min read
The Slack App Directory Developer Review 👨🏻‍🏭

The Slack App Directory Developer Review 👨🏻‍🏭

32
Comments 2
12 min read
My Journey through Javascript: The Struggle is Real

My Journey through Javascript: The Struggle is Real

20
Comments
3 min read
Back to JS Basics

Back to JS Basics

37
Comments 7
3 min read
Improving Client-Side Performance

Improving Client-Side Performance

34
Comments
11 min read
The complete guide to Forms in React

The complete guide to Forms in React

156
Comments 3
6 min read
How to test methods in Go

How to test methods in Go

15
Comments 2
1 min read
How to Conduct a Live Code Interview (with 3 Full Problems)

How to Conduct a Live Code Interview (with 3 Full Problems)

59
Comments 3
9 min read
How to style navigations and center containers in CSS | Couple Code Therapy

How to style navigations and center containers in CSS | Couple Code Therapy

10
Comments
1 min read
Java Developer Litmus Test Part 1

Java Developer Litmus Test Part 1

52
Comments 11
2 min read
Implementing a Plugin System in Python

Implementing a Plugin System in Python

24
Comments 1
4 min read
5 Not So Obvious Ways to Get a Job in Data Science

5 Not So Obvious Ways to Get a Job in Data Science

18
Comments 4
8 min read
JavaScript: Best Practices for Beginners

JavaScript: Best Practices for Beginners

14
Comments
3 min read
What is polymorphism?

What is polymorphism?

32
Comments 3
2 min read
How to Combat Information Overload?

How to Combat Information Overload?

61
Comments 13
2 min read
Jelly Fin: Calling all imposters! Yes, you! Let's Build Together.

Jelly Fin: Calling all imposters! Yes, you! Let's Build Together.

48
Comments 2
2 min read
Where to Learn new tech skills Online?

Where to Learn new tech skills Online?

48
Comments 11
1 min read
MERN Stack Udemy Course Review

MERN Stack Udemy Course Review

16
Comments 5
3 min read
This is how HTTPS works

This is how HTTPS works

265
Comments 13
6 min read
Stop letting people tell you how to learn

Stop letting people tell you how to learn

83
Comments 17
2 min read
Go tutorial: 1. Command Line Arguments and File I/O

Go tutorial: 1. Command Line Arguments and File I/O

26
Comments 1
2 min read
Swift pro tip of the day: Extension with generic where clause

Swift pro tip of the day: Extension with generic where clause

69
Comments 2
2 min read
How do you debug?

How do you debug?

40
Comments 4
1 min read
Git Staging Area: Explained Like I'm Five

Git Staging Area: Explained Like I'm Five

157
Comments 17
2 min read
loading...