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.
Export WordPress Posts to Nuxt

Export WordPress Posts to Nuxt

39
Comments
2 min read
Understand "this" keyword in JavaScript

Understand "this" keyword in JavaScript

33
Comments 2
2 min read
Mocha/Chai with TypeScript

Mocha/Chai with TypeScript

48
Comments 14
3 min read
My WebDev Notes: A simple TO-DO List application

My WebDev Notes: A simple TO-DO List application

24
Comments
5 min read
Vanilla JavaScript Data Attributes

Vanilla JavaScript Data Attributes

6
Comments
2 min read
JavaScript development on a Mac with C-Mac on Real Talk Javascript #79

JavaScript development on a Mac with C-Mac on Real Talk Javascript #79

31
Comments 2
3 min read
Day 00: 30 Days of Codewars.js

Day 00: 30 Days of Codewars.js

8
Comments
1 min read
How to convert a React Class Component to a Function Component

How to convert a React Class Component to a Function Component

62
Comments 8
6 min read
Pre-Loading External Images in Gatsby JS

Pre-Loading External Images in Gatsby JS

7
Comments
4 min read
Quick way to implement darkmode in Nuxt.js & Tailwindcss — Corona Virus Tracker

Quick way to implement darkmode in Nuxt.js & Tailwindcss — Corona Virus Tracker

21
Comments
4 min read
Calculating User's Session Count

Calculating User's Session Count

8
Comments
1 min read
How I refactor large functions using composition

How I refactor large functions using composition

9
Comments 2
8 min read
What's it Like to Go From React to React Native - Jenn Creighton on Real Talk Javascript #78

What's it Like to Go From React to React Native - Jenn Creighton on Real Talk Javascript #78

23
Comments
2 min read
half glass full / half empty

half glass full / half empty

4
Comments
1 min read
Versionamento semântico com NPM

Versionamento semântico com NPM

3
Comments 2
2 min read
Managing and removing duplicated values with javascript Sets

Managing and removing duplicated values with javascript Sets

8
Comments
7 min read
CASL 4.0. — What’s inside?

CASL 4.0. — What’s inside?

17
Comments
5 min read
Day 3 of #100DaysOfCode: JS Fractals in CodePen and Observable

Day 3 of #100DaysOfCode: JS Fractals in CodePen and Observable

36
Comments
2 min read
Transforming Teaching with Teachingo - Update #2

Transforming Teaching with Teachingo - Update #2

11
Comments
2 min read
Calculating A Rolling 18 Months

Calculating A Rolling 18 Months

5
Comments
2 min read
React (injected) Chrome extension

React (injected) Chrome extension

7
Comments 4
3 min read
Implement Google Sign-In(OAuth) in your Angular App in under 15 minutes 🚀

Implement Google Sign-In(OAuth) in your Angular App in under 15 minutes 🚀

232
Comments 2
13 min read
Top New JavaScript Features Introduced in ES2020

Top New JavaScript Features Introduced in ES2020

7
Comments
3 min read
“Nobody goes offline” on Web Apps — or do we?

“Nobody goes offline” on Web Apps — or do we?

7
Comments 1
6 min read
Getting Started With Data Structure and Algorithm With Revisiting DSA Series

Getting Started With Data Structure and Algorithm With Revisiting DSA Series

5
Comments
2 min read
Add Eat Repeat

Add Eat Repeat

4
Comments 1
1 min read
If/else statements

If/else statements

2
Comments
2 min read
Thinking Granular: How is SolidJS so Performant?

Thinking Granular: How is SolidJS so Performant?

99
Comments 3
12 min read
Build Chat App

Build Chat App

6
Comments
1 min read
Twilio hackathon Project update: Received; UI

Twilio hackathon Project update: Received; UI

30
Comments 3
2 min read
Explain the difference between var, let and const.

Explain the difference between var, let and const.

5
Comments
1 min read
Continuous Integration and Deployment with TravisCI and Netlify

Continuous Integration and Deployment with TravisCI and Netlify

32
Comments
8 min read
Stop coding, dad!

Stop coding, dad!

6
Comments 1
3 min read
Use JavaScript and HTML5 to Code a Fractal Tree

Use JavaScript and HTML5 to Code a Fractal Tree

77
Comments 4
6 min read
In trouble with promises? Don't worry here's your saviour

In trouble with promises? Don't worry here's your saviour

6
Comments
2 min read
🌍Simple Twitter Api (Configure your own embed) [YouTube LIVE] 07:53

🌍Simple Twitter Api (Configure your own embed) [YouTube LIVE]

6
Comments
1 min read
How to Setup Selenium on Node Environment

How to Setup Selenium on Node Environment

6
Comments 1
8 min read
Running a Mock JSON or GraphQL API Server in seconds

Running a Mock JSON or GraphQL API Server in seconds

7
Comments
3 min read
The new keyword in Javascript

The new keyword in Javascript

5
Comments
2 min read
Manipulating complex JSON in Javascript

Manipulating complex JSON in Javascript

3
Comments
3 min read
Building a Chat Application: Slack Clone Series - Part 1

Building a Chat Application: Slack Clone Series - Part 1

47
Comments
26 min read
Javascript Array Manipulation With Sets

Javascript Array Manipulation With Sets

5
Comments 1
1 min read
Question: background jobs from a for loop using the index variable

Question: background jobs from a for loop using the index variable

5
Comments
3 min read
Trying to Understand How Node Loads Modules

Trying to Understand How Node Loads Modules

26
Comments
3 min read
First Steps with Node.js Part 2

First Steps with Node.js Part 2

5
Comments
1 min read
NPM packages for backend Node.js development

NPM packages for backend Node.js development

36
Comments
1 min read
Unconventional Vue—Vue as a Backend Framework

Unconventional Vue—Vue as a Backend Framework

58
Comments 1
7 min read
Going Deeper with Nuxt

Going Deeper with Nuxt

17
Comments
2 min read
Best Profit in Single Sale

Best Profit in Single Sale

6
Comments
2 min read
Hash Tables

Hash Tables

25
Comments
3 min read
LHS and RHS references in Javascript? Think like a compiler!

LHS and RHS references in Javascript? Think like a compiler!

17
Comments 3
2 min read
[rant]: The way I've been thinking about software lately

[rant]: The way I've been thinking about software lately

4
Comments
1 min read
Event Delegation - What is it and why should I care?

Event Delegation - What is it and why should I care?

45
Comments
3 min read
A Bit of Progress

A Bit of Progress

3
Comments
2 min read
Create a project in React without create-react-app (Spanish)

Create a project in React without create-react-app (Spanish)

19
Comments 8
6 min read
React devs, why did you start using React?

React devs, why did you start using React?

8
Comments 42
1 min read
Quick Demo! Build a slack clone 01:50

Quick Demo! Build a slack clone

84
Comments 13
1 min read
You can pass a predicate to RxJS’s first() operator, I was not aware!

You can pass a predicate to RxJS’s first() operator, I was not aware!

5
Comments
1 min read
How to Get Over a Blank Screen and Start to Practice JavaScript for Real

How to Get Over a Blank Screen and Start to Practice JavaScript for Real

20
Comments
3 min read
A guide for complete beginners to learn JavaScript

A guide for complete beginners to learn JavaScript

17
Comments 1
3 min read
loading...