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.
String.prototype.replace asynchronously?

String.prototype.replace asynchronously?

14
Comments 6
5 min read
RxJS 6: What's new and what has changed?

RxJS 6: What's new and what has changed?

9
Comments
1 min read
Coursehunt: Hunt your courses for free !

Coursehunt: Hunt your courses for free !

13
Comments
1 min read
How does Node.js optimize use in cloud platform?

How does Node.js optimize use in cloud platform?

6
Comments 2
1 min read
Simple comment section with vue components

Simple comment section with vue components

30
Comments 13
3 min read
JavaScript Array Methods to Make You a Better Developer

JavaScript Array Methods to Make You a Better Developer

2
Comments
12 min read
The complete guide to JavaScript arrays

The complete guide to JavaScript arrays

40
Comments 1
18 min read
Basic JavaScript Development Tools Explained By Cooking In A Restaurant Kitchen

Basic JavaScript Development Tools Explained By Cooking In A Restaurant Kitchen

87
Comments 5
9 min read
Array reference... and how to not!

Array reference... and how to not!

49
Comments
2 min read
How do you use monorepo with #lerna to your FrontEnd and BackEnd?

How do you use monorepo with #lerna to your FrontEnd and BackEnd?

9
Comments 2
1 min read
Can (aᅠ == 1 && a == 2 && ᅠa == 3) equal true?

Can (aᅠ == 1 && a == 2 && ᅠa == 3) equal true?

62
Comments 16
1 min read
[JS] Do you use 'with' in JavaScript?

[JS] Do you use 'with' in JavaScript?

9
Comments 4
1 min read
Bootstrapping your React Native App

Bootstrapping your React Native App

164
Comments 8
10 min read
Saving time with contract testing

Saving time with contract testing

92
Comments 2
5 min read
How components won the “framework wars”

How components won the “framework wars”

148
Comments 2
7 min read
How 3 Lines of Code Reduced CPU and Memory Consumption by 13%

How 3 Lines of Code Reduced CPU and Memory Consumption by 13%

10
Comments 2
3 min read
Migrating AngularJS tests From Karma to Jest

Migrating AngularJS tests From Karma to Jest

13
Comments 5
7 min read
New Features for Developing AngularJS Applications - Part 2: Build An App

New Features for Developing AngularJS Applications - Part 2: Build An App

8
Comments
1 min read
Explaining JavaScript’s Prototype Chain Like You're Five

Explaining JavaScript’s Prototype Chain Like You're Five

192
Comments 2
4 min read
Running SSL on localhost

Running SSL on localhost

224
Comments 12
5 min read
Ratlog.js – JavaScript Application Logging for Rats, Humans and Machines

Ratlog.js – JavaScript Application Logging for Rats, Humans and Machines

67
Comments 12
3 min read
Asynchronous Generators and Pipelines in JavaScript

Asynchronous Generators and Pipelines in JavaScript

52
Comments
6 min read
Remaining

Remaining

10
Comments
1 min read
Virtual DOM - The backbone of React

Virtual DOM - The backbone of React

110
Comments 9
4 min read
Advice to the New Programmers👦

Advice to the New Programmers👦

141
Comments 11
1 min read
Vue.js SEO-Friendly SPAs: Tips, Tools & Prerender Example

Vue.js SEO-Friendly SPAs: Tips, Tools & Prerender Example

18
Comments 1
1 min read
Real-time Editable Datagrid In React

Real-time Editable Datagrid In React

72
Comments
7 min read
Introducing mmarkdown

Introducing mmarkdown

9
Comments 2
2 min read
The power of jsDoc

The power of jsDoc

86
Comments 11
4 min read
This Week I Learned #5

This Week I Learned #5

10
Comments
3 min read
wddng - A wedding with tech support

wddng - A wedding with tech support

117
Comments 5
4 min read
Generating Random Cure Song Titles with Markov Chain

Generating Random Cure Song Titles with Markov Chain

