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.
Is the pain worth the gain? Writing webapps in C (Benchmarks vs Flask and Nodejs)

Is the pain worth the gain? Writing webapps in C (Benchmarks vs Flask and Nodejs)

129
Comments 30
3 min read
Day 4 - React Remembrall

Day 4 - React Remembrall

9
Comments
3 min read
How-To Write a Simple Countdown with React

How-To Write a Simple Countdown with React

14
Comments 2
2 min read
Be aware when cloning objects in JavaScript! 👯‍♀️

Be aware when cloning objects in JavaScript! 👯‍♀️

46
Comments 17
3 min read
Beware of Vanilla JS

Beware of Vanilla JS

9
Comments
3 min read
Create application menus with Vue templates in Electron

Create application menus with Vue templates in Electron

10
Comments
7 min read
🔥 What's Hot in Web Development? — Weekly Picks #152

🔥 What's Hot in Web Development? — Weekly Picks #152

48
Comments
3 min read
Visualizing Bubble Sort in 5 Minutes Using HTML5 Canvas API

Visualizing Bubble Sort in 5 Minutes Using HTML5 Canvas API

29
Comments 3
3 min read
Day4 with Html/css and Javascript #help

Day4 with Html/css and Javascript #help

6
Comments 13
1 min read
How to lazy load images in html with pure Javascript?

How to lazy load images in html with pure Javascript?

19
Comments 9
1 min read
Angular Routing Crash Course

Angular Routing Crash Course

5
Comments
2 min read
Learning GraphQL and React: Using custom queries and remote types

Learning GraphQL and React: Using custom queries and remote types

9
Comments
19 min read
No-headache Asynchronous JavaScript for Beginners

No-headache Asynchronous JavaScript for Beginners

8
Comments
30 min read
Request interception with Puppeteer and Playwright

Request interception with Puppeteer and Playwright

8
Comments
2 min read
#codevember - 5 - Particles Brain - Made with tsParticles

#codevember - 5 - Particles Brain - Made with tsParticles

8
Comments
1 min read
Debug Node.js Typescript app using VS Code (Mac,Linux)

Debug Node.js Typescript app using VS Code (Mac,Linux)

5
Comments
1 min read
What is THIS keyword in JavaScript? - Part 1

What is THIS keyword in JavaScript? - Part 1

27
Comments
6 min read
My favorite Git GUI client for 2020 [Week 44/20 in Review]

My favorite Git GUI client for 2020 [Week 44/20 in Review]

2
Comments
4 min read
Day 34 of 100DaysOfCode

Day 34 of 100DaysOfCode

3
Comments
1 min read
หนังสือสอน Javascript/NodeJS เบื้องต้น สำหรับคนไม่มีพื้นฐานโปรแกรมมิ่ง

หนังสือสอน Javascript/NodeJS เบื้องต้น สำหรับคนไม่มีพื้นฐานโปรแกรมมิ่ง

7
Comments 2
2 min read
Where do you initialize state in React Component?

Where do you initialize state in React Component?

6
Comments 2
3 min read
Who Killed The Tab?

Who Killed The Tab?

52
Comments 72
18 min read
Day 35 of 100DaysOfCode

Day 35 of 100DaysOfCode

6
Comments
1 min read
Vue Stripe Checkout; sometimes you need to learn something because you need to

Vue Stripe Checkout; sometimes you need to learn something because you need to

10
Comments 1
2 min read
Day 44 of #100DaysOfCode: Use Electron-packager to generate a Window installer for the Node.js application

Day 44 of #100DaysOfCode: Use Electron-packager to generate a Window installer for the Node.js application

4
Comments
2 min read
How to fix - UnhandledPromiseRejectionWarning: MongoParseError: URI does not have hostname, domain name and tld

How to fix - UnhandledPromiseRejectionWarning: MongoParseError: URI does not have hostname, domain name and tld

3
Comments
2 min read
Don't be afraid to make mistakes

Don't be afraid to make mistakes

38
Comments 5
3 min read
Using stopPropagation() to Stop Event Bubbling in JavaScript

Using stopPropagation() to Stop Event Bubbling in JavaScript

