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.
A Vue.js Tutorial for Beginner Developers: Learn the Basics and Use This Starter Vue Structure

A Vue.js Tutorial for Beginner Developers: Learn the Basics and Use This Starter Vue Structure

61
Comments
5 min read
[Video] Raiders of the Javascript-based Malware

[Video] Raiders of the Javascript-based Malware

3
Comments
1 min read
Making HPFanfiction Recommender

Making HPFanfiction Recommender

6
Comments
6 min read
A List of Useful npm Packages for React Developers

A List of Useful npm Packages for React Developers

261
Comments 7
5 min read
Why decorators should be available everywhere

Why decorators should be available everywhere

6
Comments 2
1 min read
Angular vs React in 132 Hours

Angular vs React in 132 Hours

17
Comments 3
15 min read
Breaking Down ES6: Promises

Breaking Down ES6: Promises

20
Comments 1
5 min read
10 Most used Array methods in Javascript

10 Most used Array methods in Javascript

14
Comments 2
4 min read
Distributed State 101 - Why I forked Facebook's Relay

Distributed State 101 - Why I forked Facebook's Relay

34
Comments
5 min read
Visualize Data using chart.js library (Tutorial)

Visualize Data using chart.js library (Tutorial)

20
Comments 2
6 min read
What’s Deno, and how is it different from Node.js?

What’s Deno, and how is it different from Node.js?

60
Comments
6 min read
Anchor links with smooth scrolling

Anchor links with smooth scrolling

8
Comments 5
1 min read
Understanding var, let and const in JavaScript

Understanding var, let and const in JavaScript

7
Comments
10 min read
MoleculerJS starter with Typescript, TypeORM, Jest, Built-in CLI, Swagger, Docker and more!

MoleculerJS starter with Typescript, TypeORM, Jest, Built-in CLI, Swagger, Docker and more!

12
Comments
1 min read
WebGL month. Day 12. Highdpi displays and webgl viewport

WebGL month. Day 12. Highdpi displays and webgl viewport

8
Comments
3 min read
An Introduction to API Based Documentation Automating

An Introduction to API Based Documentation Automating

8
Comments
4 min read
Reduce your WebAssembly binaries 72% - from 56KB to 26KB to 16KB 🎉✨🦄

Reduce your WebAssembly binaries 72% - from 56KB to 26KB to 16KB 🎉✨🦄

106
Comments 10
3 min read
Understanding JS Ternary Operators

Understanding JS Ternary Operators

11
Comments
2 min read
My first interview experience

My first interview experience

4
Comments 2
1 min read
Your Portal Content through a LitElement

Your Portal Content through a LitElement

20
Comments 3
19 min read
JavaScript of the Week: a conversation with Peter Cooper

JavaScript of the Week: a conversation with Peter Cooper

6
Comments
3 min read
Nestjs & Inversion Of Control(IoC)

Nestjs & Inversion Of Control(IoC)

19
Comments 2
1 min read
JavaScript Enjoys Your Tears

JavaScript Enjoys Your Tears

84
Comments
9 min read
Adding Event Listeners to the future DOM elements using Event Bubbling

Adding Event Listeners to the future DOM elements using Event Bubbling

40
Comments 7
3 min read
JavaScript/TypeScript Async Tips

JavaScript/TypeScript Async Tips

12
Comments
3 min read
Asynchronous Javascript: 3 ways

Asynchronous Javascript: 3 ways

70
Comments 8
3 min read
Build A Simple ToDo App using Svelte and Cosmic JS

Build A Simple ToDo App using Svelte and Cosmic JS

42
Comments 2
5 min read
What's your plan for the weekend?

What's your plan for the weekend?

7
Comments 17
1 min read
Learning NextJs 9! - Day 10

Learning NextJs 9! - Day 10

8
Comments 1
3 min read
MERN stack A to Z: Part 1

MERN stack A to Z: Part 1

