DEV Community

JavaScript

Once relegated to the browser as one of the 3 core technologies of the web, JavaScript can now be found almost anywhere you find code. JavaScript developers move fast and push software development forward; they can be as opinionated as the frameworks they use, so let's keep it clean here and make it a place to learn from each other!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Website vs. Web Application: the differences you need to know.

Website vs. Web Application: the differences you need to know.

75
Comments
2 min read
Loops – JavaScript Series – Part 12

Loops – JavaScript Series – Part 12

21
Comments
2 min read
My Journey Into Software Development

My Journey Into Software Development

17
Comments 4
7 min read
Vuex with Ex-View Cast Members

Vuex with Ex-View Cast Members

6
Comments
4 min read
Discover how you study best, the sooner the better.

Discover how you study best, the sooner the better.

6
Comments
1 min read
MicroENV - Fake REST API

MicroENV - Fake REST API

34
Comments
1 min read
Ember {{on}} vs {{action}} caveat

Ember {{on}} vs {{action}} caveat

7
Comments
1 min read
Looking for contributors for iHateRegex.io <3

Looking for contributors for iHateRegex.io <3

13
Comments 2
1 min read
🔥 What's Hot in Web Development? — Weekly Picks #112

🔥 What's Hot in Web Development? — Weekly Picks #112

105
Comments 1
4 min read
Sorting and Sorting Algorithms

Sorting and Sorting Algorithms

6
Comments
5 min read
Log JavaScript Objects to HTML with DomLog

Log JavaScript Objects to HTML with DomLog

5
Comments
2 min read
React Dropdown Select Tutorial with React-select

React Dropdown Select Tutorial with React-select

8
Comments
1 min read
The first JS challenge in 2020: February 1 begins the second round.

The first JS challenge in 2020: February 1 begins the second round.

53
Comments
2 min read
Mini-Tut: Setting Up Prettier in RubyMine

Mini-Tut: Setting Up Prettier in RubyMine

7
Comments
3 min read
pnpm v4.9 comes with command completion!

pnpm v4.9 comes with command completion!

51
Comments
2 min read
Gitprefix - Automatically formatting commit messages

Gitprefix - Automatically formatting commit messages

6
Comments
2 min read
How To Immutably Update An Array In TypeScript

How To Immutably Update An Array In TypeScript

27
Comments 5
4 min read
Javascript reduce() Array Method

Javascript reduce() Array Method

7
Comments
2 min read
ES2016 Features with simple examples

ES2016 Features with simple examples

97
Comments
2 min read
Uploading images to Cloudinary with a React app.

Uploading images to Cloudinary with a React app.

51
Comments 11
6 min read
Build your first app with Mobx and React

Build your first app with Mobx and React

56
Comments 5
8 min read
[Tutorial] Create your own a simple mouse wheel scroller like a fullpage.js with JQuery

[Tutorial] Create your own a simple mouse wheel scroller like a fullpage.js with JQuery

9
Comments
9 min read
Node Sequential Iterator Pattern

Node Sequential Iterator Pattern

11
Comments 2
4 min read
Optional Chaining — Using it already

Optional Chaining — Using it already

7
Comments 2
4 min read
Build A Command Line Application With Node

Build A Command Line Application With Node

46
Comments 1
7 min read
JSON in Python

JSON in Python

12
Comments
2 min read
Blog post: Experimenting with GitHub Pages and JavaScript and Putting Everything to Use

Blog post: Experimenting with GitHub Pages and JavaScript and Putting Everything to Use

16
Comments 3
5 min read
5 useful JavaScript tips

5 useful JavaScript tips

50
Comments
2 min read
Optional Chaining in JavaScript

Optional Chaining in JavaScript

26
Comments 2
2 min read
Anonymous Class

Anonymous Class

9
Comments
2 min read
Lazy Iterators From Scratch

Lazy Iterators From Scratch

28
Comments 1
7 min read
🎉👨‍👩‍👧‍👧 JavaScript Visualized: Prototypal Inheritance

🎉👨‍👩‍👧‍👧 JavaScript Visualized: Prototypal Inheritance

1752
Comments 104
5 min read
Getting to know Webpack

Getting to know Webpack

68
Comments
9 min read
Building a Mobile Game Using React Native

Building a Mobile Game Using React Native

84
Comments 10
4 min read
The 10+ Best NodeJS CMS Platforms To Use in 2020

The 10+ Best NodeJS CMS Platforms To Use in 2020

59
Comments 7
3 min read
Cheat Sheet for developers

Cheat Sheet for developers

78
Comments 2
1 min read
JavaScript ES6 Tutorial: A complete crash course on modern JS

JavaScript ES6 Tutorial: A complete crash course on modern JS

64
Comments
9 min read
Custom Events in JavaScript

Custom Events in JavaScript

9
Comments
2 min read
pkgreview.dev - The Ratings and Review Website for NPM Packages 🎉

pkgreview.dev - The Ratings and Review Website for NPM Packages 🎉

20
Comments 2
2 min read
Build a Telegram Bot using Netlify

Build a Telegram Bot using Netlify

8
Comments
4 min read
Loading web-apps faster

Loading web-apps faster

5
Comments
2 min read
Setup Phoenix with Svelte+Rollup

Setup Phoenix with Svelte+Rollup

62
Comments 6
3 min read
Setup Code Editor – JavaScript Series – Part 11

Setup Code Editor – JavaScript Series – Part 11

11
Comments
1 min read
The dangers of async/await

The dangers of async/await

493
Comments 41
3 min read
Don't start with React

Don't start with React

60
Comments 25
3 min read
🛸 Web Components: Components on Steroids.

🛸 Web Components: Components on Steroids.

19
Comments
2 min read
2019 Retrospective and 2020 Roadmap

2019 Retrospective and 2020 Roadmap

41
Comments
3 min read
React Axios Tutorial – Make HTTP GET and POST Requests

React Axios Tutorial – Make HTTP GET and POST Requests

6
Comments
1 min read
Programação no estilo funcional em Javascript, Promises e dores de cabeça [pt-BR]

Programação no estilo funcional em Javascript, Promises e dores de cabeça [pt-BR]

5
Comments
3 min read
How To Learn Javascript Without Losing Your Mind.

How To Learn Javascript Without Losing Your Mind.

12
Comments
3 min read
How to Explain to a 2 years-old Kid what a Promise is in JavaScript

How to Explain to a 2 years-old Kid what a Promise is in JavaScript

50
Comments
3 min read
Better Angular performance with ChangeDetectionStrategy OnPush

Better Angular performance with ChangeDetectionStrategy OnPush

11
Comments
3 min read
Switch – JavaScript Series – Part 10

Switch – JavaScript Series – Part 10

10
Comments
2 min read
GraphQL - React Apollo with Demo

GraphQL - React Apollo with Demo

24
Comments 1
4 min read
Improved Control Flow In JavaScript

Improved Control Flow In JavaScript

9
Comments 2
3 min read
Make a Camera App in Web (Part 2): Capturing the image

Make a Camera App in Web (Part 2): Capturing the image

7
Comments 1
4 min read
Working with JSON in JavaScript

Working with JSON in JavaScript

9
Comments
2 min read
What is the best solution for removing duplicate Objects from an Array?

What is the best solution for removing duplicate Objects from an Array?

24
Comments 8
5 min read
How to connect React components to the Store elegantly using Redux Hooks

How to connect React components to the Store elegantly using Redux Hooks

9
Comments 1
4 min read
Dealing With Unexpected Data in JavaScript

Dealing With Unexpected Data in JavaScript

38
Comments 2
9 min read
loading...