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.
Javascript: Its significance and future aspects

Javascript: Its significance and future aspects

5
Comments
3 min read
OpenSilver and The Return of Silverlight

OpenSilver and The Return of Silverlight

46
Comments 6
5 min read
Grade Calculator: Next.js Static HTML App

Grade Calculator: Next.js Static HTML App

7
Comments 2
4 min read
Fully automating npm package releases

Fully automating npm package releases

10
Comments
4 min read
Learn About Decorators in JavaScript

Learn About Decorators in JavaScript

99
Comments 1
6 min read
Electron-application-is-startup-with-white-screen

Electron-application-is-startup-with-white-screen

6
Comments
1 min read
npm audit vs auditjs

npm audit vs auditjs

17
Comments
6 min read
Dynamically loaded content with RSS and Gatsby

Dynamically loaded content with RSS and Gatsby

45
Comments 6
4 min read
Functional compose

Functional compose

9
Comments 4
5 min read
Advanced TypeScript Exercises - Question 7

Advanced TypeScript Exercises - Question 7

14
Comments 4
2 min read
Real-time SMS Demo with React, Node, and Google Translate

Real-time SMS Demo with React, Node, and Google Translate

38
Comments 1
7 min read
WP Snippet #009 Custom Gutenberg font sizes

WP Snippet #009 Custom Gutenberg font sizes

8
Comments 5
2 min read
Add AI Functionality to Your App in Minutes with AWS AI Cognitive Services

Add AI Functionality to Your App in Minutes with AWS AI Cognitive Services

62
Comments
4 min read
How to prevent flickering in Live Markdown Editor

How to prevent flickering in Live Markdown Editor

7
Comments
1 min read
Create Your Own Vue.js From Scratch - Part 1 (Introduction)

Create Your Own Vue.js From Scratch - Part 1 (Introduction)

52
Comments 2
3 min read
Algorithm 101: 3 Ways to Check If Two Words are Anagrams

Algorithm 101: 3 Ways to Check If Two Words are Anagrams

14
Comments
2 min read
Prototyping stuff with Svelte's REPL

Prototyping stuff with Svelte's REPL

37
Comments 3
2 min read
The problem with DOM’s event listeners

The problem with DOM’s event listeners

34
Comments 9
2 min read
tsParticles 1.9.1

tsParticles 1.9.1

5
Comments
1 min read
Building an Idle game Part 1 - Theory

Building an Idle game Part 1 - Theory

11
Comments
2 min read
React Tutorial — Upload and Fetch Photos with Cloudinary

React Tutorial — Upload and Fetch Photos with Cloudinary

62
Comments
13 min read
How to get a user's location with JavaScript

How to get a user's location with JavaScript

54
Comments 2
2 min read
tsParticles with multiple colors

tsParticles with multiple colors

3
Comments
1 min read
import facepalm;

import facepalm;

5
Comments
2 min read
TIL: npm install supports local modules

TIL: npm install supports local modules

6
Comments
2 min read
How to remember JavaScript's shift() and unshift() ?

How to remember JavaScript's shift() and unshift() ?

5
Comments 1
1 min read
🔥 Node.js CLI, Alpine.js, Fastify.js, Raycast, and more — Weekly Picks #118

🔥 Node.js CLI, Alpine.js, Fastify.js, Raycast, and more — Weekly Picks #118

16
Comments 1
4 min read
Functional programming for your everyday javascript: Partial application

Functional programming for your everyday javascript: Partial application

47
Comments
7 min read
Using Mochawesome Reporter with Cypress

Using Mochawesome Reporter with Cypress

83
Comments 45
3 min read
What do you get when you pair xstate with lit-html?

What do you get when you pair xstate with lit-html?

5
Comments 2
1 min read
How to Convert ES6+ into ES5 using Babel

How to Convert ES6+ into ES5 using Babel

13
Comments
2 min read
Searching Through a Nested Object Using Recursion, Regular Expressions, and Sets

Searching Through a Nested Object Using Recursion, Regular Expressions, and Sets

37
Comments
4 min read
Fetch multiple API requests in vanilla JS

Fetch multiple API requests in vanilla JS

10
Comments
2 min read
Challenge: Get started with GSAP 3

Challenge: Get started with GSAP 3

51
Comments 2
2 min read
Finding Max in a Stack

Finding Max in a Stack

52
Comments 24
4 min read
Webpack 5 and Module Federation - A Microfrontend Revolution

Webpack 5 and Module Federation - A Microfrontend Revolution

339
Comments 6
6 min read
super(props) in React

super(props) in React

17
Comments
2 min read
How to Add Observability to Your Serverless HTTP API on AWS

How to Add Observability to Your Serverless HTTP API on AWS

11
Comments
11 min read
Easiest way to do a dark theme with CSS vars (and JS!)

Easiest way to do a dark theme with CSS vars (and JS!)

50
Comments 6
2 min read
Function Constructor in Javascript

Function Constructor in Javascript

6
Comments
2 min read
A CheatSheet of 128 CheatSheets for Developers

A CheatSheet of 128 CheatSheets for Developers

214
Comments 24
5 min read
Is a "fast moving ecosystem" good or bad?

Is a "fast moving ecosystem" good or bad?

8
Comments 3
1 min read
Introducing jaycue – jq in your JS

Introducing jaycue – jq in your JS

7
Comments
3 min read
Jordan Plays With Playwright

Jordan Plays With Playwright

7
Comments
5 min read
How to Create JavaScript Bubble Chart [Tutorial][IMDb Data][AnyChart JS]

How to Create JavaScript Bubble Chart [Tutorial][IMDb Data][AnyChart JS]

12
Comments
1 min read
Why I avoid `get`-like functions in JS

Why I avoid `get`-like functions in JS

38
Comments 3
5 min read
Let's make static sites dynamic again! ...sorta (with NextJS "preview-mode")

Let's make static sites dynamic again! ...sorta (with NextJS "preview-mode")

44
Comments 1
3 min read
Emoji Button: 400 ⭐️ stars on GitHub!

Emoji Button: 400 ⭐️ stars on GitHub!

55
Comments 13
1 min read
RxJS - Simplifying Complex Operator Chains

RxJS - Simplifying Complex Operator Chains

18
Comments 2
3 min read
every() new method in javascript

every() new method in javascript

13
Comments
1 min read
MJSQ 101: .concat()

MJSQ 101: .concat()

5
Comments
2 min read
How to create a memory leak in Angular

How to create a memory leak in Angular

9
Comments 1
1 min read
The Reactor Pattern

The Reactor Pattern

15
Comments
3 min read
CSS 3D shapes

CSS 3D shapes

46
Comments
2 min read
Awaiting multiple requests to finish using Promise.all

Awaiting multiple requests to finish using Promise.all

14
Comments 1
3 min read
How to use same state for multiple controlled components in react hooks

How to use same state for multiple controlled components in react hooks

20
Comments 4
2 min read
Nevertheless, I Have Just Built My Very Own Hangman Game!

Nevertheless, I Have Just Built My Very Own Hangman Game!

66
Comments 9
1 min read
What is the equivalent of a static variable in JS

What is the equivalent of a static variable in JS

7
Comments 5
1 min read
React Component Lifecycle Events using React Hooks

React Component Lifecycle Events using React Hooks

20
Comments
1 min read
Awesome Javascript - Best Blogs, Books, People, Podcasts, Conferences, NewsLetters, Videos and Documentaries On The Web (Free)

Awesome Javascript - Best Blogs, Books, People, Podcasts, Conferences, NewsLetters, Videos and Documentaries On The Web (Free)

135
Comments 20
3 min read
loading...