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.
Cross Platform GUI for DynamoDb (Electron + Vue.js = ❤)

Cross Platform GUI for DynamoDb (Electron + Vue.js = ❤)

5
Comments
1 min read
.includes For Noobs

.includes For Noobs

37
Comments 5
3 min read
Going serverless with React and AWS Amplify: Development Environment Set up

Going serverless with React and AWS Amplify: Development Environment Set up

66
Comments
5 min read
Migrating to TypeScript, Part 1: Introduction and getting started

Migrating to TypeScript, Part 1: Introduction and getting started

140
Comments 4
6 min read
Send e-mails through AWS SES and Lambda

Send e-mails through AWS SES and Lambda

22
Comments 2
6 min read
A Complete React Boilerplate Tutorial — From Zero to Hero

A Complete React Boilerplate Tutorial — From Zero to Hero

203
Comments 2
9 min read
JavaScript Quick Tip: Import from folder

JavaScript Quick Tip: Import from folder

52
Comments 2
2 min read
SMS in the browser: an adventure in WebSockets (and Nexmo Messages API)

SMS in the browser: an adventure in WebSockets (and Nexmo Messages API)

3
Comments
16 min read
Basic Ethereum Oracle example, including Oraclize, Truffle and Vue

Basic Ethereum Oracle example, including Oraclize, Truffle and Vue

12
Comments
1 min read
HTTP request with ES6 tagged templates

HTTP request with ES6 tagged templates

66
Comments 16
1 min read
How to Remove Array Duplicates in ES6

How to Remove Array Duplicates in ES6

23
Comments
4 min read
Angular Material Router Outlet

Angular Material Router Outlet

44
Comments 1
12 min read
2018 year review

2018 year review

4
Comments
3 min read
Who is the most liked author on dev.to? - Analysis of top 500 posts

Who is the most liked author on dev.to? - Analysis of top 500 posts

54
Comments 12
3 min read
IMBA is not MBA

IMBA is not MBA

7
Comments 1
1 min read
`yarn global` under the hood (2) -- the source

`yarn global` under the hood (2) -- the source

5
Comments
8 min read
Let's make a little audio player in React

Let's make a little audio player in React

67
Comments 1
7 min read
JS Object to XLS, PDF and CSV

JS Object to XLS, PDF and CSV

6
Comments 1
1 min read
What is the *legit* way to get the current date and time of system ?

What is the *legit* way to get the current date and time of system ?

5
Comments 3
1 min read
Using lazysizes to lazyload images on the Web

Using lazysizes to lazyload images on the Web

12
Comments 4
4 min read
Add geolocation to an HTML form in five lines of JavaScript

Add geolocation to an HTML form in five lines of JavaScript

7
Comments 1
5 min read
Test-driven development in JavaScript

Test-driven development in JavaScript

62
Comments 1
3 min read
Pure Components, Interfaces and Logic Hooks.

Pure Components, Interfaces and Logic Hooks.

70
Comments 7
3 min read
Using the Chrome DevTools Audit Feature to Measure and Optimize Performance (Part 1)

Using the Chrome DevTools Audit Feature to Measure and Optimize Performance (Part 1)

8
Comments
8 min read
Why I Chose Vue in the Front-End Framework War

Why I Chose Vue in the Front-End Framework War

13
Comments
6 min read
Creating a Live Time Duration Component in Vue.js

Creating a Live Time Duration Component in Vue.js

4
Comments
3 min read
Data Challenge! Rendering All 32,767 Invaders!

Data Challenge! Rendering All 32,767 Invaders!

7
Comments
1 min read
Using React Central State to Simplify Your App

Using React Central State to Simplify Your App

55
Comments 7
3 min read
Programação Funcional com Javascript — Composição

Programação Funcional com Javascript — Composição

7
Comments 1
4 min read
Understanding Gatsby's Lifecycle

Understanding Gatsby's Lifecycle

88
Comments 7
5 min read
Fast & simple location tracking with Node-RED and OwnTracks

Fast & simple location tracking with Node-RED and OwnTracks

21
Comments 4
6 min read
Async operations in JavaScript

Async operations in JavaScript

126
Comments 17
4 min read
Seven reasons to learn Vue.js in 2019

Seven reasons to learn Vue.js in 2019

280
Comments 23
5 min read
Harnessing the power of Bootstrap in React with Reactstrap

Harnessing the power of Bootstrap in React with Reactstrap

19
Comments 4
4 min read
The Architecture No One Needs

The Architecture No One Needs

19
Comments 2
5 min read
A puppeteer script to discover and download all Netflix categories in a JSON file.

A puppeteer script to discover and download all Netflix categories in a JSON file.

30
Comments
2 min read
Intro to the Dojo Registry

Intro to the Dojo Registry

8
Comments
3 min read
Template Literal expressions within the Template tag seem like a missed opportunity

Template Literal expressions within the Template tag seem like a missed opportunity

6
Comments 5
2 min read
Mobile friendly side navigation in React and HOC

Mobile friendly side navigation in React and HOC

9
Comments
4 min read
Friday Frontend: Welcome to 2019

Friday Frontend: Welcome to 2019

8
Comments
5 min read
How to keep updated with the JavaScript ecosystem?

How to keep updated with the JavaScript ecosystem?

61
Comments 4
7 min read
Hooks Reducer Links

Hooks Reducer Links

10
Comments 2
1 min read
React Native OAuth

React Native OAuth

9
Comments
3 min read
Javascript FullCalendar with custom Filters

Javascript FullCalendar with custom Filters

7
Comments
3 min read
30 Days of Vue - Methods and Computed Properties

30 Days of Vue - Methods and Computed Properties

73
Comments 9
5 min read
Lazy loading modules with Webpack

Lazy loading modules with Webpack

29
Comments
2 min read
The Best Way To Unsubscribe RxJS Observables In The Angular Applications!

The Best Way To Unsubscribe RxJS Observables In The Angular Applications!

41
Comments 1
1 min read
Yet another post about async/await and promises

Yet another post about async/await and promises

25
Comments 5
6 min read
XMLHttpRequest onprogress chronicles

XMLHttpRequest onprogress chronicles

6
Comments
3 min read
Dependency Injection in JavaScript 101

Dependency Injection in JavaScript 101

198
Comments 20
6 min read
ECMAScript 6 and up in 2019

ECMAScript 6 and up in 2019

71
Comments 2
6 min read
Which ORM to use for build an API with NodeJS ?

Which ORM to use for build an API with NodeJS ?

5
Comments 7
1 min read
Reading Google Sheets data using JavaScript with Google Sheets Reader

Reading Google Sheets data using JavaScript with Google Sheets Reader

17
Comments 5
5 min read
Schema-DTS: TypeScript Shims for Schema.org and the Semantic Web

Schema-DTS: TypeScript Shims for Schema.org and the Semantic Web

8
Comments 1
2 min read
Bugfix: Spelunking in Someone Else's Code

Bugfix: Spelunking in Someone Else's Code

27
Comments 6
4 min read
How should we indent `const` declarations?

How should we indent `const` declarations?

9
Comments 14
2 min read
Using MobX with React Hooks

Using MobX with React Hooks

82
Comments 9
2 min read
Ideal boilerplate for reusable React components

Ideal boilerplate for reusable React components

9
Comments
1 min read
Using the Chrome DevTools Audit Feature to Measure and Optimize Performance (Part 2)

Using the Chrome DevTools Audit Feature to Measure and Optimize Performance (Part 2)

5
Comments
11 min read
25 Common Frontend Developer Interview Q&A

25 Common Frontend Developer Interview Q&A

89
Comments 2
11 min read
loading...