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.
Tips of i18n for Spanish

Tips of i18n for Spanish

44
Comments 26
2 min read
Scrapping WebPages from CommonCrawl Archive ?

Scrapping WebPages from CommonCrawl Archive ?

7
Comments
1 min read
Js scope can be smaller than function from ES3

Js scope can be smaller than function from ES3

3
Comments
1 min read
Genetic Algorithm in the browser with WebAssembly

Genetic Algorithm in the browser with WebAssembly

19
Comments
5 min read
Jordan Takes Advantage of Multithreaded I/O in Nodejs

Jordan Takes Advantage of Multithreaded I/O in Nodejs

5
Comments
4 min read
Story of how I speeded up a website for my Portfolio using Nuxt.js and Contentful

Story of how I speeded up a website for my Portfolio using Nuxt.js and Contentful

10
Comments
4 min read
All about "this" in JavaScript

All about "this" in JavaScript

9
Comments
6 min read
Friday Frontend: Middle of Summer Edition

Friday Frontend: Middle of Summer Edition

8
Comments
5 min read
Using Netlify Dev with Apollo Server Lambda: An Appreciation

Using Netlify Dev with Apollo Server Lambda: An Appreciation

11
Comments
4 min read
Weekly Picks #86 — Development Posts

Weekly Picks #86 — Development Posts

7
Comments
1 min read
styled-components and treat

styled-components and treat

35
Comments 1
2 min read
ECMASCRIPT: Optional Chaining | Stage 3

ECMASCRIPT: Optional Chaining | Stage 3

31
Comments 4
1 min read
6 bibliotecas Javascript para criação de gráficos

6 bibliotecas Javascript para criação de gráficos

5
Comments
3 min read
Async Await Keywords in JavaScript - Make Asynchronous Code Look Synchronous

Async Await Keywords in JavaScript - Make Asynchronous Code Look Synchronous

5
Comments
1 min read
How short is your life? Use React to find out. (Part 2)

How short is your life? Use React to find out. (Part 2)

4
Comments
3 min read
As We May Think - My New YouTube Channel for Mentoring and Teaching

As We May Think - My New YouTube Channel for Mentoring and Teaching

9
Comments
3 min read
Building Something Fast and Easy in React

Building Something Fast and Easy in React

9
Comments 1
4 min read
When TypeScript lies... and how to make it honest

When TypeScript lies... and how to make it honest

7
Comments 4
6 min read
Leading my First Workshop

Leading my First Workshop

8
Comments
1 min read
Creating a SaaS product quickly with Rails an React

Creating a SaaS product quickly with Rails an React

5
Comments
4 min read
Javascript Community is essentially what we asked for

Javascript Community is essentially what we asked for

5
Comments
2 min read
Destructuring Assignment in JavaScript

Destructuring Assignment in JavaScript

13
Comments 2
2 min read
How to become a Front-end developer in 2019?

How to become a Front-end developer in 2019?

4
Comments
1 min read
What is faster then a FOR..Loop in JS?

What is faster then a FOR..Loop in JS?

3
Comments 2
1 min read
Request for feedback: Material Desing for Bootstrap 4.8.7

Request for feedback: Material Desing for Bootstrap 4.8.7

5
Comments
1 min read
Adaptive Media Serving using Service Workers

Adaptive Media Serving using Service Workers

5
Comments
5 min read
Osgood Performance Gains

Osgood Performance Gains

7
Comments
3 min read
Javascript and the meaning of this

Javascript and the meaning of this

35
Comments
6 min read
Advanced Objects: Course Comparisons

Advanced Objects: Course Comparisons

5
Comments
2 min read
Perform Dynamic Arithmetic with Dynamic Form Fields

Perform Dynamic Arithmetic with Dynamic Form Fields

5
Comments
1 min read
Taking advantage of React context und useContext in a function only React App with Hooks

Taking advantage of React context und useContext in a function only React App with Hooks

7
Comments
2 min read
Breaking Down DSAs: Valid Anagram

Breaking Down DSAs: Valid Anagram

35
Comments
4 min read
Making A Bunch of Requests from a Node Server? Try Promise.all!

Making A Bunch of Requests from a Node Server? Try Promise.all!

6
Comments
2 min read
Building rich text editor

Building rich text editor

8
Comments
3 min read
10 Teams, How many Frameworks?

10 Teams, How many Frameworks?

5
Comments 1
2 min read
BxJS Weekly Episode 73 - javascript news podcast

BxJS Weekly Episode 73 - javascript news podcast

10
Comments
3 min read
Getting started with Node.js modules: require, exports, imports and beyond

Getting started with Node.js modules: require, exports, imports and beyond

17
Comments
6 min read
Serverless Framework in 2019

Serverless Framework in 2019

38
Comments 3
1 min read
Building a Blazing Fast JAMstack App

Building a Blazing Fast JAMstack App

3
Comments
2 min read
Butchering Arrays (or not) with splice() and slice()

Butchering Arrays (or not) with splice() and slice()

12
Comments
3 min read
Text Diff Viewer for React

Text Diff Viewer for React

3
Comments
1 min read
AWS Amplify GraphQL Operations with TypeScript and Hooks - Part 3 [Mutations]

AWS Amplify GraphQL Operations with TypeScript and Hooks - Part 3 [Mutations]

17
Comments
1 min read
DockerServer - Running docker containers from a remote machine in a simple & a secure way.

DockerServer - Running docker containers from a remote machine in a simple & a secure way.

8
Comments
8 min read
Journey to Blockchain developer with 0 coding experience

Journey to Blockchain developer with 0 coding experience

4
Comments
1 min read
Implement dragging and resizing in JS

Implement dragging and resizing in JS

6
Comments
1 min read
How to create a groupBy function

How to create a groupBy function

7
Comments
4 min read
Front-End Analogies: Closure's Coffee — Recursion

Front-End Analogies: Closure's Coffee — Recursion

6
Comments
2 min read
Startup Bus 2019 starting off!

Startup Bus 2019 starting off!

5
Comments
2 min read
Redux: troubles and solutions.

Redux: troubles and solutions.

16
Comments
4 min read
Vue.js Scoped Slots

Vue.js Scoped Slots

5
Comments
9 min read
ECMASCRIPT: Nullish Coalescing

ECMASCRIPT: Nullish Coalescing

5
Comments
1 min read
Star Wars Trivia Application

Star Wars Trivia Application

3
Comments 1
1 min read
Here's a video tutorial for some commonly used Array methods in JavaScript

Here's a video tutorial for some commonly used Array methods in JavaScript

5
Comments
1 min read
JavaScript End 2 End Testing for Mere Mortals

JavaScript End 2 End Testing for Mere Mortals

23
Comments 3
5 min read
Ability to change configuration after build. For containerized Angular and more

Ability to change configuration after build. For containerized Angular and more

5
Comments
2 min read
You can write better jQuery

You can write better jQuery

6
Comments
1 min read
Optional Function Parameters With Default Values Via JavaScript's Object Spreading

Optional Function Parameters With Default Values Via JavaScript's Object Spreading

9
Comments
4 min read
Using Proxy’s get() Trap for Easy Defaults and Even method_missing!

Using Proxy’s get() Trap for Easy Defaults and Even method_missing!

5
Comments
2 min read
How to to derive enum/union values in Flow without duplication

How to to derive enum/union values in Flow without duplication

6
Comments
5 min read
Botkit 4.5

Botkit 4.5

3
Comments
1 min read
loading...