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.
3 easiest ways to use facial recognition in your apps

3 easiest ways to use facial recognition in your apps

37
Comments 2
4 min read
How to use reduce in javascript

How to use reduce in javascript

7
Comments
4 min read
Introduction to Custom [HTML] Elements (CSS ART)

Introduction to Custom [HTML] Elements (CSS ART)

26
Comments 2
3 min read
JavaScript Internals: Garbage Collection

JavaScript Internals: Garbage Collection

31
Comments 1
9 min read
Vanilla JavaScript speech-to-text 🦻

Vanilla JavaScript speech-to-text 🦻

56
Comments 2
4 min read
Top 10 Striking ⚡ Programming Languages 2022🤩

Top 10 Striking ⚡ Programming Languages 2022🤩

54
Comments
14 min read
What is Front End Developer?

What is Front End Developer?

6
Comments
1 min read
React js learning path for 2020 | perfect guide

React js learning path for 2020 | perfect guide

45
Comments
2 min read
CSS Shorts: Spoilers and Hidden Content

CSS Shorts: Spoilers and Hidden Content

14
Comments 3
9 min read
First feature with DO App Platform | DO Hackathon 🚀

First feature with DO App Platform | DO Hackathon 🚀

8
Comments 1
2 min read
How to easily add a lightbox in any React project

How to easily add a lightbox in any React project

24
Comments
4 min read
A Simple Weather app using React and OpenWeatherMap API 🔥

A Simple Weather app using React and OpenWeatherMap API 🔥

44
Comments
5 min read
JSitor Mobile App (Programming in Phone) - Big Update Coming Soon 🔥🔥

JSitor Mobile App (Programming in Phone) - Big Update Coming Soon 🔥🔥

11
Comments 1
1 min read
Take the JavaScript UI Component Survey, Help shape the JS ecosystem

Take the JavaScript UI Component Survey, Help shape the JS ecosystem

11
Comments
1 min read
The Art of Debugging

The Art of Debugging

18
Comments 2
2 min read
5 APIs to inspire you for your next project

5 APIs to inspire you for your next project

122
Comments 2
4 min read
How to run NLP on a PDF file?

How to run NLP on a PDF file?

31
Comments
2 min read
How To Rename A Bunch Of Files In Google Drive Using Google Sheets And Apps Script

How To Rename A Bunch Of Files In Google Drive Using Google Sheets And Apps Script

11
Comments 2
4 min read
In my own words: What is BabelJS?

In my own words: What is BabelJS?

13
Comments 4
5 min read
New personal web site

New personal web site

5
Comments 9
1 min read
Reuse Javascript code in Rails 6

Reuse Javascript code in Rails 6

9
Comments 2
1 min read
Swapping Values in Es7

Swapping Values in Es7

11
Comments 3
1 min read
The Ember Times - Issue No. 169

The Ember Times - Issue No. 169

6
Comments
5 min read
|Database| Database: MongoDB

|Database| Database: MongoDB

10
Comments
1 min read
Could some on explain something to me

Could some on explain something to me

2
Comments 2
1 min read
Serverless Server Side Rendering with Angular on AWS Lambda@Edge

Serverless Server Side Rendering with Angular on AWS Lambda@Edge

47
Comments 12
8 min read
Building Fast Forms in React with HTML5 & Validations

Building Fast Forms in React with HTML5 & Validations

29
Comments 1
11 min read
Best Practices for Managing RxJS Subscriptions

Best Practices for Managing RxJS Subscriptions

18
Comments 1
6 min read
WebOCR - Camera Text Extraction

WebOCR - Camera Text Extraction

9
Comments 1
2 min read
100vh problem with iOS Safari

100vh problem with iOS Safari

84
Comments 13
2 min read
Simple Settings List in React Native

Simple Settings List in React Native

12
Comments
2 min read
Day 1 of JavaScriptmas - Candies Solution

Day 1 of JavaScriptmas - Candies Solution

5
Comments
1 min read
Day 15 of JavaScriptmas - Carousel Solution

Day 15 of JavaScriptmas - Carousel Solution

8
Comments
2 min read
Fullstack Developer Series - Learn to Code in 2021 and Beyond

Fullstack Developer Series - Learn to Code in 2021 and Beyond

74
Comments
7 min read
JS Quirk: Element IDs are global variables!

JS Quirk: Element IDs are global variables!

5
Comments
1 min read
Learn about Navigators in React Native.

Learn about Navigators in React Native.

7
Comments
3 min read
My Open Source Journal

My Open Source Journal

4
Comments 1
4 min read
JavaScript Stuff I Thought Was Weird Which Just Turned Out to Make Sense After All

JavaScript Stuff I Thought Was Weird Which Just Turned Out to Make Sense After All

6
Comments
6 min read
Random Number Generation in JS

Random Number Generation in JS

16
Comments 3
1 min read
Spotify Chrome Extension: Music Controller | Phase 5

Spotify Chrome Extension: Music Controller | Phase 5

7
Comments
3 min read
What are your thoughts on strapi.js?

What are your thoughts on strapi.js?

8
Comments 9
1 min read
The ...spread operator and the rest parameters

The ...spread operator and the rest parameters

8
Comments
1 min read
A Quick Guide To this Keyword In JavaScript: What this Is And When

A Quick Guide To this Keyword In JavaScript: What this Is And When

50
Comments 2
11 min read
Beginners guide to JavaScript Classes

Beginners guide to JavaScript Classes

9
Comments
2 min read
Ok here we go! | DevTo / DO Hackathon

Ok here we go! | DevTo / DO Hackathon

11
Comments 3
1 min read
Writing a TypeScript Type Definition for a JavaScript npm Package

Writing a TypeScript Type Definition for a JavaScript npm Package

23
Comments 4
4 min read
Pixel Art Editor - Undo Button

Pixel Art Editor - Undo Button

8
Comments 3
3 min read
NodeJS top 10 things to note when developing

NodeJS top 10 things to note when developing

25
Comments
2 min read
A way to use Laravel transaltions in JavaScript.

A way to use Laravel transaltions in JavaScript.

2
Comments
1 min read
Dynamically masking video using canvas and SVG

Dynamically masking video using canvas and SVG

8
Comments 1
37 min read
#SeasonsOfServerless Solution 3: The Longest Kebab

#SeasonsOfServerless Solution 3: The Longest Kebab

14
Comments
3 min read
I'm joining the DEV hackathon! Here's what I'm going to build

I'm joining the DEV hackathon! Here's what I'm going to build

12
Comments 1
2 min read
Implement a 'Password Reset' with JavaScript and Azure AD B2C

Implement a 'Password Reset' with JavaScript and Azure AD B2C

9
Comments 1
5 min read
Format Number with JavaScript

Format Number with JavaScript

24
Comments
3 min read
De if/switch a mapped functions (a.k.a. object lookup)

De if/switch a mapped functions (a.k.a. object lookup)

14
Comments
9 min read
Functions: The bread and butter of JavaScript programming

Functions: The bread and butter of JavaScript programming

17
Comments
2 min read
What is the difference between firstChild and firstElementChild in Javascript?

What is the difference between firstChild and firstElementChild in Javascript?

2
Comments
1 min read
code-workshop-kit: a tool for remote code workshops

code-workshop-kit: a tool for remote code workshops

21
Comments 2
10 min read
4 Must-Know TypeScript Tips & Tricks

4 Must-Know TypeScript Tips & Tricks

189
Comments 10
6 min read
Create a Music Discord Bot and Run it in the Cloud!

Create a Music Discord Bot and Run it in the Cloud!

9
Comments
1 min read
loading...