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.
Object destructuring

Object destructuring

10
Comments
2 min read
How I saved thousands of lines of code - Functional Hook Composition for Everything

How I saved thousands of lines of code - Functional Hook Composition for Everything

8
Comments
1 min read
A Javascript Newbie's Reference

A Javascript Newbie's Reference

5
Comments
1 min read
Shift and Push vs Splice in Javascript

Shift and Push vs Splice in Javascript

5
Comments
1 min read
Blog[2] = "Whats up with the DOM."

Blog[2] = "Whats up with the DOM."

6
Comments
2 min read
Learning querySelector in JavaScript

Learning querySelector in JavaScript

7
Comments
1 min read
Team UI:-Call to Join Opensource Project : OSINT for Epidemics and Virus outbreaks like Corona Virus

Team UI:-Call to Join Opensource Project : OSINT for Epidemics and Virus outbreaks like Corona Virus

8
Comments 5
1 min read
Optional bottom navigation using feature flags, and why it didn't work

Optional bottom navigation using feature flags, and why it didn't work

6
Comments
2 min read
Headless Preview in Craft CMS

Headless Preview in Craft CMS

7
Comments
5 min read
Nothing is as it seems...

Nothing is as it seems...

6
Comments 1
1 min read
Codesandbox has a bug with my JS(Function does not exist)

Codesandbox has a bug with my JS(Function does not exist)

5
Comments
2 min read
Subvent.js: Managing event subscriptions in DOM

Subvent.js: Managing event subscriptions in DOM

15
Comments
2 min read
Introduction to JavaScript for Those With Impostor Syndrome

Introduction to JavaScript for Those With Impostor Syndrome

9
Comments 4
3 min read
Nightwatch.js Tutorial For Test Automation Beginners – With Examples

Nightwatch.js Tutorial For Test Automation Beginners – With Examples

10
Comments 1
15 min read
Custom Errors extend, new and rethrows

Custom Errors extend, new and rethrows

6
Comments
1 min read
How to Render Object Array in React Native FlatList

How to Render Object Array in React Native FlatList

6
Comments
1 min read
Redux

Redux

5
Comments
3 min read
Take A Look At The Vue!!

Take A Look At The Vue!!

8
Comments
3 min read
The Ember Times - Issue No. 137

The Ember Times - Issue No. 137

8
Comments
7 min read
The Ember Times - Issue No. 138

The Ember Times - Issue No. 138

7
Comments
6 min read
An Ode to Node: An introduction

An Ode to Node: An introduction

10
Comments 1
2 min read
Zen-Balls, my latest side project

Zen-Balls, my latest side project

7
Comments
1 min read
Makers - Week 10

Makers - Week 10

5
Comments
2 min read
First thoughts on Three.js

First thoughts on Three.js

9
Comments 2
1 min read
27 Ruby Gems I use in almost every project

27 Ruby Gems I use in almost every project

17
Comments 15
4 min read
AngularJS Component Directives

AngularJS Component Directives

5
Comments
7 min read
Holla Amigos! ✌

Holla Amigos! ✌

2
Comments
1 min read
Hi, I'm Damien

Hi, I'm Damien

3
Comments
1 min read
Check If Value Exists in Array in JavaScript and jQuery

Check If Value Exists in Array in JavaScript and jQuery

5
Comments
1 min read
Create React Modal Popup with Material UI

Create React Modal Popup with Material UI

4
Comments
1 min read
Python programming and scripting

Python programming and scripting

9
Comments 1
1 min read
JavaScript vs Java Pass by Value and Reference

JavaScript vs Java Pass by Value and Reference

10
Comments 8
5 min read
Let's Get Started With Angular and Angular CLI

Let's Get Started With Angular and Angular CLI

4
Comments
2 min read
Exploiting the generator to make a pause/resumable flow.

Exploiting the generator to make a pause/resumable flow.

7
Comments
2 min read
How I Upgraded My Portfolio

How I Upgraded My Portfolio

11
Comments
4 min read
How to avoid repeating the same function to allow modifier keys on click on the link?

How to avoid repeating the same function to allow modifier keys on click on the link?

5
Comments
1 min read
Hash Tables in JavaScript

Hash Tables in JavaScript

9
Comments
4 min read
considering reduce vs forEach + object assignment

considering reduce vs forEach + object assignment

8
Comments
1 min read
How On Earth Do You Use NASA APIs with Azure Functions? 🚀🌍

How On Earth Do You Use NASA APIs with Azure Functions? 🚀🌍

50
Comments 1
11 min read
Should a React form for editing update the underlying model?

Should a React form for editing update the underlying model?

11
Comments
3 min read
My First Project: What I learned

My First Project: What I learned

7
Comments 2
3 min read
Charts for Charity: Pay What You Want for JSCharting with 100% of proceeds donated!

Charts for Charity: Pay What You Want for JSCharting with 100% of proceeds donated!

9
Comments
2 min read
Building a Javascript single page application without framework

Building a Javascript single page application without framework

15
Comments
5 min read
Building a simple offline-capable Notepad app using ServiceWorker

Building a simple offline-capable Notepad app using ServiceWorker

8
Comments 3
7 min read
MJSQ 101: FizzBuzz

MJSQ 101: FizzBuzz

6
Comments
3 min read
How to Make a Card Game in JavaScript, part 1

How to Make a Card Game in JavaScript, part 1

4
Comments 4
2 min read
Custom Jest Snapshots Directory Setup

Custom Jest Snapshots Directory Setup

7
Comments
1 min read
Gatsby.js starter with light/dark themes based on CSS variables (TypeScript)

Gatsby.js starter with light/dark themes based on CSS variables (TypeScript)

17
Comments
2 min read
DeepCode's Top Findings #10: Confusing Use of '!'

DeepCode's Top Findings #10: Confusing Use of '!'

6
Comments 1
2 min read
Contributors on JS (Svelte) app for decentralized network

Contributors on JS (Svelte) app for decentralized network

5
Comments
1 min read
Open modal in all screen in REACT NATIVE

Open modal in all screen in REACT NATIVE

4
Comments 1
1 min read
The State Hook

The State Hook

9
Comments
3 min read
🚄Node On Rails: Finding the backend server: exploring NestJS Part 2!

🚄Node On Rails: Finding the backend server: exploring NestJS Part 2!

44
Comments 2
4 min read
How to generate a table from JSON data with es6

How to generate a table from JSON data with es6

11
Comments
1 min read
The Perils of Rehydration: An Eye-Opening Realization about Gatsby and React

The Perils of Rehydration: An Eye-Opening Realization about Gatsby and React

13
Comments
10 min read
How I made Flappy Pose, Flappy Bird but where you flap with your arms

How I made Flappy Pose, Flappy Bird but where you flap with your arms

8
Comments
2 min read
Revealing module pattern in Javascript

Revealing module pattern in Javascript

5
Comments
2 min read
Creating a slack game using Serverless architecture & AWS - part 2

Creating a slack game using Serverless architecture & AWS - part 2

5
Comments
7 min read
The Positives of Failing a Developer Interview

The Positives of Failing a Developer Interview

10
Comments
3 min read
Tech Office Deaths

Tech Office Deaths

5
Comments
2 min read
loading...