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.
Language Detection with Azure Cognitive Services

Language Detection with Azure Cognitive Services

5
Comments
4 min read
7 Best Ever Open-Source JavaScript Tools for Developers to Use

7 Best Ever Open-Source JavaScript Tools for Developers to Use

139
Comments
5 min read
Building a sidebar with Nuxt & Vuex

Building a sidebar with Nuxt & Vuex

21
Comments 4
4 min read
Testing a Semantic UI React Input with React Testing Library

Testing a Semantic UI React Input with React Testing Library

21
Comments 5
3 min read
Form Builder by Webiny Serverless CMS

Form Builder by Webiny Serverless CMS

10
Comments
2 min read
How to dynamically load content to an (old) 🧓 subreddit

How to dynamically load content to an (old) 🧓 subreddit

7
Comments
4 min read
Can you please refresh (Or how we version our Single-Page Application)

Can you please refresh (Or how we version our Single-Page Application)

23
Comments 13
5 min read
JavaScript in parallel - web workers explained

JavaScript in parallel - web workers explained

254
Comments 2
9 min read
Javascript call and apply 101

Javascript call and apply 101

116
Comments 6
3 min read
React Funnel

React Funnel

7
Comments 5
1 min read
How to integrate Google Analytics on your Vue.js page

How to integrate Google Analytics on your Vue.js page

71
Comments 2
4 min read
Intro to react-router

Intro to react-router

48
Comments
8 min read
Bringing `KeyboardEvent.key` and `KeyboardEvent.keyCode` Altogether for the Best Keyboard Interaction Experience

Bringing `KeyboardEvent.key` and `KeyboardEvent.keyCode` Altogether for the Best Keyboard Interaction Experience

15
Comments
3 min read
Is My Angular Performance Normal?

Is My Angular Performance Normal?

14
Comments
4 min read
What does auto do in margin:0 auto?

What does auto do in margin:0 auto?

5
Comments 2
1 min read
Webhooks - Day 3 of the #25DaysOfServerless Challenge

Webhooks - Day 3 of the #25DaysOfServerless Challenge

47
Comments 1
5 min read
Building an Infinite Scroll Component using VueJS and GraphQL

Building an Infinite Scroll Component using VueJS and GraphQL

60
Comments 4
11 min read
Convert React App into a Progressive Web App (PWA)

Convert React App into a Progressive Web App (PWA)

89
Comments 7
3 min read
Flattening a Javascript Object

Flattening a Javascript Object

28
Comments 1
1 min read
Stop Testing My Code!

Stop Testing My Code!

9
Comments 1
6 min read
State machine advent: Visualize your state machines with diagrams as you code (4/24)

State machine advent: Visualize your state machines with diagrams as you code (4/24)

21
Comments 2
2 min read
🐶 Intro to Recks: Rx+JSX experiment

🐶 Intro to Recks: Rx+JSX experiment

54
Comments 2
9 min read
Analytics with vanilla JS: page view duration

Analytics with vanilla JS: page view duration

16
Comments
3 min read
How To Build An Integration With JFrog Xray?

How To Build An Integration With JFrog Xray?

11
Comments
3 min read
Advent of Code 2019-05 with R & JavaScript

Advent of Code 2019-05 with R & JavaScript

7
Comments
3 min read
Pass parameter to setTimeout inside a loop - JavaScript closure inside a loop

Pass parameter to setTimeout inside a loop - JavaScript closure inside a loop

21
Comments 7
2 min read
Learn D3.js with Me: Bind Data to DOM Selections (Post #2).

Learn D3.js with Me: Bind Data to DOM Selections (Post #2).

8
Comments
4 min read
Functions in JavaScript

Functions in JavaScript

10
Comments 2
3 min read
Why aren't you using Aliases in webpack config?

Why aren't you using Aliases in webpack config?

20
Comments 2
3 min read
How to call strings from json file?

How to call strings from json file?

3
Comments 2
1 min read
Spot Separate Concerns Immediately

Spot Separate Concerns Immediately

7
Comments
1 min read
React Hooks Snippet: Snake Game

React Hooks Snippet: Snake Game

7
Comments
2 min read
What would a JavaScript Wasm desktop be like?

What would a JavaScript Wasm desktop be like?

18
Comments 14
1 min read
Is it possible to put all the stings in a separate file and call it?

Is it possible to put all the stings in a separate file and call it?

4
Comments 1
1 min read
How to Apply Nested Transitions in Vue

How to Apply Nested Transitions in Vue

5
Comments
5 min read
Sneak peek of the new npm docs website

Sneak peek of the new npm docs website

9
Comments
1 min read
[JS bits] Value vs Reference variable assignment

[JS bits] Value vs Reference variable assignment

5
Comments
2 min read
Recursion: An Illustrated Play-By-Play

Recursion: An Illustrated Play-By-Play

28
Comments 11
4 min read
Why You Should be Writing Your Own React Hooks

Why You Should be Writing Your Own React Hooks

138
Comments 19
7 min read
React Hooks Snippet: Shopping Cart

React Hooks Snippet: Shopping Cart

45
Comments
1 min read
Adding an item to a remote collection in React

Adding an item to a remote collection in React

6
Comments
3 min read
Build telegram bot with node

Build telegram bot with node

8
Comments
4 min read
Debouncing in Javascript

Debouncing in Javascript

10
Comments 1
1 min read
How to manage macOS windows using JavaScript for Automation (JXA)

How to manage macOS windows using JavaScript for Automation (JXA)

6
Comments
4 min read
How To Redirecting All Traffic To Netlify

How To Redirecting All Traffic To Netlify

6
Comments
1 min read
How I Reverse Engineered RxJs and Learned Reactive Programming? Part 2

How I Reverse Engineered RxJs and Learned Reactive Programming? Part 2

57
Comments 3
4 min read
Generate a random number with JavaScript

Generate a random number with JavaScript

10
Comments
3 min read
From Javascript to Python

From Javascript to Python

75
Comments 14
4 min read
Building reusable UI components with React Hooks

Building reusable UI components with React Hooks

52
Comments
7 min read
The Analogy of State Management in React

The Analogy of State Management in React

35
Comments
2 min read
Verdaccio: Hosting your own Private NPM Registry

Verdaccio: Hosting your own Private NPM Registry

14
Comments
3 min read
The Case Against JS Frameworks.

The Case Against JS Frameworks.

4
Comments 2
2 min read
Palindrome String in Javascript

Palindrome String in Javascript

9
Comments 4
1 min read
What is globalThis, and why should you start using it?

What is globalThis, and why should you start using it?

41
Comments
7 min read
Ember Octane Preview Highlights

Ember Octane Preview Highlights

10
Comments
4 min read
How to submit a form with React

How to submit a form with React

34
Comments 3
3 min read
😊👉 Company culture is more important than a fancy office space

😊👉 Company culture is more important than a fancy office space

111
Comments 3
8 min read
State machine advent: Baby's first state machine with XState (3/24)

State machine advent: Baby's first state machine with XState (3/24)

26
Comments
3 min read
A Quick Guide to Integrating React and GraphQL

A Quick Guide to Integrating React and GraphQL

5
Comments
9 min read
Stop unexpected data from breaking your app with TypeScript

Stop unexpected data from breaking your app with TypeScript

22
Comments
16 min read
loading...