18
Comments
9 min read
Wow! Next.js Continues to Impress

Wow! Next.js Continues to Impress

98
Comments 7
2 min read
How to deploy a webapp to Google Cloud Run with Cloud Build

How to deploy a webapp to Google Cloud Run with Cloud Build

34
Comments 3
7 min read
🎩 JavaScript Enhanced SCSS mixins! 🎩 - Using canvas for unique UI special effects

🎩 JavaScript Enhanced SCSS mixins! 🎩 - Using canvas for unique UI special effects

12
Comments
2 min read
Note App - Part 2: The React Site

Note App - Part 2: The React Site

6
Comments
7 min read
5 Vue tips for React developers

5 Vue tips for React developers

11
Comments
8 min read
O que um algoritmo de 300 a.C. tem a ver com boa programação?

O que um algoritmo de 300 a.C. tem a ver com boa programação?

5
Comments
5 min read
The object that misbehaved — window.performance.memory

The object that misbehaved — window.performance.memory

8
Comments
3 min read
VueJS is dead, long live VueJS!

VueJS is dead, long live VueJS!

346
Comments 77
4 min read
CSS in JS -> write your own engine

CSS in JS -> write your own engine

23
Comments
2 min read
The latest Web App Development Trends for 2019

The latest Web App Development Trends for 2019

85
Comments
4 min read
Building an Audio Player app with Angular and RxJS

Building an Audio Player app with Angular and RxJS

8
Comments
1 min read
WebGL Month. Day 11. Reducing WebGL boilerplate

WebGL Month. Day 11. Reducing WebGL boilerplate

10
Comments
6 min read
Spread and Destructuring: A How-To Guide for JavaScripters

Spread and Destructuring: A How-To Guide for JavaScripters

6
Comments 4
9 min read
Simple Ionic Tabs App with Child Routes & Protected Routes

Simple Ionic Tabs App with Child Routes & Protected Routes

7
Comments 1
4 min read
Create a Fullstack Blog App with Next.js, Prisma 2 and Docker- Part I Setup the Repo and Configure the Backend

Create a Fullstack Blog App with Next.js, Prisma 2 and Docker- Part I Setup the Repo and Configure the Backend

106
Comments 11
11 min read
Build a Reddit Scraper: Fetching Posts

Build a Reddit Scraper: Fetching Posts

8
Comments
5 min read
Alfred and Dash: improving your workflow

Alfred and Dash: improving your workflow

9
Comments 1
2 min read
How to use react-tracked: React hooks-oriented Todo List example

How to use react-tracked: React hooks-oriented Todo List example

9
Comments
4 min read
What is state usage tracking? A novel approach to intuitive and performant global state with React hooks and Proxy

What is state usage tracking? A novel approach to intuitive and performant global state with React hooks and Proxy

4
Comments
3 min read
Try-Catch vs if-else

Try-Catch vs if-else

22
Comments 7
1 min read
Web Components Landscape in 2019

Web Components Landscape in 2019

6
Comments
8 min read
The 10 Component Commandments

The 10 Component Commandments

606
Comments 28
11 min read
JavaScript Selection Sort

JavaScript Selection Sort

13
Comments
2 min read
Scope

Scope

7
Comments
2 min read
All you need to know about user session security

All you need to know about user session security

45
Comments
14 min read
Why do I choose Effector instead of Redux or MobX?

Why do I choose Effector instead of Redux or MobX?

78
Comments 4
6 min read
REP and almost L in Google Apps Script

REP and almost L in Google Apps Script

6
Comments
2 min read
Anagram Generator

Anagram Generator

11
Comments 4
3 min read
Show Me Your #coderclaws

Show Me Your #coderclaws

10
Comments 9
1 min read
Free Phone SMS Verification on Your Website in 10 minutes

Free Phone SMS Verification on Your Website in 10 minutes

25
Comments 7
4 min read
loading...