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.
First-Class Function interview question

First-Class Function interview question

7
Comments
1 min read
Four Ways To Make An API Calls In Javascript

Four Ways To Make An API Calls In Javascript

27
Comments 2
2 min read
All About Javascript Objects

All About Javascript Objects

15
Comments
2 min read
Pure vs Impure Functions

Pure vs Impure Functions

141
Comments 19
4 min read
💪 Build Custom Modal/Popup Component In React JS

💪 Build Custom Modal/Popup Component In React JS

15
Comments
4 min read
Discover AdonisJS : Model Factories and Edge Template

Discover AdonisJS : Model Factories and Edge Template

19
Comments 4
3 min read
Undefined vs. Null vs. Undeclared

Undefined vs. Null vs. Undeclared

3
Comments 1
1 min read
Connecting Stripe & Slack via webhooks

Connecting Stripe & Slack via webhooks

9
Comments
5 min read
LeetCode 409. Longest Palindrome (javascript solution)

LeetCode 409. Longest Palindrome (javascript solution)

7
Comments 1
1 min read
What is React Helmet and Where To Use It

What is React Helmet and Where To Use It

159
Comments 7
3 min read
Solution: Word Subsets

Solution: Word Subsets

11
Comments 4
5 min read
Firebase CRUD con JS y HTML: Form y Create

Firebase CRUD con JS y HTML: Form y Create

20
Comments 2
7 min read
The 3 ways to make an asynchronous method in JavaScript

The 3 ways to make an asynchronous method in JavaScript

6
Comments 3
2 min read
Why web components matter

Why web components matter

2
Comments
2 min read
I recreated the Twitter 'Who to follow' card

I recreated the Twitter 'Who to follow' card

6
Comments 9
1 min read
Introduction to the most popular language Javascript🚀

Introduction to the most popular language Javascript🚀

9
Comments
1 min read
Random Seed in JavaScript and Node.js

Random Seed in JavaScript and Node.js

32
Comments 2
2 min read
Know the difference between theses JS concept in order to skill up #1

Know the difference between theses JS concept in order to skill up #1

140
Comments 11
4 min read
Create Image Slider With Navigation Buttons Using HTML, CSS & JS

Create Image Slider With Navigation Buttons Using HTML, CSS & JS

55
Comments 3
4 min read
Nuxt: Ignore SSL issues for axios proxy (Development only)

Nuxt: Ignore SSL issues for axios proxy (Development only)

12
Comments 1
1 min read
How I Made My Website Load 18% Faster

How I Made My Website Load 18% Faster

107
Comments
4 min read
Auth flow with Aws Amplify, ReactJs, and Tailwind CSS

Auth flow with Aws Amplify, ReactJs, and Tailwind CSS

54
Comments 4
9 min read
Weekly Digest 12/2021

Weekly Digest 12/2021

2
Comments 1
3 min read
AdonisJS vs NestJS | NodeJS API Frameworks

AdonisJS vs NestJS | NodeJS API Frameworks

7
Comments
1 min read
Resolving E404 on global install of a private npm package (Linux)

Resolving E404 on global install of a private npm package (Linux)

6
Comments
2 min read
Pausing GIF animations on dev.to for those who `prefer-reduced-motion` [hack 1]

Pausing GIF animations on dev.to for those who `prefer-reduced-motion` [hack 1]

20
Comments 5
6 min read
Native form validation with JavaScript

Native form validation with JavaScript

23
Comments 2
9 min read
Random JavaScript Tricks

Random JavaScript Tricks

8
Comments
4 min read
Javascript: Unit Testing using Jest

Javascript: Unit Testing using Jest

5
Comments
1 min read
React Apollo SSR Boilerplate

React Apollo SSR Boilerplate

8
Comments
1 min read
React Native Authentication Using Deeplinking and react-native-inappbrowser-reborn

React Native Authentication Using Deeplinking and react-native-inappbrowser-reborn

10
Comments 4
1 min read
Forgot Password Node Js

