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.
B-Trees, what are they and why do I care?

B-Trees, what are they and why do I care?

47
Comments
3 min read
PHP sucks, can it suck less?

PHP sucks, can it suck less?

66
Comments 42
7 min read
How to create desktop apps with Flutter

How to create desktop apps with Flutter

53
Comments
1 min read
Localizing applications with Cloudflare Workers' new streaming HTML Rewriter 🤯

Localizing applications with Cloudflare Workers' new streaming HTML Rewriter 🤯

18
Comments
8 min read
Javascript features you might not know in 2019-2020

Javascript features you might not know in 2019-2020

223
Comments 6
7 min read
Creating a full-stack MERN application using JWT authentication: Part 3

Creating a full-stack MERN application using JWT authentication: Part 3

30
Comments
26 min read
AWS Serverless: Vale a pena importar o AWS SDK!

AWS Serverless: Vale a pena importar o AWS SDK!

8
Comments
1 min read
How JavaScript evolved (in 30 seconds)? 00:29

How JavaScript evolved (in 30 seconds)?

8
Comments 2
1 min read
What happens when you can no longer trust your file watcher

What happens when you can no longer trust your file watcher

5
Comments
5 min read
How to fix Web Share API firing twice under Android Chrome

How to fix Web Share API firing twice under Android Chrome

7
Comments
2 min read
Using OAuth and Vue.js to Build an Untappd Stats Page

Using OAuth and Vue.js to Build an Untappd Stats Page

36
Comments
7 min read
Speed up development by creating a common component library in React

Speed up development by creating a common component library in React

6
Comments
3 min read
Build, Run, Debug, and Deploy a Serverless JavaScript Node.js Function from your Local Machine

Build, Run, Debug, and Deploy a Serverless JavaScript Node.js Function from your Local Machine

14
Comments
2 min read
Next steps after learning JavaScript

Next steps after learning JavaScript

12
Comments 1
2 min read
Send performance metrics from client side with Navigation Timing API ⚡

Send performance metrics from client side with Navigation Timing API ⚡

63
Comments 1
4 min read
How JSON.stringify killed my express server

How JSON.stringify killed my express server

6
Comments
2 min read
Jenkins + npm package is [not] a good idea

Jenkins + npm package is [not] a good idea

5
Comments 1
3 min read
Portfolio intro, Swing form, Bold gallery | Module Monday 57

Portfolio intro, Swing form, Bold gallery | Module Monday 57

7
Comments
2 min read
WordPress Dev Monthly Digest Recap September 2019

WordPress Dev Monthly Digest Recap September 2019

5
Comments
4 min read
TypeScript Tutorial For Beginners: The Missing Guide - Part 4

TypeScript Tutorial For Beginners: The Missing Guide - Part 4

22
Comments
5 min read
Implementing State Management using Context API and Hooks in React

Implementing State Management using Context API and Hooks in React

130
Comments 4
3 min read
Wes Bos talks how he learned to code

Wes Bos talks how he learned to code

7
Comments
9 min read
Discover Iterative DOM, the magic behind Angular Ivy

Discover Iterative DOM, the magic behind Angular Ivy

44
Comments
4 min read
TypeScript Tutorial For Beginners: The Missing Guide - Part 1

TypeScript Tutorial For Beginners: The Missing Guide - Part 1

211
Comments
8 min read
How to use React Context API to build React Native, Expo and Firebase apps

How to use React Context API to build React Native, Expo and Firebase apps

33
Comments 1
11 min read
Automated refactoring for TypeScript apps with Tsmod

Automated refactoring for TypeScript apps with Tsmod

5
Comments
2 min read
The fastest and easiest website editor

The fastest and easiest website editor

4
Comments 2
1 min read
Write better Vue JS code

Write better Vue JS code

90
Comments 7
3 min read
Responsive Content Filter JavaScript

Responsive Content Filter JavaScript

10
Comments
1 min read
Linked Lists

Linked Lists

