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.
What is .env ? How to Set up and test a .env file in Node?

What is .env ? How to Set up and test a .env file in Node?

14
Comments
2 min read
What is an NaN error in JavaScript?

What is an NaN error in JavaScript?

5
Comments
2 min read
Data Structures and Algorithms in JavaScript

Data Structures and Algorithms in JavaScript

15
Comments 1
1 min read
Prettier vs ESLint

Prettier vs ESLint

3
Comments
2 min read
Fun Experiment: Bringing lazy execution to JS!

Fun Experiment: Bringing lazy execution to JS!

6
Comments 2
1 min read
Flip your tests

Flip your tests

2
Comments
3 min read
Wrapper Component in React

Wrapper Component in React

5
Comments 2
1 min read
How to seperate DEV and PROD Firebase Projects in NUXT 🔥

How to seperate DEV and PROD Firebase Projects in NUXT 🔥

7
Comments
1 min read
Random background color changer in JavaScript

Random background color changer in JavaScript

5
Comments
1 min read
Creating Responsive Navbar using React-Bootstrap

Creating Responsive Navbar using React-Bootstrap

13
Comments 1
3 min read
Javascript Concepts that you should Learn in 2022

Javascript Concepts that you should Learn in 2022

91
Comments 7
3 min read
Taking localization to i18next level

Taking localization to i18next level

7
Comments
3 min read
React basic CRUD app with Firebase Realtime Database - Hands-on

React basic CRUD app with Firebase Realtime Database - Hands-on

6
Comments
4 min read
Copy text/codes in a click from any site

Copy text/codes in a click from any site

5
Comments
4 min read
This keyword in Javascript

This keyword in Javascript

6
Comments
2 min read
How to learn JavaScript (FREE JavaScript Course 2022)

How to learn JavaScript (FREE JavaScript Course 2022)

6
Comments
2 min read
#18 - Previous multiple of three CodeWars Kata (7 kyu)

#18 - Previous multiple of three CodeWars Kata (7 kyu)

6
Comments
2 min read
Code a social network with ReactJS

Code a social network with ReactJS

5
Comments 1
1 min read
Real-time communication with Socket.io using Typescript

Real-time communication with Socket.io using Typescript

26
Comments 4
7 min read
Electron JS Big Rival?

Electron JS Big Rival?

2
Comments
2 min read
Build a simple water drinking tracker with JS

Build a simple water drinking tracker with JS

6
Comments
2 min read
How to create and run your first Svelte Rollup Application?

How to create and run your first Svelte Rollup Application?

5
Comments
5 min read
Everything you need to know about Vue Js Development

Everything you need to know about Vue Js Development

2
Comments
3 min read
How to sort stories alphabetically in Storybook (6.2)

How to sort stories alphabetically in Storybook (6.2)

6
Comments 2
1 min read
My very first portfolio

My very first portfolio

34
Comments 23
1 min read
Leading developer relations at a Silicon Valley Startup

Leading developer relations at a Silicon Valley Startup

7
Comments 2
4 min read
Phoenix LiveView, but event-sourced

Phoenix LiveView, but event-sourced

12
Comments 1
4 min read
My Online Radio Reached 100K Plays in 2 Months 🤯 Here's How I Created It 🎉

My Online Radio Reached 100K Plays in 2 Months 🤯 Here's How I Created It 🎉

157
Comments 24
6 min read
Advanced JavaScript Series - Part 4.2: Scope Chains and their working, Lexical and Variable Environments

Advanced JavaScript Series - Part 4.2: Scope Chains and their working, Lexical and Variable Environments

15
Comments
5 min read
I created Quiz-app a quiz game ecosystem

I created Quiz-app a quiz game ecosystem

8
Comments 3
1 min read
Firing on all cylinders(Part 1): Understanding object value lookup in JavaScript interpreters and the rise of hidden classes

Firing on all cylinders(Part 1): Understanding object value lookup in JavaScript interpreters and the rise of hidden classes

10
Comments
6 min read
How I made an Online E-book store and reader

How I made an Online E-book store and reader

12
Comments 2
3 min read
Leetcode diary: 22. Generate Parentheses [DFS]

Leetcode diary: 22. Generate Parentheses [DFS]

6
Comments
2 min read
Array Operation in MongoDB

Array Operation in MongoDB

5
Comments
2 min read
WTF JavaScript: A Variable with Side Effects

WTF JavaScript: A Variable with Side Effects

10
Comments
2 min read
Some Javascript Methods: slice() & splice()

Some Javascript Methods: slice() & splice()

4
Comments
3 min read
How does asynchronous JavaScript work behind the scenes?

How does asynchronous JavaScript work behind the scenes?

15
Comments 1
7 min read
Memory Leaks, How to avoid them in a React App.

Memory Leaks, How to avoid them in a React App.

316
Comments 25
3 min read
A recipe sharing web app with Django and React

A recipe sharing web app with Django and React

42
Comments 9
1 min read
Frontend Developer Resources 2022

Frontend Developer Resources 2022

2288
Comments 42
8 min read
New frameworks, old traditions

New frameworks, old traditions

5
Comments
2 min read
What the WEB3? Understand WEB3 by Creating a Token Inside of a Node.js App

What the WEB3? Understand WEB3 by Creating a Token Inside of a Node.js App

8
Comments
13 min read
Explicit is better than tricks

Explicit is better than tricks

20
Comments 14
4 min read
Global error page in Angular

Global error page in Angular

6
Comments 4
2 min read
Big Collection of free resources for product developer and designers

Big Collection of free resources for product developer and designers

4
Comments
1 min read
CloudWatch RUM for all insights

CloudWatch RUM for all insights

14
Comments
4 min read
WhatsApp Clone MasterClass using WebSockets,PHP,MySQL:DAY 3

WhatsApp Clone MasterClass using WebSockets,PHP,MySQL:DAY 3

2
Comments
1 min read
React.js localStorage library showcase

React.js localStorage library showcase

5
Comments
3 min read
Introduction to IPFS and Decentralized Storage.

Introduction to IPFS and Decentralized Storage.

16
Comments 2
4 min read
Add Responses Counter To Your Google Form

Add Responses Counter To Your Google Form

6
Comments
2 min read
Dealing with asynchronous data in Javascript : Promises

Dealing with asynchronous data in Javascript : Promises

1
Comments
3 min read
Understanding "this" in javascript

Understanding "this" in javascript

7
Comments
1 min read
(function(){....})() Did you Know what is this

(function(){....})() Did you Know what is this

5
Comments
1 min read
I created Sweetgradients a Color gradient Ecosystem 🧠 🧠

I created Sweetgradients a Color gradient Ecosystem 🧠 🧠

5
Comments
1 min read
Defensive & offensive programming

Defensive & offensive programming

11
Comments
13 min read
Automatically generate services and models for your API consumers 🪄

Automatically generate services and models for your API consumers 🪄

9
Comments 1
3 min read
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
loading...