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.
Convert a File URL/File to a Base64 string or DataURL using JavaScript

Convert a File URL/File to a Base64 string or DataURL using JavaScript

15
Comments 2
3 min read
Light Out game | Day 12

Light Out game | Day 12

8
Comments 2
2 min read
Animated Education Website with HTML CSS JS

Animated Education Website with HTML CSS JS

221
Comments 18
2 min read
什麼是 Pure Function?在 React 當中的重要性是什麼?

什麼是 Pure Function?在 React 當中的重要性是什麼?

12
Comments 2
3 min read
State of the Web: Serverless Functions

State of the Web: Serverless Functions

6
Comments
4 min read
LeetCode - Spiral Matrix

LeetCode - Spiral Matrix

6
Comments 1
4 min read
How To Get Web Development Freelancing Projects As Fresher & My Experience

How To Get Web Development Freelancing Projects As Fresher & My Experience

3
Comments
2 min read
var vs let & const.

var vs let & const.

16
Comments 7
2 min read
Image Animation Using HTML CSS & GSAP

Image Animation Using HTML CSS & GSAP

8
Comments
1 min read
Day 79 of 100 Days of Code & Scrum: Eleventh Weekly Retrospective

Day 79 of 100 Days of Code & Scrum: Eleventh Weekly Retrospective

13
Comments
3 min read
for ... of operator and Symbol.iterator

for ... of operator and Symbol.iterator

6
Comments 1
4 min read
Set up a Dockerfile for your angular application with Nginx

Set up a Dockerfile for your angular application with Nginx

9
Comments
1 min read
Quicksort Algorithm: Explained With Diagrams and Javascript

Quicksort Algorithm: Explained With Diagrams and Javascript

29
Comments 2
4 min read
How To: Build a Linked List in JavaScript Part 2

How To: Build a Linked List in JavaScript Part 2

9
Comments 4
4 min read
Generating Random Whole numbers in JavaScript in a specific range

Generating Random Whole numbers in JavaScript in a specific range

12
Comments 15
1 min read
React.js: The one way and the opposite way data flow

React.js: The one way and the opposite way data flow

16
Comments 6
2 min read
5. ==, ===, typeof, instaceof

5. ==, ===, typeof, instaceof

5
Comments
2 min read
10 javascript basics interns should know before the job

10 javascript basics interns should know before the job

25
Comments 4
3 min read
npm basic commands

npm basic commands

45
Comments 2
2 min read
10 BACKEND PROGRAMMING LANGUAGES THAT YOU SHOULD KNOW IN 2022

10 BACKEND PROGRAMMING LANGUAGES THAT YOU SHOULD KNOW IN 2022

2
Comments
3 min read
8 techniques to write cleaner JavaScript code

8 techniques to write cleaner JavaScript code

213
Comments 20
8 min read
What is ETag and why we use it

What is ETag and why we use it

29
Comments 4
4 min read
Introduction to Javascript

Introduction to Javascript

2
Comments
4 min read
Here's how I made a simple Chrome extension for Gmail notifications

Here's how I made a simple Chrome extension for Gmail notifications

5
Comments
2 min read
Beautiful HTML-free desk-calculator app, built with just 61 lines of Javascript, framework included...

Beautiful HTML-free desk-calculator app, built with just 61 lines of Javascript, framework included...

8
Comments 2
6 min read
Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 9

Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 9

2
Comments
1 min read
Form Validation In Remix Using Yup

Form Validation In Remix Using Yup

14
Comments 1
2 min read
The State of Copy-Pasting in JavaScript

The State of Copy-Pasting in JavaScript

11
Comments
7 min read
What is the use of UseMemo

What is the use of UseMemo

6
Comments 2
1 min read
Is random() really random ?

Is random() really random ?

12
Comments 4
4 min read
Get All Paginated Data using RxJS Expand Operator

Get All Paginated Data using RxJS Expand Operator

8
Comments
3 min read
Getting Started with open-wc and Web Components

Getting Started with open-wc and Web Components

5
Comments
5 min read
Defining Variable in CSS with var()

Defining Variable in CSS with var()

13
Comments
3 min read
#17 - The highest profit wins! CodeWars Kata (7 kyu)

#17 - The highest profit wins! CodeWars Kata (7 kyu)

6
Comments
1 min read
Angular Best Practices

Angular Best Practices

40
Comments 5
5 min read
Release 0.4: Planning

Release 0.4: Planning

2
Comments
1 min read
Add a 'copy code to clipboard' button to your blog's code blocks

Add a 'copy code to clipboard' button to your blog's code blocks

50
Comments 3
6 min read
How to add WhatsApp share button on a website ?

How to add WhatsApp share button on a website ?

9
Comments
1 min read
Hangman Project | Day 11

Hangman Project | Day 11

4
Comments 1
1 min read
What is React must be in scope??

What is React must be in scope??

3
Comments 2
1 min read
What technologies should you know to become a Front-End Developer in 2022.

What technologies should you know to become a Front-End Developer in 2022.

5
Comments
3 min read
Grokking Algorithms in JavaScript - Part 3

Grokking Algorithms in JavaScript - Part 3

7
Comments
8 min read
The Better Way of Sending Data to the Backend

The Better Way of Sending Data to the Backend

249
Comments 15
2 min read
Clean Code - Javascript

Clean Code - Javascript

60
Comments
4 min read
A step-by-step guide to migrate a Node.js web app to Typescript

A step-by-step guide to migrate a Node.js web app to Typescript

13
Comments
11 min read
How to deploy a static website in Netlify for free

How to deploy a static website in Netlify for free

24
Comments
2 min read
Day 78 of 100 Days of Code & Scrum: Digital Marketing Services, Interview Practice, and Reviewing

Day 78 of 100 Days of Code & Scrum: Digital Marketing Services, Interview Practice, and Reviewing

14
Comments
2 min read
Why practicing DRY in tests is bad for you

Why practicing DRY in tests is bad for you

26
Comments 6
6 min read
The Map Function in JavaScript

The Map Function in JavaScript

8
Comments
2 min read
Interviewer's Favorite: Event Bubbling

Interviewer's Favorite: Event Bubbling

8
Comments
3 min read
Polyfills in JavaScript 🔧⚙

Polyfills in JavaScript 🔧⚙

32
Comments 1
4 min read
Encryption Decryption User Details Using Crypto-JS Library to secure application in React

Encryption Decryption User Details Using Crypto-JS Library to secure application in React

10
Comments
1 min read
Manage Local State with Apollo V3

Manage Local State with Apollo V3

3
Comments
2 min read
Sending Text Messages with Javascript and Twilio

Sending Text Messages with Javascript and Twilio

73
Comments 1
3 min read
Angular Module Loading: Eager, Lazy and Preloading😇

Angular Module Loading: Eager, Lazy and Preloading😇

4
Comments 1
2 min read
Pre-load Angular Modules🥳

Pre-load Angular Modules🥳

5
Comments
3 min read
Execution of JS Code 🧑‍💻👨‍💻

Execution of JS Code 🧑‍💻👨‍💻

2
Comments
2 min read
#16 - Sums of parts CodeWars Kata (6 kyu)

#16 - Sums of parts CodeWars Kata (6 kyu)

6
Comments
2 min read
Leetcode diary: 1561 - Maximum Number of Coins You Can Get

Leetcode diary: 1561 - Maximum Number of Coins You Can Get

6
Comments
2 min read
JavaScript Coding Challenges for Chunkies! - JSCodebox launched! 🎉

JavaScript Coding Challenges for Chunkies! - JSCodebox launched! 🎉

28
Comments 7
2 min read
loading...