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.
Practical limits of React hooks - Recursion

Practical limits of React hooks - Recursion

9
Comments
3 min read
Boost your productivity with Code Attendant.

Boost your productivity with Code Attendant.

6
Comments
1 min read
Is it DFS using adjacency Matrix?

Is it DFS using adjacency Matrix?

8
Comments
1 min read
How to Save HTML Canvas as an Image

How to Save HTML Canvas as an Image

14
Comments
2 min read
Create Reusable React Components with TS and Rollup

Create Reusable React Components with TS and Rollup

8
Comments
4 min read
SEO in Angular with SSR - Part I

SEO in Angular with SSR - Part I

4
Comments 4
9 min read
Is future of AI in JavaScript?

Is future of AI in JavaScript?

9
Comments
1 min read
Building a ToDo App in React

Building a ToDo App in React

7
Comments
9 min read
Custom Video Player Design using HTML, CSS and Javascript

Custom Video Player Design using HTML, CSS and Javascript

9
Comments
5 min read
Conditional Statements: Part 2

Conditional Statements: Part 2

5
Comments
2 min read
How to Create and Validate Forms in React using Formik and Yup

How to Create and Validate Forms in React using Formik and Yup

27
Comments 8
8 min read
# Setup React app from scratch - Part-1(Get your project running)

# Setup React app from scratch - Part-1(Get your project running)

13
Comments
6 min read
Medusa-extender CLI

Medusa-extender CLI

9
Comments
2 min read
Javascript Map, and How it is Different from forEach

Javascript Map, and How it is Different from forEach

14
Comments
2 min read
How To Prevent Double Click in jQuery when Submitting Ajax

How To Prevent Double Click in jQuery when Submitting Ajax

9
Comments 1
3 min read
The JavaScript Skills You Need For React

The JavaScript Skills You Need For React

11
Comments
11 min read
In the marketplace we trust

In the marketplace we trust

5
Comments
4 min read
React, Vue and Svelte: Comparing Lifecycle methods

React, Vue and Svelte: Comparing Lifecycle methods

3
Comments
1 min read
rtmp.ts (Elocast)

rtmp.ts (Elocast)

3
Comments
1 min read
Conheça os novos tipos de dados do JavaScript

Conheça os novos tipos de dados do JavaScript

3
Comments
7 min read
How To Loop Checkbox Checked Value in jQuery

How To Loop Checkbox Checked Value in jQuery

10
Comments
2 min read
Ajax Loading in jQuery using PHP

Ajax Loading in jQuery using PHP

6
Comments
4 min read
this in JavaScript. The only article you need to read.

this in JavaScript. The only article you need to read.

6
Comments
5 min read
Conditional Statements : Part 1

Conditional Statements : Part 1

5
Comments
2 min read
Generate Random String in PHP

Generate Random String in PHP

6
Comments
2 min read
Comments in Javascript

Comments in Javascript

5
Comments
3 min read
How to Install PHP GD Extension on Windows WAMP and XAMPP Server

How to Install PHP GD Extension on Windows WAMP and XAMPP Server

7
Comments
3 min read
Why I moved to Astro from Gatsby

Why I moved to Astro from Gatsby

6
Comments
6 min read
Day-25 Training at Ryaz

Day-25 Training at Ryaz

3
Comments
1 min read
What Every Good README Should Contain

What Every Good README Should Contain

159
Comments
4 min read
[ASK] Use useMemo for conditional render

[ASK] Use useMemo for conditional render

6
Comments
1 min read
Check If Email Address Is Already Exists in The Database

Check If Email Address Is Already Exists in The Database

14
Comments 1
4 min read
Some tiny personal programs I've written

Some tiny personal programs I've written

3
Comments
5 min read
Promises: async/await vs .then(), how we got here and why I use both

Promises: async/await vs .then(), how we got here and why I use both

89
Comments 9
3 min read
Weekly Digest 07/2022

Weekly Digest 07/2022

4
Comments
3 min read
Sanitize Input using PHP

Sanitize Input using PHP

9
Comments
3 min read
Function context in JavaScript

Function context in JavaScript

6
Comments
4 min read
Simple Dynamic Form Validation Function Using PHP

Simple Dynamic Form Validation Function Using PHP

6
Comments
5 min read
JS Interview Question #2 (Accidental Global Variable)

JS Interview Question #2 (Accidental Global Variable)

6
Comments 1
1 min read
#39 - Two Sum CodeWars Kata (6 kyu)

#39 - Two Sum CodeWars Kata (6 kyu)

5
Comments
2 min read
Design Systems Aren't Cheap

Design Systems Aren't Cheap

3
Comments 5
4 min read
Perspective API

Perspective API

7
Comments
3 min read
Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 41

Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 41

4
Comments
1 min read
Phase 2 Completed

Phase 2 Completed

2
Comments
1 min read
Build a Point-of Sale App with Serialized

Build a Point-of Sale App with Serialized

7
Comments
22 min read
A look at the "this" Keyword in JavaScript

A look at the "this" Keyword in JavaScript

6
Comments 1
5 min read
Fase "A" - Nubank e Alura

Fase "A" - Nubank e Alura

3
Comments
6 min read
Create A Linktree Clone Using React

Create A Linktree Clone Using React

7
Comments
1 min read
Simple Toggle Button(On/Off)

Simple Toggle Button(On/Off)

11
Comments 1
2 min read
Animations in Svelte

Animations in Svelte

6
Comments
12 min read
WebRTC with NodeJS: Building a Video Chat APP.

WebRTC with NodeJS: Building a Video Chat APP.

14
Comments
37 min read
Fallback true returns error while deployment

Fallback true returns error while deployment

4
Comments
1 min read
Which is the best backend language for future?

Which is the best backend language for future?

13
Comments 11
1 min read
Implementing advanced usePrevious hook with React useRef

Implementing advanced usePrevious hook with React useRef

9
Comments 3
9 min read
LAZY LOADING IN ANGULAR

LAZY LOADING IN ANGULAR

5
Comments
2 min read
Ania Kubow: Building Tetris with JavaScript

Ania Kubow: Building Tetris with JavaScript

8
Comments 1
9 min read
Event tracking with Mixpanel and NodeJs, The Callback in Async scope magic!

Event tracking with Mixpanel and NodeJs, The Callback in Async scope magic!

7
Comments
3 min read
How To Make Push Notification Using Node.js and Service Worker

How To Make Push Notification Using Node.js and Service Worker

29
Comments 6
6 min read
Would you rather be a 10x dev or one with imagination?

Would you rather be a 10x dev or one with imagination?

2
Comments 8
1 min read
What is the better testing library for React, Enzyme (from Airbnb) VS React testing library (from Kent C. Dodds)?

What is the better testing library for React, Enzyme (from Airbnb) VS React testing library (from Kent C. Dodds)?

5
Comments 1
4 min read
loading...