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.
npm passes the 1 millionth package milestone! What can we learn?

npm passes the 1 millionth package milestone! What can we learn?

5
Comments
1 min read
Easy apps with hyperHTML — 7, Testing

Easy apps with hyperHTML — 7, Testing

10
Comments
8 min read
Don't Trust the Cascade - Why I write CSS in JavaScript

Don't Trust the Cascade - Why I write CSS in JavaScript

63
Comments 17
4 min read
JavaScript : What happens with the browser ?

JavaScript : What happens with the browser ?

86
Comments 3
3 min read
Guide - JavaScript and React unit tests basics

Guide - JavaScript and React unit tests basics

8
Comments
1 min read
Building High-Performance Infinite Lists in React

Building High-Performance Infinite Lists in React

22
Comments 2
3 min read
How To Get Route Path Parameters In Non-Routed Angular Components 🦀

How To Get Route Path Parameters In Non-Routed Angular Components 🦀

16
Comments
1 min read
react-snackbar-alert: Simple snackbar notifications for React

react-snackbar-alert: Simple snackbar notifications for React

8
Comments
1 min read
Auto-resize a textarea as its content changes

Auto-resize a textarea as its content changes

5
Comments
1 min read
⛓ Uncontrolled form validation with React

⛓ Uncontrolled form validation with React

15
Comments 2
3 min read
Understanding JSON.parse() and JSON.stringify()

Understanding JSON.parse() and JSON.stringify()

33
Comments
4 min read
Roadmap to Web Developer in 2019

Roadmap to Web Developer in 2019

269
Comments 14
1 min read
A business card in an NPM module.

A business card in an NPM module.

6
Comments
1 min read
How I structure a React project

How I structure a React project

219
Comments 16
2 min read
World First Transparent Admin Template Built With Vue.js

World First Transparent Admin Template Built With Vue.js

7
Comments
2 min read
MyOS

MyOS

76
Comments 10
4 min read
Cache your React event listeners to improve performance.

Cache your React event listeners to improve performance.

60
Comments 2
7 min read
On Handlebars and Template Tags

On Handlebars and Template Tags

7
Comments
3 min read
Impress your colleagues with these NPM tricks

Impress your colleagues with these NPM tricks

718
Comments 30
4 min read
Stop Using ngOptions

Stop Using ngOptions

8
Comments
2 min read
Down the Rabbit Hole Debugging Node.js Cipher Support

Down the Rabbit Hole Debugging Node.js Cipher Support

7
Comments 1
7 min read
mazebattles.com / open-source node.js+socket.io project

mazebattles.com / open-source node.js+socket.io project

5
Comments
1 min read
TIL: JSON.stringify takes toJSON methods into consideration

TIL: JSON.stringify takes toJSON methods into consideration

11
Comments
1 min read
From the Devtools to the Clipboard

From the Devtools to the Clipboard

6
Comments
2 min read
React Native Map with real time location selection for Android

React Native Map with real time location selection for Android

24
Comments 3
4 min read
Sapper - Bootstrap your Svelte project

Sapper - Bootstrap your Svelte project

18
Comments 1
1 min read
Solving for the nth Fibonacci number

Solving for the nth Fibonacci number

9
Comments 2
4 min read
Which podcasts to listen to stay tune in programming?

Which podcasts to listen to stay tune in programming?

8
Comments 3
1 min read
How to Find Ideas for Good Practice Projects

How to Find Ideas for Good Practice Projects

137
Comments 1
5 min read
Humane Intro to React (and JSX, and some ES 6)

Humane Intro to React (and JSX, and some ES 6)

8
Comments
13 min read
Idle Map

Idle Map

6
Comments
2 min read
Grey’s Anatomy Lorem Ipsum Generator Tutorial

Grey’s Anatomy Lorem Ipsum Generator Tutorial

53
Comments 2
11 min read
Reading Code Coverage

Reading Code Coverage

21
Comments 2
4 min read
Clarkio Live Stream Notes: Setting up and writing tests in Node.js/JavaScript

Clarkio Live Stream Notes: Setting up and writing tests in Node.js/JavaScript

6
Comments
2 min read
The (Redux) Saga Continues — Implementing your own redux-saga like middleware

The (Redux) Saga Continues — Implementing your own redux-saga like middleware

17
Comments
8 min read
Blog-like posts, Animate on Scroll, Action quote | Module Monday 41

Blog-like posts, Animate on Scroll, Action quote | Module Monday 41

9
Comments
2 min read
How strict is Typescript's strict mode?

How strict is Typescript's strict mode?

71
Comments 8
7 min read
Clarkio Live Stream Notes: Designing and testing a new feature in a Node.js app

Clarkio Live Stream Notes: Designing and testing a new feature in a Node.js app

5
Comments
3 min read
Intro to Virtual DOM

Intro to Virtual DOM

9
Comments
7 min read
MDX, authors and richer JAMstack content

MDX, authors and richer JAMstack content

18
Comments 3
2 min read
Interview Question: Implement a Progress Bar

Interview Question: Implement a Progress Bar

244
Comments 16
6 min read
The performance benefits of progressive enhancement

The performance benefits of progressive enhancement

7
Comments
5 min read
You Can't Spell Collaboration Without Communication

You Can't Spell Collaboration Without Communication

36
Comments 1
5 min read
Reactive Programming for React Developers Part 2 - Integrate with React

Reactive Programming for React Developers Part 2 - Integrate with React

13
Comments
4 min read
Teaching new languages to our bot

Teaching new languages to our bot

5
Comments
7 min read
Do FreeCodeCamp Certifications Hold Weight?

Do FreeCodeCamp Certifications Hold Weight?

87
Comments 41
3 min read
Interface de Usuários como uma reflexão

Interface de Usuários como uma reflexão

8
Comments
9 min read
5 Extremely Easy ways to drastically improve your VueJS app’s speed

5 Extremely Easy ways to drastically improve your VueJS app’s speed

264
Comments 14
4 min read
Using arrow functions might be costing you performance

Using arrow functions might be costing you performance

61
Comments 19
2 min read
Understanding the React build workflow and the folder structure

Understanding the React build workflow and the folder structure

54
Comments 1
8 min read
KendoReact R2 Webinar 2019

KendoReact R2 Webinar 2019

4
Comments
3 min read
Can you create an accessible React component?

Can you create an accessible React component?

33
Comments 3
1 min read
Getting started with TypeScript

Getting started with TypeScript

90
Comments 1
3 min read
Testing accessibility with Cypress

Testing accessibility with Cypress

126
Comments 8
4 min read
Tech News at a Glance

Tech News at a Glance

4
Comments 1
1 min read
Setting Up TypeScript for Node

Setting Up TypeScript for Node

10
Comments 2
2 min read
The missing Web Bluetooth module for Angular

The missing Web Bluetooth module for Angular

34
Comments 2
4 min read
How using CSS variables helped me cut down on JavaScript

How using CSS variables helped me cut down on JavaScript

98
Comments 5
6 min read
Why SHOULD you use the Repository Pattern in your project? And how to do it, the easy way…

Why SHOULD you use the Repository Pattern in your project? And how to do it, the easy way…

6
Comments
3 min read
Making WebSocket in Sync With User Internet Connectivity in React Using Redux Part 2

Making WebSocket in Sync With User Internet Connectivity in React Using Redux Part 2

44
Comments
10 min read
loading...