7
Comments
3 min read
Javascript Class Syntax

Javascript Class Syntax

6
Comments
3 min read
How I Created My Own Codepen (Online Text Editor)

How I Created My Own Codepen (Online Text Editor)

24
Comments 1
4 min read
Debugging: "Cannot read property 'length' of undefined."

Debugging: "Cannot read property 'length' of undefined."

7
Comments 1
3 min read
(Re)Processing Large S3 Files using Streams

(Re)Processing Large S3 Files using Streams

23
Comments
4 min read
Making Your First VR App With React360

Making Your First VR App With React360

134
Comments 9
7 min read
Debugging Svelte apps with the newly released Svelte Devtools

Debugging Svelte apps with the newly released Svelte Devtools

70
Comments 1
2 min read
The online Javascript playground that will blow your mind

The online Javascript playground that will blow your mind

208
Comments 23
2 min read
5 reasons you should not use Protractor in 2020

5 reasons you should not use Protractor in 2020

25
Comments 19
6 min read
Three questions when starting with React.js.

Three questions when starting with React.js.

9
Comments
1 min read
Log mailer for (Node) JS. Aggregate your log/error mail from all over your app and send it when you want.

Log mailer for (Node) JS. Aggregate your log/error mail from all over your app and send it when you want.

17
Comments
6 min read
Building a Gutenberg sidebar plugin Part 5: Outputting data.

Building a Gutenberg sidebar plugin Part 5: Outputting data.

6
Comments
4 min read
React: Method Component vs Class Component

React: Method Component vs Class Component

10
Comments 1
2 min read
A Brief Descent into JavaScript Trees

A Brief Descent into JavaScript Trees

7
Comments
3 min read
Random Learnings from Entering JS13K Games 2019

Random Learnings from Entering JS13K Games 2019

12
Comments
6 min read
Improving Code with useReducer

Improving Code with useReducer

112
Comments 10
4 min read
I am java developer trying to learn node.JS, where should I start.

I am java developer trying to learn node.JS, where should I start.

10
Comments 7
1 min read
Javascript Learning From Scratch -00003

Javascript Learning From Scratch -00003

9
Comments
1 min read
OpenAPI (Swagger) specifications that write your tests for you (sort of)

OpenAPI (Swagger) specifications that write your tests for you (sort of)

34
Comments 3
5 min read
Better Know A Method! with Ramda's .cond(), part 1

Better Know A Method! with Ramda's .cond(), part 1

5
Comments
4 min read
Beyond the Basics: Hoisting

Beyond the Basics: Hoisting

64
Comments
4 min read
JavaScript String: Extract a portion of string

JavaScript String: Extract a portion of string

8
Comments
1 min read
Improve UX in React apps by showing skeleton UI

Improve UX in React apps by showing skeleton UI

255
Comments 3
9 min read
Queues? Que?

Queues? Que?

7
Comments
3 min read
CouchDB, The Open-Source Cloud Firestore Alternative?

CouchDB, The Open-Source Cloud Firestore Alternative?

134
Comments 6
13 min read
Things you did not know about hoisting in Javascript!

Things you did not know about hoisting in Javascript!

10
Comments
1 min read
Why we use Micro Frontends at BuzzFeed

Why we use Micro Frontends at BuzzFeed

97
Comments 2
5 min read
Understanding the JavaScript Spread Operator - From Beginner to Expert Part 2

Understanding the JavaScript Spread Operator - From Beginner to Expert Part 2

128
Comments 10
7 min read
How to upload JSON data to AWS S3 with NodeJS AWS SDK and Typescript

How to upload JSON data to AWS S3 with NodeJS AWS SDK and Typescript

22
Comments
2 min read
MailChimp API, Netlify and Serverless Functions

MailChimp API, Netlify and Serverless Functions

41
Comments 1
5 min read
TypeScript Tutorial For Beginners: The Missing Guide - Part 3

TypeScript Tutorial For Beginners: The Missing Guide - Part 3

70
Comments
7 min read
loading...