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.
Formatação para o URI

Formatação para o URI

14
Comments
7 min read
Browser extension - Secure http requests from content scripts

Browser extension - Secure http requests from content scripts

14
Comments
4 min read
Extensions: Google Chrome's Soft Underbelly (Part 2) 🔐

Extensions: Google Chrome's Soft Underbelly (Part 2) 🔐

8
Comments
9 min read
Chartjs with Gradient Background

Chartjs with Gradient Background

6
Comments 4
1 min read
Add Updated At To Your Gatsby Blog

Add Updated At To Your Gatsby Blog

4
Comments
7 min read
Async and Await in JavaScript

Async and Await in JavaScript

6
Comments
4 min read
How To Sell Your API

How To Sell Your API

65
Comments 5
3 min read
Getting Started with Deno

Getting Started with Deno

2
Comments
4 min read
How to Use Fetch to make Ajax calls in JavaScript

How to Use Fetch to make Ajax calls in JavaScript

Comments
1 min read
Date & Time Picker in vanilla JS

Date & Time Picker in vanilla JS

13
Comments
4 min read
JS Test #7: Is this an array?

JS Test #7: Is this an array?

13
Comments 3
1 min read
How to cleanUp firestore data fetch on useEffect?

How to cleanUp firestore data fetch on useEffect?

6
Comments 1
1 min read
React Framework vs. LitElement Library

React Framework vs. LitElement Library

7
Comments 2
2 min read
How to build a table with concurrent horizontal and vertical sticky headers in pure CSS

How to build a table with concurrent horizontal and vertical sticky headers in pure CSS

2
Comments
4 min read
Great GatsbyJS😎

Great GatsbyJS😎

5
Comments
3 min read
Why HTML template engines are the nuts 🥜

Why HTML template engines are the nuts 🥜

5
Comments
9 min read
Why and how you can develop Design Sense? 👩🏽‍🎨

Why and how you can develop Design Sense? 👩🏽‍🎨

218
Comments 4
5 min read
Introducing Tailwind Nexjs Starter Blog

Introducing Tailwind Nexjs Starter Blog

13
Comments
4 min read
What are the possible ways to create objects in JavaScript ?

What are the possible ways to create objects in JavaScript ?

3
Comments
2 min read
Cypress Assertions

Cypress Assertions

6
Comments
2 min read
Review, and write something better

Review, and write something better

5
Comments
2 min read
React Deep Dive: Element vs. Component

React Deep Dive: Element vs. Component

7
Comments
1 min read
MongoDb - insert embedded documents - series #06

MongoDb - insert embedded documents - series #06

4
Comments
3 min read
Merging a pdf using Javascript

Merging a pdf using Javascript

4
Comments
1 min read
How to make a collage using Javascript: Part 2 (Javascript section)

How to make a collage using Javascript: Part 2 (Javascript section)

8
Comments
5 min read
Separate -ives and +ives maintaining their order

Separate -ives and +ives maintaining their order

6
Comments 2
2 min read
An Introduction To Svelte

An Introduction To Svelte

47
Comments 3
4 min read
MultiVariate Anomaly Detection

MultiVariate Anomaly Detection

2
Comments
2 min read
Garbage Collection in JavaScript

Garbage Collection in JavaScript

41
Comments
5 min read
Decoding OBJECTS in modern javascript - PART I;

Decoding OBJECTS in modern javascript - PART I;

5
Comments 2
3 min read
Destructuring Tweets - Episode 6 - Default Parameter Values

Destructuring Tweets - Episode 6 - Default Parameter Values

6
Comments
2 min read
Array Indexing Method

Array Indexing Method

11
Comments 2
1 min read
Sorting algorithms: JavaScript - Quick Sort Algorithm🚀

Sorting algorithms: JavaScript - Quick Sort Algorithm🚀

34
Comments
3 min read
Partial Application and Functional Programming in JavaScript

Partial Application and Functional Programming in JavaScript

6
Comments 1
3 min read
How to auto-refresh jwts using Axios interceptors

How to auto-refresh jwts using Axios interceptors

53
Comments 3
8 min read
FrontEnd Interview Tips??

FrontEnd Interview Tips??

8
Comments 2
1 min read
Ionic getting Pokemon cards from an API

Ionic getting Pokemon cards from an API

5
Comments
3 min read
how would you build it?

how would you build it?

2
Comments 2
1 min read
Simpler Way To Conditionally Add Properties to Javascript Object

Simpler Way To Conditionally Add Properties to Javascript Object

11
Comments 1
1 min read
A Tricky Case of insertAdjacentHTML()

A Tricky Case of insertAdjacentHTML()

5
Comments
3 min read
Serverless Sending and Receiving E-Mails, the CDK Way

Serverless Sending and Receiving E-Mails, the CDK Way

2
Comments
6 min read
Syntax Differences: JavaScript vs. Java

Syntax Differences: JavaScript vs. Java

9
Comments 3
3 min read
Solution: Shortest Distance to a Character

Solution: Shortest Distance to a Character

7
Comments
3 min read
Offline Video Player is here

Offline Video Player is here

3
Comments 1
1 min read
Understanding Tagged Template Literals

Understanding Tagged Template Literals

6
Comments
3 min read
Auto Shrink Header On Scroll in React

Auto Shrink Header On Scroll in React

5
Comments
2 min read
How I became a web developer in a year without a degree, a bulletproof method.

How I became a web developer in a year without a degree, a bulletproof method.

202
Comments 29
5 min read
Build an interactive kanban board with Vue Draggable

Build an interactive kanban board with Vue Draggable

5
Comments
3 min read
What is JAMStack? Must know for every developer in 2021!

What is JAMStack? Must know for every developer in 2021!

95
Comments 2
3 min read
Experiments with code: drawing with Rough.js

Experiments with code: drawing with Rough.js

8
Comments 2
1 min read
Solution: Change Minimum Characters to Satisfy One of Three Conditions

Solution: Change Minimum Characters to Satisfy One of Three Conditions

8
Comments
5 min read
Understand WebAssembly in 6 minutes

Understand WebAssembly in 6 minutes

67
Comments
5 min read
A Simple Express Server and Twitter API

A Simple Express Server and Twitter API

35
Comments
3 min read
Introducing the Space SDK: Build Your Web & Mobile App on the Open Web

Introducing the Space SDK: Build Your Web & Mobile App on the Open Web

62
Comments
6 min read
The state of JSONP (and JSONP vulnerabilities) in 2021

The state of JSONP (and JSONP vulnerabilities) in 2021

14
Comments
7 min read
Stop touching the DOM, damn it!

Stop touching the DOM, damn it!

28
Comments 2
2 min read
Drum-Kit: Entertainment App using DOM and Javascript

Drum-Kit: Entertainment App using DOM and Javascript

5
Comments
4 min read
How to create an SQLite database in node.js

How to create an SQLite database in node.js

7
Comments
2 min read
Upgrading to the AWS SDK for JavaScript v3

Upgrading to the AWS SDK for JavaScript v3

4
Comments 1
3 min read
Build your own WYSIWYG markdown editor for Vue 📝👀

Build your own WYSIWYG markdown editor for Vue 📝👀

302
Comments 27
6 min read
loading...