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.
How to upload JSON data to AWS S3 with NodeJS AWS SDK and Typescript

How to upload JSON data to AWS S3 with NodeJS AWS SDK and Typescript

22
Comments
2 min read
TypeScript Tutorial For Beginners: The Missing Guide - Part 3

TypeScript Tutorial For Beginners: The Missing Guide - Part 3

70
Comments
7 min read
Part 1 - Design Approach I am using right now for My Web Design Projects - Coffee Shop Website

Part 1 - Design Approach I am using right now for My Web Design Projects - Coffee Shop Website

79
Comments 9
3 min read
Howk: Compress Image On The Fly with Bandwidth Hero

Howk: Compress Image On The Fly with Bandwidth Hero

10
Comments
4 min read
Frontend Architecture Revolutions

Frontend Architecture Revolutions

55
Comments 2
5 min read
6 Things you probably did not know javascript could do natively

6 Things you probably did not know javascript could do natively

159
Comments 6
3 min read
Which JS Game library would you recommend for a 2d side scroller?

Which JS Game library would you recommend for a 2d side scroller?

8
Comments 6
1 min read
TDD course with AdonisJs - 6. Validation

TDD course with AdonisJs - 6. Validation

12
Comments
5 min read
Is Serverless really as cheap as everyone claims?

Is Serverless really as cheap as everyone claims?

355
Comments 43
7 min read
Javascript uses call by sharing for objects

Javascript uses call by sharing for objects

6
Comments 9
3 min read
5 Vue DevTools hacks you should be using

5 Vue DevTools hacks you should be using

16
Comments
6 min read
🤯 More to Media Queries than meets the eye 👁️ (in JavaScript example with Vue.js)

🤯 More to Media Queries than meets the eye 👁️ (in JavaScript example with Vue.js)

12
Comments 3
2 min read
TypeScript Tutorial For Beginners: The Missing Guide - Part 2

TypeScript Tutorial For Beginners: The Missing Guide - Part 2

79
Comments
7 min read
FullStacking: Conclusion

FullStacking: Conclusion

11
Comments
2 min read
Capture Visitors in HTML/JS to your website

Capture Visitors in HTML/JS to your website

8
Comments 1
2 min read
Sweet & Sour mongoose.js methods – 3

Sweet & Sour mongoose.js methods – 3

7
Comments
1 min read
Part 2 - Design Approach I am using right now for My Web Design Projects - Coffee Shop Website

Part 2 - Design Approach I am using right now for My Web Design Projects - Coffee Shop Website

34
Comments 1
2 min read
Integrating Vue CLI 3 with Kendo UI

Integrating Vue CLI 3 with Kendo UI

36
Comments 2
3 min read
Farenheit/Celcius Calculator

Farenheit/Celcius Calculator

4
Comments
1 min read
Caching JavaScript data file results when using Eleventy

Caching JavaScript data file results when using Eleventy

8
Comments
4 min read
Criando uma api REST com Koa & mongoDB - Parte 1

Criando uma api REST com Koa & mongoDB - Parte 1

6
Comments
3 min read
How to easily render multiple elements in React

How to easily render multiple elements in React

9
Comments 5
5 min read
Why so much hype over Typescript ?

Why so much hype over Typescript ?

33
Comments 29
4 min read
Get data from your URL into your React app with React Router

Get data from your URL into your React app with React Router

8
Comments
3 min read
How to fix CORS headers in a single page application

How to fix CORS headers in a single page application

7
Comments 2
3 min read
LERPing and Cleaning Data to Improve AI Classification

LERPing and Cleaning Data to Improve AI Classification

8
Comments
4 min read
Learn Git and Github in just 1 article

Learn Git and Github in just 1 article

13
Comments 1
2 min read
Binary Tree Interview Questions

Binary Tree Interview Questions

12
Comments
7 min read
ECMA Who? ECMA What? You should get that checked out!

ECMA Who? ECMA What? You should get that checked out!

6
Comments
3 min read
The most common mistakes when using React

The most common mistakes when using React

531
Comments 32
5 min read
Conceptual Solutions & Library Solutions w/ LeetCode's "Peak Index In Valley Array" Problem ✨

