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.
Creating Beautiful Apps with Angular Material

Creating Beautiful Apps with Angular Material

9
Comments
1 min read
From AngularJS to Vue.js, CommonJS and Jest

From AngularJS to Vue.js, CommonJS and Jest

21
Comments
7 min read
Extending a client with the language server protocol

Extending a client with the language server protocol

15
Comments
15 min read
Getting started with recursion for tree traversal

Getting started with recursion for tree traversal

11
Comments
6 min read
My react routing structure

My react routing structure

105
Comments 2
5 min read
JavaScript Frustration: Classes and Class Properties Transform

JavaScript Frustration: Classes and Class Properties Transform

73
Comments 10
3 min read
Best VSCode extensions for React / JS

Best VSCode extensions for React / JS

21
Comments 4
1 min read
Introduction to TDD in JS and Ionic framework 1

Introduction to TDD in JS and Ionic framework 1

58
Comments
22 min read
This Week I Learned #7

This Week I Learned #7

9
Comments
3 min read
JavaScript, What Are You?

JavaScript, What Are You?

81
Comments 5
4 min read
Control Flow: The Beginner's Guide

Control Flow: The Beginner's Guide

67
Comments
10 min read
How Destructuring Works in JavaScript💢💢💢

How Destructuring Works in JavaScript💢💢💢

68
Comments 2
2 min read
Unit Testing Browser Extensions

Unit Testing Browser Extensions

35
Comments
6 min read
Speeding up your app’s navigation with Turbolinks

Speeding up your app’s navigation with Turbolinks

33
Comments 2
3 min read
From callbacks to fs/promises to handle the file system in Node.js

From callbacks to fs/promises to handle the file system in Node.js

59
Comments 3
2 min read
Front End Development Automation with Puppeteer. Part 2

Front End Development Automation with Puppeteer. Part 2

34
Comments
3 min read
New Node Modules w/ PowerShell

New Node Modules w/ PowerShell

38
Comments 2
3 min read
Screen capture in Microsoft Edge

Screen capture in Microsoft Edge

9
Comments
6 min read
Promise Explained like I'm 5.

Promise Explained like I'm 5.

59
Comments 5
1 min read
React headstart for busy people

React headstart for busy people

23
Comments
1 min read
if (!_if) what

if (!_if) what

17
Comments 9
5 min read
Startup CliX: Serverless Pusher Contest Entry written in JavaScript

Startup CliX: Serverless Pusher Contest Entry written in JavaScript

90
Comments 6
5 min read
Why VueX Is The Perfect Interface Between Frontend and API

Why VueX Is The Perfect Interface Between Frontend and API

22
Comments
6 min read
Understanding JavaScript's Engine with Cartoons

Understanding JavaScript's Engine with Cartoons

62
Comments
6 min read
Keeping a diary on the Internet

Keeping a diary on the Internet

18
Comments 7
2 min read
Whack-A-Frump

Whack-A-Frump

10
Comments
1 min read
What are Your Programming Ethics?

What are Your Programming Ethics?

38
Comments 9
1 min read
Creating A Real-World CLI App With Node

Creating A Real-World CLI App With Node

135
Comments 3
11 min read
Optional (null-safe) in javascript

Optional (null-safe) in javascript

57
Comments 5
3 min read
[Entry] Mafia: A Game About Deduction

[Entry] Mafia: A Game About Deduction

37
Comments
2 min read
Explain BigInt Like I'm Five

Explain BigInt Like I'm Five

40
Comments 7
1 min read
Vue.js Quickstart Tutorial by @code_wonders

Vue.js Quickstart Tutorial by @code_wonders

37
Comments 5
1 min read
Js Modules are Now supporting in Browsers

Js Modules are Now supporting in Browsers

37
Comments 1
1 min read
How to Build your First Offline Webpage

How to Build your First Offline Webpage

99
Comments
2 min read
Small trick for your app to React Native - Side Menu with Overlay

Small trick for your app to React Native - Side Menu with Overlay

49
Comments 7
2 min read
Quick hack for using google translate (or other services) in Nuxt/Vue.js

Quick hack for using google translate (or other services) in Nuxt/Vue.js

23
Comments 3
1 min read
JavaScript Data Types & Operators

JavaScript Data Types & Operators

31
Comments 1
11 min read
How to build sturdy React Apps with TDD using Jest the React Testing Library

How to build sturdy React Apps with TDD using Jest the React Testing Library

131
Comments 3
13 min read
Lazy Loading😴😴 In React [Easy way]

Lazy Loading😴😴 In React [Easy way]

37
Comments 2
1 min read
[Entry] Chip In App (Simulator)

[Entry] Chip In App (Simulator)

24
Comments
1 min read
DEV Contest Entry - Tweng!

DEV Contest Entry - Tweng!

18
Comments
3 min read
I asked my first StackOverflow question

I asked my first StackOverflow question

83
Comments 30
1 min read
ByteArray.js - Working with binary data was never so easy!

ByteArray.js - Working with binary data was never so easy!

12
Comments
1 min read
What is not right in this code? Post your solution.

What is not right in this code? Post your solution.

20
Comments 4
1 min read
Upgrade to Polymer 3 or LitElement?

Upgrade to Polymer 3 or LitElement?

10
Comments 2
1 min read
Linear and Binary Search in JavaScript

Linear and Binary Search in JavaScript

215
Comments 21
3 min read
Determine the Top Five Websites to Find Jobs in Java Development

Determine the Top Five Websites to Find Jobs in Java Development

10
Comments 1
4 min read
Creating Multi-root Vue.js Components

Creating Multi-root Vue.js Components

10
Comments 2
3 min read
How to improve web performance By using(Preload, Preconnect, Prefetch)

How to improve web performance By using(Preload, Preconnect, Prefetch)

72
Comments 3
2 min read
Adding SCSS Libraries like Foundation to Vue’s Nuxt.js

Adding SCSS Libraries like Foundation to Vue’s Nuxt.js

12
Comments
3 min read
Front End Development automation with Puppeteer. Part 1

Front End Development automation with Puppeteer. Part 1

129
Comments 3
4 min read
Tips on Creating Reusable Components

Tips on Creating Reusable Components

126
Comments 7
4 min read
Learning React: Is This ES6 or React?

Learning React: Is This ES6 or React?

11
Comments
7 min read
Build Real-time Apps by Learning WebSockets

Build Real-time Apps by Learning WebSockets

50
Comments 1
6 min read
HTML5 canvas - part 3: Images

HTML5 canvas - part 3: Images

35
Comments 2
3 min read
The Road To PWA - Part 2

The Road To PWA - Part 2

68
Comments
6 min read
JavaScript: Reduce the number of conditional operators used in the expression

JavaScript: Reduce the number of conditional operators used in the expression

20
Comments 6
2 min read
Tweng - DEV Contest - Current status

Tweng - DEV Contest - Current status

16
Comments 1
3 min read
Maintainable Options Parameters for Functions in JavaScript

Maintainable Options Parameters for Functions in JavaScript

17
Comments 1
3 min read
Building Modern Applications with Django and Vue.js

Building Modern Applications with Django and Vue.js

14
Comments
1 min read
loading...