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.
'this' and arrow functions

'this' and arrow functions

95
Comments 11
2 min read
Use micro-projects to keep development fun and test your skills

Use micro-projects to keep development fun and test your skills

19
Comments
1 min read
ELI5: The filter, map, zip, and reduce operations

ELI5: The filter, map, zip, and reduce operations

39
Comments 2
3 min read
Finding an element in the array (the ES5, ES6 and ES7 way)

Finding an element in the array (the ES5, ES6 and ES7 way)

42
Comments
2 min read
What I wish I knew when learning Node.js

What I wish I knew when learning Node.js

80
Comments 1
7 min read
Ruby Method Spotlight: Slice

Ruby Method Spotlight: Slice

39
Comments 2
3 min read
Learning Algorithms with JS, Python and Java 7: Anagrams

Learning Algorithms with JS, Python and Java 7: Anagrams

56
Comments 5
2 min read
Javascript array iteration with 'some()' and 'every()'

Javascript array iteration with 'some()' and 'every()'

53
Comments 8
2 min read
Ternary Operators In JavaScript

Ternary Operators In JavaScript

33
Comments 10
4 min read
Intro to Recursion in JS

Intro to Recursion in JS

74
Comments 3
4 min read
Tools I Use For Blogging

Tools I Use For Blogging

52
Comments 19
3 min read
My Journey through JavaScript: Flowcharting Pt. 1

My Journey through JavaScript: Flowcharting Pt. 1

19
Comments
2 min read
Using Python's Type Annotations

Using Python's Type Annotations

225
Comments 30
8 min read
Why You Shouldn't Use A Web Framework

Why You Shouldn't Use A Web Framework

770
Comments 340
4 min read
In a small piece of code

In a small piece of code

7
Comments
7 min read
Why I Joined Dev.to Community And You Should Too

Why I Joined Dev.to Community And You Should Too

32
Comments 2
2 min read
Replicate your PostgreSQL database into another server using just one command.

Replicate your PostgreSQL database into another server using just one command.

62
Comments 4
1 min read
Staying on top of new Javascript features

Staying on top of new Javascript features

40
Comments
6 min read
5 Useful Little CSS Tricks

5 Useful Little CSS Tricks

122
Comments 3
3 min read
Simple Parallax Scrolling

Simple Parallax Scrolling

52
Comments
2 min read
Challenge: Write the recursive Fibonacci algorithm in a different language.

Challenge: Write the recursive Fibonacci algorithm in a different language.

19
Comments 78
1 min read
Understanding Object Oriented JavaScript

Understanding Object Oriented JavaScript

253
Comments 16
2 min read
Simple Mathematics With Python

Simple Mathematics With Python

10
Comments 1
2 min read
Integrate Oauth2 for Symfony 4

Integrate Oauth2 for Symfony 4

19
Comments 42
7 min read
Explain JS's radix in parseInt(str, radix), like I'm five.

Explain JS's radix in parseInt(str, radix), like I'm five.

5
Comments 2
1 min read
loading...