Conceptual Solutions & Library Solutions w/ LeetCode's "Peak Index In Valley Array" Problem ✨

7
Comments
4 min read
O que é Node.js?

O que é Node.js?

5
Comments
3 min read
React Hooks with Async-Await

React Hooks with Async-Await

142
Comments 5
2 min read
Semantic Release Automation - Part 1 - Understanding Semantic Version

Semantic Release Automation - Part 1 - Understanding Semantic Version

24
Comments
3 min read
Use the Web Crypto API to Generate a Public / Private Key Pair for End to End, Asymmetric Cryptography on the Web

Use the Web Crypto API to Generate a Public / Private Key Pair for End to End, Asymmetric Cryptography on the Web

59
Comments
3 min read
How does Javascript affect SEO?

How does Javascript affect SEO?

8
Comments
7 min read
I want to make an interactive website and I don't know where to start. Music inside, mixer inside, help pls :'(

I want to make an interactive website and I don't know where to start. Music inside, mixer inside, help pls :'(

3
Comments 1
1 min read
How To Change Preload From Default Hover To Page Display Instantly?

How To Change Preload From Default Hover To Page Display Instantly?

6
Comments
2 min read
How TypeScript squashed all known bugs

How TypeScript squashed all known bugs

82
Comments 28
3 min read
Speed Coding Challenges

Speed Coding Challenges

9
Comments 9
1 min read
Tips for Updating NativeScript Apps on App Store and Google Play

Tips for Updating NativeScript Apps on App Store and Google Play

20
Comments
5 min read
Converting callbacks to promises

Converting callbacks to promises

49
Comments 3
3 min read
Let's not pit web components against frameworks

Let's not pit web components against frameworks

34
Comments
2 min read
Using functional programming to avoid intermediate variables and nested functions

Using functional programming to avoid intermediate variables and nested functions

55
Comments
5 min read
Incremental Average and Standard Deviation with Sliding Window

Incremental Average and Standard Deviation with Sliding Window

14
Comments
5 min read
Complete Production Grade Restaurant Billing App built in React NextJS GraphQL

Complete Production Grade Restaurant Billing App built in React NextJS GraphQL

174
Comments 4
7 min read
FullStack implementation of reCaptcha with Vue.js and .Net

FullStack implementation of reCaptcha with Vue.js and .Net

11
Comments
5 min read
Let’s Build with JavaScript – Using Mouse Events To Animate Text

Let’s Build with JavaScript – Using Mouse Events To Animate Text

19
Comments
2 min read
Medindo o desempenho do código JavaScript: performance.now()

Medindo o desempenho do código JavaScript: performance.now()

5
Comments
1 min read
Effortless Application bundling: React + Parcel in under 2 minutes 01:53

Effortless Application bundling: React + Parcel in under 2 minutes

66
Comments
2 min read
How to Send and Receive SMS Messages With Node.js and Express

How to Send and Receive SMS Messages With Node.js and Express

423
Comments 10
10 min read
Serverless Azure Fundamentals

Serverless Azure Fundamentals

36
Comments 4
2 min read
TogglePassword

TogglePassword

4
Comments
1 min read
Fancy Exploding Button

Fancy Exploding Button

9
Comments
1 min read
💡Reinvent GraphQL using RESTful - Learn GraphQL from the perspective of RESTful in 4 mins.

💡Reinvent GraphQL using RESTful - Learn GraphQL from the perspective of RESTful in 4 mins.

49
Comments
4 min read
Crossed 5k follower! Thank you everyone!

Crossed 5k follower! Thank you everyone!

8
Comments 4
1 min read
Use the ES6 import in Node.js

Use the ES6 import in Node.js

10
Comments 3
1 min read
How I brought down my project's dependency tree from 36 packages to 4 packages

How I brought down my project's dependency tree from 36 packages to 4 packages

133
Comments 17
3 min read
Node.js Por Baixo dos Panos #2 - Entendendo JavaScript

Node.js Por Baixo dos Panos #2 - Entendendo JavaScript

105
Comments 2
8 min read
Use bcrypt to campare passwords using nodejs

Use bcrypt to campare passwords using nodejs

9
Comments 1
1 min read
loading...