11
Comments 1
4 min read
Is Angular Still in Demand?

Is Angular Still in Demand?

5
Comments 5
2 min read
Building a Simple REST API with Node.js and Express

Building a Simple REST API with Node.js and Express

24
Comments 4
5 min read
Creating a JavaScript promise from scratch, Part 2: Resolving to a promise

Creating a JavaScript promise from scratch, Part 2: Resolving to a promise

4
Comments
5 min read
Deploying Next.js 10 With Vercel CLI and the Vercel GitHub Integration

Deploying Next.js 10 With Vercel CLI and the Vercel GitHub Integration

12
Comments 1
4 min read
Recursion

Recursion

18
Comments
3 min read
Array.some()

Array.some()

6
Comments
1 min read
Cheat sheet for webpack's config rules

Cheat sheet for webpack's config rules

15
Comments
2 min read
A First Look at Remix.run

A First Look at Remix.run

197
Comments 25
9 min read
Simple tech articles

Simple tech articles

13
Comments
2 min read
Writing own reject function with JavaScript

Writing own reject function with JavaScript

4
Comments
1 min read
I wrote this app to practice my React, Node, Mongo, Redis and Docker skills

I wrote this app to practice my React, Node, Mongo, Redis and Docker skills

31
Comments
2 min read
How Much JavaScript You Need To Know To Start With ReactJs

How Much JavaScript You Need To Know To Start With ReactJs

30
Comments 2
3 min read
Writer's Block: I don't know how to write anymore

Writer's Block: I don't know how to write anymore

2
Comments 1
2 min read
Blog post: "Using Cloudinary for GitHub Pages website"

Blog post: "Using Cloudinary for GitHub Pages website"

6
Comments 2
4 min read
Need your help to decide which post should I write about next

Need your help to decide which post should I write about next

3
Comments 5
1 min read
Build a web API with Node.js and Express

Build a web API with Node.js and Express

96
Comments
4 min read
Continuous Deployment of a Gatsby site to cPanel with Git Version Control

Continuous Deployment of a Gatsby site to cPanel with Git Version Control

31
Comments 2
5 min read
How to remove duplicates in an array using JS Set?

How to remove duplicates in an array using JS Set?

1
Comments
1 min read
60 CSS Loading Animations (where you like to wait! ⌛😊)

60 CSS Loading Animations (where you like to wait! ⌛😊)

289
Comments 6
3 min read
How Much Does It Cost to Build a Mobile Peer-to-Peer Payment App Like Venmo and Square Cash

How Much Does It Cost to Build a Mobile Peer-to-Peer Payment App Like Venmo and Square Cash

4
Comments 3
11 min read
FETCH API Part 2/4 (POST) by SilvenLEAF

FETCH API Part 2/4 (POST) by SilvenLEAF

19
Comments
4 min read
Voice Enable Pacman App with JavaScript using Alan AI (video)

Voice Enable Pacman App with JavaScript using Alan AI (video)

20
Comments 2
1 min read
Transformer - not a robot in disguise

Transformer - not a robot in disguise

5
Comments
3 min read
Supabase: eight months of building. 04:08

Supabase: eight months of building.

61
Comments 4
3 min read
Hashtables (Objects) vs. Arrays

Hashtables (Objects) vs. Arrays

6
Comments
4 min read
Text to Handwriting with OCR ! A super quick way to complete assignments.

Text to Handwriting with OCR ! A super quick way to complete assignments.

15
Comments 5
1 min read
Mockup tela de bloqueio

Mockup tela de bloqueio

3
Comments
1 min read
Building an RPG-Style Inventory with React (Part 1)

Building an RPG-Style Inventory with React (Part 1)

56
Comments 1
15 min read
How to use JavaScript scheduling methods with React hooks

How to use JavaScript scheduling methods with React hooks

28
Comments
7 min read
Free React Landing Page Templates for SaaS Developers

Free React Landing Page Templates for SaaS Developers

10
Comments 2
1 min read
Array Destructuring with ES6

Array Destructuring with ES6

3
Comments
2 min read
Asynchronous State Management with ActiveJS

Asynchronous State Management with ActiveJS

28
Comments 4
4 min read
loading...