Forgot Password Node Js

6
Comments
1 min read
How to Query the Rick and Morty GraphQL API

How to Query the Rick and Morty GraphQL API

17
Comments
4 min read
Today I Learned — The Javascript In Operator

Today I Learned — The Javascript In Operator

5
Comments 1
2 min read
Using getStaticProps and getStaticPaths with TypeScript - Next.js

Using getStaticProps and getStaticPaths with TypeScript - Next.js

38
Comments 6
3 min read
Java Vs Python Salary: Various Job Roles In India

Java Vs Python Salary: Various Job Roles In India

4
Comments 1
7 min read
Yummyplan🍞📅 got some updates!

Yummyplan🍞📅 got some updates!

20
Comments 9
2 min read
LOVEFIELD - My favorite relational database solution for electronJS Projects (Part 1)

LOVEFIELD - My favorite relational database solution for electronJS Projects (Part 1)

8
Comments
2 min read
Solution: Reconstruct Original Digits from English

Solution: Reconstruct Original Digits from English

9
Comments
4 min read
How I Create Simple Counter App yet Elegant

How I Create Simple Counter App yet Elegant

6
Comments
3 min read
9 Data Structures & Algorithms you Should Know as a Developer

9 Data Structures & Algorithms you Should Know as a Developer

3
Comments
1 min read
🚀10 Trending projects on GitHub for web developers - 12th March 2021

🚀10 Trending projects on GitHub for web developers - 12th March 2021

622
Comments 12
2 min read
Tagged templates literal in js.

Tagged templates literal in js.

2
Comments
2 min read
How to handle 4xx and 5xx errors in Javascript fetch()

How to handle 4xx and 5xx errors in Javascript fetch()

38
Comments
3 min read
My [updated] notes on Concepts of Modern JavaScript

My [updated] notes on Concepts of Modern JavaScript

35
Comments 3
3 min read
Make a PDF with React & Make.cm and avoid the pain of ongoing service management [Part 1/2]

Make a PDF with React & Make.cm and avoid the pain of ongoing service management [Part 1/2]

27
Comments 2
10 min read
Add custom fonts to react-native. Simple Latest Steps:

Add custom fonts to react-native. Simple Latest Steps:

10
Comments
1 min read
JavaScript Objects: Part 3 in operator and for...in statement

JavaScript Objects: Part 3 in operator and for...in statement

11
Comments
2 min read
Enable Hermes in React Native Project (>0.64)

Enable Hermes in React Native Project (>0.64)

7
Comments
1 min read
Closures in Javascript.

Closures in Javascript.

71
Comments 2
2 min read
React Query - A practical example.

React Query - A practical example.

86
Comments 7
4 min read
Remove `console.log` from a React Native app in the release (production) build using Yarn or npm for performance optimization

Remove `console.log` from a React Native app in the release (production) build using Yarn or npm for performance optimization

9
Comments
1 min read
SvelteKit is in public beta

SvelteKit is in public beta

17
Comments
1 min read
Comparing jest.mock and Dependency Injection in TypeScript

Comparing jest.mock and Dependency Injection in TypeScript

36
Comments 2
7 min read
Appointment Booking with Facebook Messenger Chat Bots and NodeJS

Appointment Booking with Facebook Messenger Chat Bots and NodeJS

39
Comments 1
3 min read
React Native Code Snippets - Messaging UI Example with Styled Components

React Native Code Snippets - Messaging UI Example with Styled Components

3
Comments
1 min read
RxJS Simplified - Subjects (marble party!)

RxJS Simplified - Subjects (marble party!)

21
Comments 2
5 min read
React.js/Redux + Drag&Drop

React.js/Redux + Drag&Drop

36
Comments 1
3 min read
Chrome Extensions: Migrating to Manifest v3

Chrome Extensions: Migrating to Manifest v3

46
Comments 7
7 min read
Mindblowing 🤯 TypeScript tricks

Mindblowing 🤯 TypeScript tricks

227
Comments 4
7 min read
loading...