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.
Differences between TypeScript and Elm

Differences between TypeScript and Elm

35
Comments 2
16 min read
tsParticles 1.40.2 Released

tsParticles 1.40.2 Released

14
Comments
1 min read
Browser-Game with Solidity, JS, BSC, NodeJS, Hardhat , Chainlink

Browser-Game with Solidity, JS, BSC, NodeJS, Hardhat , Chainlink

8
Comments
3 min read
How to build a blog using Remix and MDX

How to build a blog using Remix and MDX

10
Comments 4
8 min read
Modeling Data In Quasar Like A BOOOSS With VuexOrm

Modeling Data In Quasar Like A BOOOSS With VuexOrm

11
Comments 1
2 min read
NodeJS Streams in Practice

NodeJS Streams in Practice

7
Comments
1 min read
5 JavaScript Libraries that makes working with JS magical

5 JavaScript Libraries that makes working with JS magical

19
Comments
2 min read
6 The Best Freelance Sites For Making Money Online

6 The Best Freelance Sites For Making Money Online

23
Comments 1
4 min read
Why Most Wordle Clones are Wrong!

Why Most Wordle Clones are Wrong!

13
Comments
5 min read
Shoe Discord Bot

Shoe Discord Bot

3
Comments
3 min read
When to use higher-order components in React

When to use higher-order components in React

6
Comments
4 min read
NodeJs EventEmitter

NodeJs EventEmitter

6
Comments 4
2 min read
Explaining First Class Functions in Javascript

Explaining First Class Functions in Javascript

8
Comments
3 min read
How To Create A Modern Website Using HTML And CSS Step By Step Landing Page For Beginner's.

How To Create A Modern Website Using HTML And CSS Step By Step Landing Page For Beginner's.

14
Comments
4 min read
What is Object oriented programming sef?

What is Object oriented programming sef?

5
Comments
1 min read
Image Uploader Challenge

Image Uploader Challenge

9
Comments
1 min read
Top Reasons to love Next.js 🥰

Top Reasons to love Next.js 🥰

16
Comments
2 min read
Monster 1.31 released

Monster 1.31 released

6
Comments
1 min read
Seleccionar a Tus Amigos en Facebook de Manera Automática

Seleccionar a Tus Amigos en Facebook de Manera Automática

4
Comments
1 min read
NodeSecure - What's new in 2022 ?

NodeSecure - What's new in 2022 ?

11
Comments
3 min read
Vue Tip / Same component, different route

Vue Tip / Same component, different route

5
Comments
1 min read
How to use the Dev.to API in 2022

How to use the Dev.to API in 2022

43
Comments 7
2 min read
Preventing GraphQL batching attacks

Preventing GraphQL batching attacks

13
Comments
4 min read
Executing expensive operations without freezing your UI (or using WebWorkers)

Executing expensive operations without freezing your UI (or using WebWorkers)

10
Comments
2 min read
What's the difference between using "let" and "var"?

What's the difference between using "let" and "var"?

5
Comments
1 min read
Understanding Callback function

Understanding Callback function

6
Comments
4 min read
Getting Started with Loadsy

Getting Started with Loadsy

9
Comments
9 min read
Coinbase Dashboard clone using Drag and Drop Builder

Coinbase Dashboard clone using Drag and Drop Builder

8
Comments
8 min read
Understanding Exception Handling in JavaScript

Understanding Exception Handling in JavaScript

6
Comments
5 min read
Deploy an API running on Azure Functions using IaC & Azure DevOps

Deploy an API running on Azure Functions using IaC & Azure DevOps

8
Comments
5 min read
Building TypeScript definitions on demand

Building TypeScript definitions on demand

5
Comments
4 min read
My Recipe Manager Project

My Recipe Manager Project

6
Comments
6 min read
Day 93 of 100 Days of Code & Scrum: Finished Courses, Looking For New Ones

Day 93 of 100 Days of Code & Scrum: Finished Courses, Looking For New Ones

15
Comments
2 min read
Map, Filter e Reduce em JavaScript

Map, Filter e Reduce em JavaScript

7
Comments
1 min read
The Return of Server Side Routing

The Return of Server Side Routing

497
Comments 29
7 min read
JavaScript tips and tricks.

JavaScript tips and tricks.

218
Comments 10
2 min read
Vite + Vue 3 issue with ports on MacOS

Vite + Vue 3 issue with ports on MacOS

6
Comments
1 min read
Quasar "Nuxt-like" Routing is here!

Quasar "Nuxt-like" Routing is here!

9
Comments 1
1 min read
The most important Config Options in Typescript

The most important Config Options in Typescript

6
Comments
4 min read
The future of coding classes

The future of coding classes

6
Comments
1 min read
Add a Jenkins controller and Jenkins agent node in azure | Jenkins Tutorial | Part VII

Add a Jenkins controller and Jenkins agent node in azure | Jenkins Tutorial | Part VII

8
Comments
1 min read
How to bypass CAPTCHA?

How to bypass CAPTCHA?

5
Comments 2
3 min read
Build A Simple MVC CRUD Web App in JavaScript (ES6) Part 1

Build A Simple MVC CRUD Web App in JavaScript (ES6) Part 1

7
Comments
6 min read
Testing of GitHub Actions. Intro

Testing of GitHub Actions. Intro

5
Comments
4 min read
Leetcode diary: group 1s together trilogy [medium, medium, hard]

Leetcode diary: group 1s together trilogy [medium, medium, hard]

5
Comments
8 min read
How to update an item in dynamoDB Table

How to update an item in dynamoDB Table

6
Comments
2 min read
Custom Loading Animation on Fetch Call in Vanilla Javascript / CSS / HTML 5

Custom Loading Animation on Fetch Call in Vanilla Javascript / CSS / HTML 5

5
Comments
5 min read
CSV-File to HTML <table>

CSV-File to HTML <table>

6
Comments
1 min read
Lighthouse Best Practices Cheat Sheet

Lighthouse Best Practices Cheat Sheet

16
Comments 1
3 min read
Handling concurrent mysql transaction request with sequelize

Handling concurrent mysql transaction request with sequelize

12
Comments 1
1 min read
Data Structures & Algorithms in JavaScript(Hash Table)

Data Structures & Algorithms in JavaScript(Hash Table)

6
Comments
4 min read
How to fix a bad JSON structure

How to fix a bad JSON structure

5
Comments
2 min read
5 Reasons React Is Still Worth It To Pick Up In 2022

5 Reasons React Is Still Worth It To Pick Up In 2022

7
Comments
4 min read
How I structure my Next JS Projects

How I structure my Next JS Projects

15
Comments
3 min read
What is Prototype and how it works in constructor functions?

What is Prototype and how it works in constructor functions?

6
Comments
5 min read
Add comment system to your static site with Giscus

Add comment system to your static site with Giscus

9
Comments 3
2 min read
All you need to know to deal with user avatars 👤 in React

All you need to know to deal with user avatars 👤 in React

6
Comments
5 min read
How to create a CSS Playground for styling Pseudo-elements with Vanilla JavaScript

How to create a CSS Playground for styling Pseudo-elements with Vanilla JavaScript

8
Comments
19 min read
How to Create Steam Player Summaries With Next.js

How to Create Steam Player Summaries With Next.js

10
Comments
3 min read
Are you using Array.map correctly?

Are you using Array.map correctly?

2
Comments
5 min read
loading...