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.
Destructuring Tweets - Episode 13 - Let's Construct

Destructuring Tweets - Episode 13 - Let's Construct

6
Comments
4 min read
CRUD using Firebase In React

CRUD using Firebase In React

8
Comments
4 min read
Javascript Tabs: Save Space! Examples Of Tabbed Widgets

Javascript Tabs: Save Space! Examples Of Tabbed Widgets

2
Comments
7 min read
The Basics of Dependency Maintenance in NPM/yarn

The Basics of Dependency Maintenance in NPM/yarn

8
Comments
10 min read
Blockchain in Javascript: Transfer Ether between Accounts

Blockchain in Javascript: Transfer Ether between Accounts

7
Comments 2
3 min read
Colorize text in the terminal with ANSI Sequence

Colorize text in the terminal with ANSI Sequence

2
Comments
4 min read
How To Execute JavaScript In Selenium PHP?

How To Execute JavaScript In Selenium PHP?

5
Comments
13 min read
React Development: Web Document Management App

React Development: Web Document Management App

10
Comments
4 min read
Explain to me like I am 5: Debounce vs Throttle

Explain to me like I am 5: Debounce vs Throttle

52
Comments 6
3 min read
React, Angular and Vue compared, which should you learn in 2021?

React, Angular and Vue compared, which should you learn in 2021?

5
Comments
7 min read
javascript: Making multiple API calls the right way

javascript: Making multiple API calls the right way

40
Comments 1
3 min read
What is .this?

What is .this?

4
Comments
2 min read
Completing 4 JavaScript .filter() Method Challenges

Completing 4 JavaScript .filter() Method Challenges

7
Comments
3 min read
Weekly Digest 22/2021 - Top of the Week

Weekly Digest 22/2021 - Top of the Week

26
Comments
4 min read
Send a POST Request Containing a GraphQL Query with the Fetch API

Send a POST Request Containing a GraphQL Query with the Fetch API

17
Comments 2
6 min read
Client-Side Logging and Analytics with AWS

Client-Side Logging and Analytics with AWS

6
Comments 4
4 min read
Create a Password Generator with GTK and JavaScript

Create a Password Generator with GTK and JavaScript

2
Comments
5 min read
Make Responsive Website Using HTML CSS JavaScript Step By Step

Make Responsive Website Using HTML CSS JavaScript Step By Step

33
Comments
1 min read
Am I too old/young to learn programming?

Am I too old/young to learn programming?

23
Comments 17
8 min read
Why not to use index as key in React Lists (Practical Example)

Why not to use index as key in React Lists (Practical Example)

30
Comments 3
3 min read
Local Storage: Store data into the user’s browser

Local Storage: Store data into the user’s browser

3
Comments
1 min read
I am a lazy developer or How to write 438 lines of nginx redirects

I am a lazy developer or How to write 438 lines of nginx redirects

6
Comments
4 min read
Solution: Longest Consecutive Sequence

Solution: Longest Consecutive Sequence

11
Comments
5 min read
Next.js Beginner's Guide

Next.js Beginner's Guide

162
Comments 4
7 min read
JavaScript Find vs Filter Array Methods.

JavaScript Find vs Filter Array Methods.

7
Comments
4 min read
🚀10 Trending projects on GitHub for web developers - 4th June 2021

🚀10 Trending projects on GitHub for web developers - 4th June 2021

99
Comments
3 min read
The Frontend Hitchhiker's Guide: Web APIs

The Frontend Hitchhiker's Guide: Web APIs

76
Comments
5 min read
Learn React-router like a PRO 😎

Learn React-router like a PRO 😎

29
Comments 1
4 min read
Abstract Introduction to React Internals

Abstract Introduction to React Internals

54
Comments
4 min read
Typescript: String Enums, the easy way

Typescript: String Enums, the easy way

56
Comments
4 min read
Full Tutorial #13: Setting Up Private Routes in React Router | Microservices Chat App Using React, Node and GraphQL

Full Tutorial #13: Setting Up Private Routes in React Router | Microservices Chat App Using React, Node and GraphQL

18
Comments
1 min read
Currying!?

Currying!?

66
Comments 2
2 min read
useContext for better state management!

useContext for better state management!

436
Comments 33
5 min read
Adding Alexa script in NUXT SSR.

Adding Alexa script in NUXT SSR.

10
Comments 2
2 min read
My Dev Journey: Week 5

My Dev Journey: Week 5

5
Comments
2 min read
How to create a page load animated loader in React

How to create a page load animated loader in React

7
Comments
2 min read
LeetCode - Find First and Last Position of Element in Sorted Array

LeetCode - Find First and Last Position of Element in Sorted Array

4
Comments 2
4 min read
Working with audio files — Html5

Working with audio files — Html5

4
Comments
3 min read
File uploads in Angular 10+ (or JavaScript in general)

File uploads in Angular 10+ (or JavaScript in general)

6
Comments 2
5 min read
I made a new JavaScript operator!

I made a new JavaScript operator!

21
Comments 11
1 min read
Details/Summary elements and Lighthouse

Details/Summary elements and Lighthouse

5
Comments
3 min read
Converting Celsius to Fahrenheit

Converting Celsius to Fahrenheit

4
Comments
1 min read
10 เรื่องของ ES6 ที่คุณควรรู้ไว้ (ตอนที่ 2 Template Literals)

10 เรื่องของ ES6 ที่คุณควรรู้ไว้ (ตอนที่ 2 Template Literals)

4
Comments
1 min read
Developers are simple in their choices.

Developers are simple in their choices.

17
Comments
2 min read
Callback Hell and How to Rescue it ?

Callback Hell and How to Rescue it ?

32
Comments 10
5 min read
Why deep clone when we have stringify.

Why deep clone when we have stringify.

3
Comments
2 min read
React useEffect: The basics and the secrets

React useEffect: The basics and the secrets

82
Comments
2 min read
Cryptography- Shift Cipher

Cryptography- Shift Cipher

8
Comments 1
4 min read
I wrote an eslint plugin for checking NestJS modules and Open Api/swagger decorators

I wrote an eslint plugin for checking NestJS modules and Open Api/swagger decorators

4
Comments
5 min read
The Intersect - About the project

The Intersect - About the project

2
Comments
1 min read
Datastructure Stacks in JS

Datastructure Stacks in JS

5
Comments
2 min read
Unexpected livewire behavior with global Laravel methods

Unexpected livewire behavior with global Laravel methods

3
Comments
6 min read
Wait for it: Implementing a sleep() function in JS

Wait for it: Implementing a sleep() function in JS

66
Comments 14
3 min read
22+ VS Code extension you should have

22+ VS Code extension you should have

15
Comments
5 min read
for in && for of Loops

for in && for of Loops

3
Comments
2 min read
How to lazy-load images? The easiest way to lazy-load images on your website! 🖼

How to lazy-load images? The easiest way to lazy-load images on your website! 🖼

48
Comments 6
2 min read
Javascript most useful array functions

Javascript most useful array functions

9
Comments
2 min read
Project 77 of 100 - Local Notes in React with react-quill

Project 77 of 100 - Local Notes in React with react-quill

7
Comments
2 min read
Adding a link to your console.log in Javascript

Adding a link to your console.log in Javascript

5
Comments 2
1 min read
LeetCode 424. Longest Repeating Character Replacement (javascript solution)

LeetCode 424. Longest Repeating Character Replacement (javascript solution)

6
Comments
1 min read
loading...