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.
Different ways to create Objects in JavaScript

Different ways to create Objects in JavaScript

134
Comments 3
5 min read
What is this ?

What is this ?

5
Comments
2 min read
Javascript iterators and generator functions are slow!

Javascript iterators and generator functions are slow!

6
Comments 1
2 min read
TDD made simple with Mocha and Chai

TDD made simple with Mocha and Chai

7
Comments
15 min read
Introduction to Inertia.js

Introduction to Inertia.js

42
Comments
7 min read
WebAssembly with Rust

WebAssembly with Rust

11
Comments
1 min read
Tips I discovered this week (for web developers)

Tips I discovered this week (for web developers)

5
Comments
2 min read
Node.js Under the Hood #8 - Understanding Bytecodes

Node.js Under the Hood #8 - Understanding Bytecodes

78
Comments 2
4 min read
Write Cleaner JavaScript Code With .some() And .every() Array Methods

Write Cleaner JavaScript Code With .some() And .every() Array Methods

156
Comments 10
2 min read
Functions - JavaScript Series - Part 16

Functions - JavaScript Series - Part 16

37
Comments
1 min read
A use case for the Object.entries() method

A use case for the Object.entries() method

40
Comments 5
2 min read
Error Handling in Vue with Vuex

Error Handling in Vue with Vuex

27
Comments 2
4 min read
Javascript, How to use map without mutate original array short example only

Javascript, How to use map without mutate original array short example only

8
Comments 1
2 min read
TDD em Nodejs : conhecendo o Jest

TDD em Nodejs : conhecendo o Jest

27
Comments
6 min read
JavaScript – O que é, como funciona e para que serve?

JavaScript – O que é, como funciona e para que serve?

6
Comments
7 min read
Pitfalls of overusing React Context

Pitfalls of overusing React Context

58
Comments 5
6 min read
How to add Barrels in TypeScript (or JavaScript)

How to add Barrels in TypeScript (or JavaScript)

63
Comments 14
2 min read
What's new in iOS 13 SDK? ARK infosoft

What's new in iOS 13 SDK? ARK infosoft

2
Comments
1 min read
How to build a side project that will impress future employers

How to build a side project that will impress future employers

618
Comments 15
5 min read
Testing React with Cypress.io

Testing React with Cypress.io

132
Comments 2
8 min read
Let's Create a Twitter Bot using Node.js and Heroku (3/3)

Let's Create a Twitter Bot using Node.js and Heroku (3/3)

12
Comments 2
4 min read
Project Euler Problem 3 Solved with Javascript

Project Euler Problem 3 Solved with Javascript

3
Comments
2 min read
Chrome v80 release: JS module support for workers

Chrome v80 release: JS module support for workers

3
Comments 1
2 min read
Let's Create a Twitter Bot using Node.js and Heroku (2/3)

Let's Create a Twitter Bot using Node.js and Heroku (2/3)

10
Comments
7 min read
HTML form input to nested JSON objects?

HTML form input to nested JSON objects?

6
Comments 2
1 min read
How to Implement Transactions in MongoDB Using Node.js

How to Implement Transactions in MongoDB Using Node.js

42
Comments 3
12 min read
Advanced localization techniques in Vue.js

Advanced localization techniques in Vue.js

12
Comments
9 min read
How to Upgrade From Windows 7 to Linux

How to Upgrade From Windows 7 to Linux

10
Comments
5 min read
Charting with Vue: A comparison

Charting with Vue: A comparison

14
Comments
11 min read
Leaving Corporate Life to Build What I Love (again)

Leaving Corporate Life to Build What I Love (again)

48
Comments 2
8 min read
Monitor Ember apps errors with Rollbar

Monitor Ember apps errors with Rollbar

5
Comments
2 min read
Be more productive with these tools! ⛄️ February picks for you

Be more productive with these tools! ⛄️ February picks for you

175
Comments 5
5 min read
How to show HTML comments with JavaScript

How to show HTML comments with JavaScript

8
Comments 2
5 min read
#2 Live Kata Report

#2 Live Kata Report

5
Comments 1
2 min read
Array reduce

Array reduce

14
Comments
4 min read
Top Javascript Calendar Plugins

Top Javascript Calendar Plugins

60
Comments 4
8 min read
Quick JavaScript tip #1: setInterval() with modifiable delay

Quick JavaScript tip #1: setInterval() with modifiable delay

6
Comments 1
1 min read
Memoizing React components

Memoizing React components

108
Comments 3
4 min read
Async Redux doesn't exist

Async Redux doesn't exist

14
Comments
9 min read
How To Add A Contact Form To A Static Website With AWS Lambda

How To Add A Contact Form To A Static Website With AWS Lambda

58
Comments 4
7 min read
PWA Push Notifications with Firebase (Cloud Messaging)-Part 1

PWA Push Notifications with Firebase (Cloud Messaging)-Part 1

98
Comments 8
5 min read
How to write a custom structural directive to display only authorized sections of a page in Angular

How to write a custom structural directive to display only authorized sections of a page in Angular

10
Comments
2 min read
Creating unique, merged arrays using JavaScript's Set (and more)

Creating unique, merged arrays using JavaScript's Set (and more)

47
Comments
7 min read
What design systems do you know?

What design systems do you know?

6
Comments 3
1 min read
How to write a custom *ngIf directive to display only authorized views

How to write a custom *ngIf directive to display only authorized views

8
Comments
2 min read
Gitlab: Create merge requests from cli

Gitlab: Create merge requests from cli

26
Comments 4
2 min read
I built a PWA Gaming app

I built a PWA Gaming app

52
Comments 20
1 min read
ElectronJS QuickStart

ElectronJS QuickStart

36
Comments
4 min read
Basics of Secret Rotation Feat. AWS Secrets Manager

Basics of Secret Rotation Feat. AWS Secrets Manager

17
Comments 2
12 min read
What is Big O Notation?

What is Big O Notation?

389
Comments 24
5 min read
JavaScript Modules Worth Using 🔥

JavaScript Modules Worth Using 🔥

98
Comments 8
10 min read
How can I send a variable from AngularJS to Java?

How can I send a variable from AngularJS to Java?

8
Comments 5
1 min read
Getting keyboard-focusable elements

Getting keyboard-focusable elements

9
Comments
2 min read
Exception handling in JavaScript

Exception handling in JavaScript

37
Comments
7 min read
Gaming CS Interviews

Gaming CS Interviews

12
Comments
15 min read
🚀🚀🚀 When is a React Native App a Better Option Against Native?

🚀🚀🚀 When is a React Native App a Better Option Against Native?

7
Comments 2
5 min read
What Is Reactivity

What Is Reactivity

12
Comments
9 min read
Datatables: Combine multiple ajax sources

Datatables: Combine multiple ajax sources

11
Comments 2
3 min read
Two-way binding in Vue.js

Two-way binding in Vue.js

16
Comments 2
2 min read
How to Turn a String into an Array of Characters: 3 Ways to do so.

How to Turn a String into an Array of Characters: 3 Ways to do so.

18
Comments 3
1 min read
loading...