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.
let { [key]: id = 0, ...rest } = obj - Destructuring to the limit

let { [key]: id = 0, ...rest } = obj - Destructuring to the limit

23
Comments
4 min read
Dependency Injection in Koa app

Dependency Injection in Koa app

11
Comments 1
3 min read
npm-gui

npm-gui

9
Comments 2
1 min read
Simplifying Front-End State Management with Observable Store

Simplifying Front-End State Management with Observable Store

24
Comments 1
10 min read
Creating custom HTML elements with Javascript

Creating custom HTML elements with Javascript

7
Comments 2
1 min read
How to write a blog publish link CLI with Yarrrgs!

How to write a blog publish link CLI with Yarrrgs!

7
Comments
4 min read
Peacock v1 Released

Peacock v1 Released

292
Comments 39
2 min read
3 topics in 1 JavaScript interview question

3 topics in 1 JavaScript interview question

277
Comments 12
5 min read
Double Equals vs Triple Equals in JavaScript

Double Equals vs Triple Equals in JavaScript

9
Comments 1
1 min read
WordPress & Vue.js: Headless Stack w/ WP REST API

WordPress & Vue.js: Headless Stack w/ WP REST API

19
Comments
1 min read
Is typescript "static typing" features going to be imported in the js language overtime?

Is typescript "static typing" features going to be imported in the js language overtime?

5
Comments 1
1 min read
React Query Builder with Cube.js

React Query Builder with Cube.js

22
Comments
4 min read
Array methods and iterables - Stepping up your JavaScript game

Array methods and iterables - Stepping up your JavaScript game

55
Comments 2
8 min read
Using Styled Components with React Native

Using Styled Components with React Native

102
Comments 6
13 min read
Creational Patterns in JS

Creational Patterns in JS

6
Comments
4 min read
Creating a Vue.js component library: Part IV- Documentation with VuePress

Creating a Vue.js component library: Part IV- Documentation with VuePress

14
Comments
10 min read
GraphQL tutorial for newbies - cheatsheet

GraphQL tutorial for newbies - cheatsheet

55
Comments 1
2 min read
Explicit error messages with VError

Explicit error messages with VError

8
Comments 1
2 min read
Role-based Authorization and the View

Role-based Authorization and the View

6
Comments
4 min read
5 reasons to go with CSS in JS for your next application

5 reasons to go with CSS in JS for your next application

34
Comments 12
5 min read
5 Ways to Make Marketing Happy Right NOW!

5 Ways to Make Marketing Happy Right NOW!

9
Comments 3
3 min read
VueJS: The Golidilocks of JS Frameworks?

VueJS: The Golidilocks of JS Frameworks?

30
Comments 8
4 min read
How to Use Sass and Styled Components in a React JS Application

How to Use Sass and Styled Components in a React JS Application

98
Comments 3
10 min read
Python VS Javascript

Python VS Javascript

11
Comments 4
2 min read
Error Handling with Fetch (and custom React hook)

Error Handling with Fetch (and custom React hook)

11
Comments 1
2 min read
loading...