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.
Avoiding falsy values in JavaScript arrays

Avoiding falsy values in JavaScript arrays

12
Comments
2 min read
Using CSP Nonces effectively with service worker

Using CSP Nonces effectively with service worker

14
Comments
4 min read
Maximum JavaScript Performance

Maximum JavaScript Performance

159
Comments 31
2 min read
Learn to Architect and Test GraphQL Servers by Observing Spectrum

Learn to Architect and Test GraphQL Servers by Observing Spectrum

64
Comments 2
9 min read
Developing Web Apps with ASP.NET Core 2.0 and React - Part 3

Developing Web Apps with ASP.NET Core 2.0 and React - Part 3

10
Comments
1 min read
Leveling Up: From Create-React-App to Express (& some neat styling libraries)

Leveling Up: From Create-React-App to Express (& some neat styling libraries)

49
Comments 3
7 min read
I recently discovered Parcel, and it's amazing

I recently discovered Parcel, and it's amazing

52
Comments 7
2 min read
Detecting deadcode in your project

Detecting deadcode in your project

12
Comments 2
1 min read
Javascript Algorithms Challenges | Part 2

Javascript Algorithms Challenges | Part 2

87
Comments 10
6 min read
How can We implement Data Structures and Algorithms in Backend Frameworks to reach O(log(n)) Run Time ?

How can We implement Data Structures and Algorithms in Backend Frameworks to reach O(log(n)) Run Time ?

18
Comments 10
2 min read
The Career Adventures of Johnny JavaScript

The Career Adventures of Johnny JavaScript

168
Comments 18
9 min read
Getting Started with styled-components 💅

Getting Started with styled-components 💅

86
Comments 4
10 min read
New blog, new brand, new stack

New blog, new brand, new stack

79
Comments 5
6 min read
Enjoy Painless Typing With ReasonML!

Enjoy Painless Typing With ReasonML!

25
Comments
22 min read
Nodejs application to share files on the same network.

Nodejs application to share files on the same network.

12
Comments
1 min read
Using React(Native) + MobX + Flow, Flow treats @inject as error

Using React(Native) + MobX + Flow, Flow treats @inject as error

11
Comments
2 min read
How CSS Specificity Works🤹🏼‍♀️

How CSS Specificity Works🤹🏼‍♀️

89
Comments 5
1 min read
let over const

let over const

9
Comments
1 min read
A simple clientside templating langauge

A simple clientside templating langauge

10
Comments
2 min read
How make analytics for your app in React Native ?

How make analytics for your app in React Native ?

8
Comments
1 min read
Suggestions for using `...arguments` while working with functions in javascript.

Suggestions for using `...arguments` while working with functions in javascript.

68
Comments 11
1 min read
Should I go for JS or Python in long run in my career?

Should I go for JS or Python in long run in my career?

44
Comments 16
1 min read
A new code editor for the web

A new code editor for the web

96
Comments 7
1 min read
Can we say that JS can be compiled on Node.js? [Novice Quesiton]

Can we say that JS can be compiled on Node.js? [Novice Quesiton]

10
Comments 5
1 min read
Careful Examination of JavaScript Await

Careful Examination of JavaScript Await

40
Comments 2
4 min read
Static Type checker. Which and Why do you use it ?

Static Type checker. Which and Why do you use it ?

7
Comments
1 min read
domcurl: curl + JavaScript

domcurl: curl + JavaScript

6
Comments
3 min read
Adding reCaptcha with a Serverless Form Processor

Adding reCaptcha with a Serverless Form Processor

13
Comments
6 min read
Creating a movie website with GraphQL and React - part one

Creating a movie website with GraphQL and React - part one

95
Comments 1
9 min read
How to use inline JavaScript with HTML? You definitely like really bad code

How to use inline JavaScript with HTML? You definitely like really bad code

43
Comments 6
3 min read
I created a gatsby starter for blog with powerful features.

I created a gatsby starter for blog with powerful features.

40
Comments
1 min read
How do you think about javascript framework (or library) scaling?

How do you think about javascript framework (or library) scaling?

10
Comments
1 min read
How to Use New React Context API Detailed

How to Use New React Context API Detailed

64
Comments 3
1 min read
Functional Programming: Alternatives to the IF #Functional #JavaScript #Functors

Functional Programming: Alternatives to the IF #Functional #JavaScript #Functors

92
Comments 11
4 min read
vue.js modules in the browser, the cheap way

vue.js modules in the browser, the cheap way

43
Comments 3
2 min read
JS frameworks!

JS frameworks!

7
Comments
3 min read
Introduction to Node.js

Introduction to Node.js

18
Comments 1
6 min read
Exponential Moving Average on Streaming Data

Exponential Moving Average on Streaming Data

15
Comments
9 min read
How to build a server-rendered React app with Next & Express

How to build a server-rendered React app with Next & Express

9
Comments
7 min read
TIL - Vue.js and Non-Prop Attributes

TIL - Vue.js and Non-Prop Attributes

11
Comments
3 min read
React's new Context API and Actions

React's new Context API and Actions

83
Comments 13
5 min read
DreamBox Learning is hiring Senior Software Development Engineer

DreamBox Learning is hiring Senior Software Development Engineer

44
Comments 1
3 min read
Redux - Not Dead Yet!

Redux - Not Dead Yet!

82
Comments 13
7 min read
JavaScript Maths functions and operators

JavaScript Maths functions and operators

15
Comments
7 min read
Plug and play tests for ES6

Plug and play tests for ES6

11
Comments
2 min read
The Economics of JS

The Economics of JS

23
Comments 1
7 min read
Lazy-loading images with the Intersection Observer

Lazy-loading images with the Intersection Observer

14
Comments 2
6 min read
Get dependencies written in package.json from JavaScript code

Get dependencies written in package.json from JavaScript code

11
Comments
1 min read
Javascript fetch, retry upon failure.

Javascript fetch, retry upon failure.

163
Comments 15
8 min read
Tutorial for building an Ethereum DApp with Integrated Web3 Monitoring

Tutorial for building an Ethereum DApp with Integrated Web3 Monitoring

17
Comments 1
7 min read
[HTML5/JS] Define a custom self closing (void) HTML element like BR and IMG

[HTML5/JS] Define a custom self closing (void) HTML element like BR and IMG

6
Comments 2
1 min read
Using Python, Flask, and Angular to Build Modern Web Apps - Part 3

Using Python, Flask, and Angular to Build Modern Web Apps - Part 3

10
Comments
1 min read
How we failed at web scraping

How we failed at web scraping

38
Comments 6
3 min read
Building Three Common Form Interfaces in Vue.js

Building Three Common Form Interfaces in Vue.js

28
Comments 3
5 min read
Memories of writing a parser for man pages

Memories of writing a parser for man pages

15
Comments
4 min read
How to build a calculator—part 2

How to build a calculator—part 2

12
Comments
13 min read
Let's build an open-source React app in Github

Let's build an open-source React app in Github

13
Comments
1 min read
Functional JavaScript: Function Decorators Part 2 #JavaScript

Functional JavaScript: Function Decorators Part 2 #JavaScript

29
Comments
5 min read
Managing State with Vuex - the Guide I Wish I'd Had

Managing State with Vuex - the Guide I Wish I'd Had

141
Comments 9
5 min read
Automate your chrome extension deployment in minutes!

Automate your chrome extension deployment in minutes!

40
Comments 7
5 min read
loading...