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.
JS object processing functions

JS object processing functions

6
Comments 1
2 min read
How to create beautiful particles effect in Vue.js (2.x and 3.x)

How to create beautiful particles effect in Vue.js (2.x and 3.x)

28
Comments 3
3 min read
Project 63 of 100 - Reusable Toggler with Custom React Hooks

Project 63 of 100 - Reusable Toggler with Custom React Hooks

10
Comments
4 min read
useRef( ) : DOM and beyond...

useRef( ) : DOM and beyond...

81
Comments 2
4 min read
Hooks in React

Hooks in React

50
Comments 5
2 min read
Learn Deliberate Practice: The 10,000 Hour Rule

Learn Deliberate Practice: The 10,000 Hour Rule

24
Comments
2 min read
How to easily make PWA compatible with offline display

How to easily make PWA compatible with offline display

6
Comments
3 min read
WHAT THE CRUD IS THIS!

WHAT THE CRUD IS THIS!

2
Comments
3 min read
Else Statements

Else Statements

5
Comments
2 min read
Airtable DB: How to literally use Airtable as a Database with Node.js

Airtable DB: How to literally use Airtable as a Database with Node.js

11
Comments
12 min read
Refactoring Javascript - [Book Review #1]

Refactoring Javascript - [Book Review #1]

5
Comments 1
2 min read
4 ways to check if arrays are equal

4 ways to check if arrays are equal

16
Comments 1
1 min read
25 Udemy Courses Worth Your Money & Time 🚀

25 Udemy Courses Worth Your Money & Time 🚀

739
Comments 57
16 min read
JavaScript News and Updates of April 2021

JavaScript News and Updates of April 2021

28
Comments 1
6 min read
Javascript Date String Parsing

Javascript Date String Parsing

8
Comments 1
9 min read
Detecting barcodes from the webcam

Detecting barcodes from the webcam

29
Comments
3 min read
Avoiding flash of unwanted animation on first render in React

Avoiding flash of unwanted animation on first render in React

11
Comments
2 min read
Crash reports and usage metrics for JavaScript libraries

Crash reports and usage metrics for JavaScript libraries

7
Comments
1 min read
JS interview in 2 minutes / Inheritance in OOP

JS interview in 2 minutes / Inheritance in OOP

15
Comments 4
3 min read
New JavaScript Features ECMAScript 2021 (with examples)

New JavaScript Features ECMAScript 2021 (with examples)

77
Comments 5
4 min read
Prettier and Standard in VSCode

Prettier and Standard in VSCode

18
Comments 2
2 min read
Solution: Find First and Last Position of Element in Sorted Array

Solution: Find First and Last Position of Element in Sorted Array

22
Comments
4 min read
Short Stuff: Let Me Paste Passwords!

Short Stuff: Let Me Paste Passwords!

4
Comments
2 min read
🚀ITERATORS AND GENERATORS 101 #1🚀

🚀ITERATORS AND GENERATORS 101 #1🚀

10
Comments
6 min read
Howdy NextJS getServerSideProps()?

Howdy NextJS getServerSideProps()?

8
Comments
2 min read
AN INTRODUCTION TO STIMULUS.JS

AN INTRODUCTION TO STIMULUS.JS

9
Comments
4 min read
How to Add Commento (or other Comments) to Gatsby

How to Add Commento (or other Comments) to Gatsby

4
Comments
1 min read
Some simple tips for Combination Sum -Backtracking

Some simple tips for Combination Sum -Backtracking

5
Comments
2 min read
react hooks tripwires

react hooks tripwires

12
Comments
3 min read
How I Created My All-Star React Stack — Supercharge.dev

How I Created My All-Star React Stack — Supercharge.dev

5
Comments
4 min read
Drag and Drop starter project with ReactJS - Part 2

Drag and Drop starter project with ReactJS - Part 2

9
Comments
4 min read
JS interview in 2 minutes / Object-Oriented Programming (OOP)

JS interview in 2 minutes / Object-Oriented Programming (OOP)

28
Comments 3
2 min read
A Promise of Asynchronous JavaScript

A Promise of Asynchronous JavaScript

32
Comments 1
8 min read
call(), apply() & bind() in JavaScript

call(), apply() & bind() in JavaScript

7
Comments
1 min read
Javascript:Basic understanding of "THIS" binding

Javascript:Basic understanding of "THIS" binding

28
Comments 1
4 min read
Managing loading status for React is much easier with loadio

Managing loading status for React is much easier with loadio

50
Comments 4
2 min read
React Uploady with Ant Design

React Uploady with Ant Design

9
Comments
5 min read
Introduction to Javascript Destructuring

Introduction to Javascript Destructuring

11
Comments
4 min read
Free ultimate React resources. Zero to Hero in React

Free ultimate React resources. Zero to Hero in React

68
Comments 6
6 min read
Enums in JavaScript

Enums in JavaScript

49
Comments 10
2 min read
VueJS - Reusable Data Fetcher Component

VueJS - Reusable Data Fetcher Component

57
Comments 6
5 min read
Drag and Drop starter project with ReactJS - Part 1

Drag and Drop starter project with ReactJS - Part 1

6
Comments
6 min read
💻 5 Useful VS Code extensions to help you with Javascript, React and Git

💻 5 Useful VS Code extensions to help you with Javascript, React and Git

82
Comments 4
2 min read
I launched a Free Drag and Drop Dashboard Builder

I launched a Free Drag and Drop Dashboard Builder

155
Comments 24
1 min read
Disabling languages for Prettier (in VScode)

Disabling languages for Prettier (in VScode)

7
Comments
2 min read
What is Business Logic anyway?

What is Business Logic anyway?

37
Comments 2
3 min read
Do you default to empty Object when destructuring function parameters?

Do you default to empty Object when destructuring function parameters?

5
Comments
1 min read
My Experience Building a PWA App with Svelte JS

My Experience Building a PWA App with Svelte JS

22
Comments
5 min read
Free Demo Images for e-commerce website

Free Demo Images for e-commerce website

2
Comments 1
1 min read
Optional chaining in the ~real world (React video chat app)

Optional chaining in the ~real world (React video chat app)

11
Comments
5 min read
1143. Longest Common Subsequence (javascript solution)

1143. Longest Common Subsequence (javascript solution)

6
Comments
1 min read
3 Ways of Rendering on The Web

3 Ways of Rendering on The Web

2
Comments
6 min read
Why Svelte is different - and awesome!

Why Svelte is different - and awesome!

41
Comments 12
5 min read
#Day31 — From Python to JavaScript — The Basics Part 4

#Day31 — From Python to JavaScript — The Basics Part 4

5
Comments
4 min read
Create Strings using Template Literals

Create Strings using Template Literals

5
Comments
2 min read
DISCUSS: JavaScript just DIED! What language should replace it?

DISCUSS: JavaScript just DIED! What language should replace it?

20
Comments 111
1 min read
Modifying the Vue prototype is "evil monkey-patching"

Modifying the Vue prototype is "evil monkey-patching"

10
Comments 2
5 min read
Kubernetes defined as Javascript Code with GruCloud

Kubernetes defined as Javascript Code with GruCloud

11
Comments 1
9 min read
Essential JavaScript Building Blocks for React

Essential JavaScript Building Blocks for React

11
Comments
2 min read
Integration stories: elevating Storybook with Mock Service Worker

Integration stories: elevating Storybook with Mock Service Worker

17
Comments
5 min read
loading...