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.
Why the Div in React ?

Why the Div in React ?

7
Comments 4
3 min read
Constructive Thinking and Coding

Constructive Thinking and Coding

3
Comments
4 min read
Effector's beginner guide

Effector's beginner guide

64
Comments
9 min read
Release 0.3.1 or, Why would a Telescope restrict what I can see?

Release 0.3.1 or, Why would a Telescope restrict what I can see?

4
Comments
5 min read
Making a modern JS library in 2020

Making a modern JS library in 2020

19
Comments 4
10 min read
Use useReducer to manage complex state

Use useReducer to manage complex state

18
Comments
3 min read
Jest unit tests location in vue

Jest unit tests location in vue

6
Comments
2 min read
Passing props in React using Typescript

Passing props in React using Typescript

69
Comments 1
3 min read
What is an API?

What is an API?

17
Comments
2 min read
Vanilla JavaScript vs. RxJs

Vanilla JavaScript vs. RxJs

11
Comments 6
4 min read
How to load a Teachable Machine image model in a Node.Js project

How to load a Teachable Machine image model in a Node.Js project

23
Comments
5 min read
Write before you CODE

Write before you CODE

14
Comments 6
1 min read
NextJS V10 | 📝 Highlighting the good, great and awesome updates

NextJS V10 | 📝 Highlighting the good, great and awesome updates

39
Comments 4
4 min read
JS: Extract portion of a string using substr() and substring()

JS: Extract portion of a string using substr() and substring()

5
Comments 2
1 min read
FETCH API Part 3/4 (PUT) by SilvenLEAF

FETCH API Part 3/4 (PUT) by SilvenLEAF

14
Comments 2
4 min read
Shrink image on client side in browser

Shrink image on client side in browser

9
Comments
3 min read
How AJAX works?

How AJAX works?

21
Comments
2 min read
How to Code a Video Streaming Server using NodeJS

How to Code a Video Streaming Server using NodeJS

426
Comments 33
3 min read
The Cloud Skills Show: JavaScript

The Cloud Skills Show: JavaScript

15
Comments
3 min read
Serverless Login with OpenJS Architect, Part 4

Serverless Login with OpenJS Architect, Part 4

8
Comments
4 min read
3 Simple Steps To Setup Authentication in Next.js

3 Simple Steps To Setup Authentication in Next.js

17
Comments
3 min read
Orden de las carpetas en React

Orden de las carpetas en React

2
Comments
4 min read
Day 4 - React Remembrall

Day 4 - React Remembrall

9
Comments
3 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
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
Day4 with Html/css and Javascript #help

Day4 with Html/css and Javascript #help

6
Comments 13
1 min read
Angular Routing Crash Course

Angular Routing Crash Course

5
Comments
2 min read
Create pokedex with react hooks

Create pokedex with react hooks

51
Comments 5
15 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
Request interception with Puppeteer and Playwright

Request interception with Puppeteer and Playwright

7
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
Building a Video Chat App, Part 3 - Displaying Video

Building a Video Chat App, Part 3 - Displaying Video

24
Comments
5 min read
Where do you initialize state in React Component?

Where do you initialize state in React Component?

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

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

6
Comments 2
2 min read
Day 34 of 100DaysOfCode

Day 34 of 100DaysOfCode

3
Comments
1 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
Is Angular Still in Demand?

Is Angular Still in Demand?

5
Comments 5
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
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
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
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
Using stopPropagation() to Stop Event Bubbling in JavaScript

Using stopPropagation() to Stop Event Bubbling in JavaScript

15
Comments
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

12
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
loading...