56
Comments 7
2 min read
Finding And Fixing Node.js Memory Leaks: A Practical Guide

Finding And Fixing Node.js Memory Leaks: A Practical Guide

156
Comments 5
9 min read
New Features for Developing AngularJS Applications - Part 1: Component-Based Architecture

New Features for Developing AngularJS Applications - Part 1: Component-Based Architecture

8
Comments
1 min read
6 Reasons to use Vue.js

6 Reasons to use Vue.js

201
Comments 29
3 min read
Scoped closures

Scoped closures

20
Comments 2
3 min read
Animating a 3D creeper's head in CSS and JS!

Animating a 3D creeper's head in CSS and JS!

75
Comments 3
4 min read
Recursion in JavaScript with ES6, destructuring and rest/spread

Recursion in JavaScript with ES6, destructuring and rest/spread

15
Comments
4 min read
Hi, I'm Michael. I'm a dad, work remote, developer now working as a designer, love full stack JavaScript + side projects. AMA!

Hi, I'm Michael. I'm a dad, work remote, developer now working as a designer, love full stack JavaScript + side projects. AMA!

48
Comments 23
1 min read
I was not ready to become the maintainer of Babel

I was not ready to become the maintainer of Babel

178
Comments 17
2 min read
When developing Laravel app with Vim, you can still jump to Magic Methods

When developing Laravel app with Vim, you can still jump to Magic Methods

15
Comments 1
1 min read
Using Bootstrap 4 with React

Using Bootstrap 4 with React

14
Comments
2 min read
Test Emails in Your Node/Express Apps using Mailtrap.io

Test Emails in Your Node/Express Apps using Mailtrap.io

54
Comments 5
3 min read
TIL: +-0, NaN and Object.is in JavaScript

TIL: +-0, NaN and Object.is in JavaScript

9
Comments
3 min read
RIP jQuery: An alternative for modern browsers

RIP jQuery: An alternative for modern browsers

50
Comments 10
2 min read
TIL - Pushing Node Apps to Azure with Visual Studio Code

TIL - Pushing Node Apps to Azure with Visual Studio Code

12
Comments
3 min read
How to implement Vuenut in a project vue CLI with webpack

How to implement Vuenut in a project vue CLI with webpack

20
Comments
4 min read
Using Bootstrap 4 with Angular 4|5

Using Bootstrap 4 with Angular 4|5

14
Comments
4 min read
I Created My Portfolio with React and Some Magic 🎉

I Created My Portfolio with React and Some Magic 🎉

482
Comments 45
5 min read
GraphQL API with React.js

GraphQL API with React.js

26
Comments
1 min read
Material-UI: Get started (Fast!) ⚡ React 16+

Material-UI: Get started (Fast!) ⚡ React 16+

47
Comments
9 min read
The introduction to Angular you may be missing

The introduction to Angular you may be missing

241
Comments 11
7 min read
How to navigate the React.js ecosystem without getting lost

How to navigate the React.js ecosystem without getting lost

10
Comments
10 min read
How Loops Work in JavaScript😭🤔

How Loops Work in JavaScript😭🤔

60
Comments
2 min read
Building realtime apps with Vue and nodeJS

Building realtime apps with Vue and nodeJS

19
Comments
7 min read
How to Publish🙀 Your Own Theme In Visual Studio Code👍

How to Publish🙀 Your Own Theme In Visual Studio Code👍

48
Comments
2 min read
Jquery datatables Sorting

Jquery datatables Sorting

10
Comments 3
1 min read
NPM hot-takes and the pitfalls of trivialization

NPM hot-takes and the pitfalls of trivialization

32
Comments 12
3 min read
An Example of the Async Clipboard API with Vue.js

An Example of the Async Clipboard API with Vue.js

9
Comments
2 min read
BEGINNERS GUIDE TO JAVASCRIPT MODULES & WEBPACK

BEGINNERS GUIDE TO JAVASCRIPT MODULES & WEBPACK

19
Comments 4
5 min read
loading...