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.
LinkedIn JavaScript Assessment Answers

LinkedIn JavaScript Assessment Answers

13
Comments 2
1 min read
Javascript vs Typescript

Javascript vs Typescript

6
Comments 7
1 min read
5 Great React Libraries to Look Out for in 2021

5 Great React Libraries to Look Out for in 2021

91
Comments 3
4 min read
Simple Quiz Application With Timer - Vue

Simple Quiz Application With Timer - Vue

20
Comments 9
2 min read
JavaScript Code Daily Challenge #3

JavaScript Code Daily Challenge #3

5
Comments 4
1 min read
Building a Task Management App in React

Building a Task Management App in React

51
Comments 4
8 min read
NULL VS UNDEFINED IN JS

NULL VS UNDEFINED IN JS

9
Comments 2
2 min read
Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export

Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export

5
Comments 1
1 min read
`engineStrict: true` in package.json is problematic - DON'T

`engineStrict: true` in package.json is problematic - DON'T

11
Comments 1
1 min read
Why Object.is() is better than ‘==’ and ‘===’ ?

Why Object.is() is better than ‘==’ and ‘===’ ?

36
Comments 4
1 min read
A continuously growing set of unique SVG icons. 💁‍♀️ Brutalist design, vanilla CSS, 200ms page loads.

A continuously growing set of unique SVG icons. 💁‍♀️ Brutalist design, vanilla CSS, 200ms page loads.

50
Comments 16
1 min read
Netflix clone using ReactJs live app on firebase

Netflix clone using ReactJs live app on firebase

20
Comments 2
1 min read
Solve problem of API responds with 401 error

Solve problem of API responds with 401 error

5
Comments
2 min read
Build your Backend with Netlify Functions in 20 Minutes

Build your Backend with Netlify Functions in 20 Minutes

106
Comments 1
9 min read
What more I've learned from the Advent of Code (days 6-8)

What more I've learned from the Advent of Code (days 6-8)

5
Comments
3 min read
The BEST WAY to get started with React FOR BEGINNERS [2021]

The BEST WAY to get started with React FOR BEGINNERS [2021]

41
Comments 2
6 min read
Using a Cookie-to-Header CSRF Token in Single Page Applications

Using a Cookie-to-Header CSRF Token in Single Page Applications

122
Comments 7
6 min read
Three.js - An Awesome Library to Bring Amazing Effects to Your Project.

Three.js - An Awesome Library to Bring Amazing Effects to Your Project.

5
Comments
1 min read
Why Should We Use TypeScript

Why Should We Use TypeScript

25
Comments 15
1 min read
3 THINGS YOU NEED to know before learning React JS

3 THINGS YOU NEED to know before learning React JS

30
Comments
5 min read
Handling Command-line Arguments in NPM Scripts

Handling Command-line Arguments in NPM Scripts

52
Comments 11
2 min read
Using JavaScript to write PostgreSQL functions

Using JavaScript to write PostgreSQL functions

9
Comments
3 min read
Making your first Desktop Application with Electron

Making your first Desktop Application with Electron

15
Comments
3 min read
Create Next.js app in one command

Create Next.js app in one command

7
Comments
2 min read
5 reasons why YOU SHOULD LEARN React JS

5 reasons why YOU SHOULD LEARN React JS

23
Comments 3
6 min read
SASS (Syntactically Awesome StyleSheets)- Basics (Part 2)

SASS (Syntactically Awesome StyleSheets)- Basics (Part 2)

17
Comments 2
2 min read
Introduction to Javascript Universe part - 2

Introduction to Javascript Universe part - 2

12
Comments
3 min read
Upskill on JavaScript topics like closure, composition, and RegEx with these tutorials

Upskill on JavaScript topics like closure, composition, and RegEx with these tutorials

47
Comments
1 min read
Creating a spell checker plugin for Gatsby

Creating a spell checker plugin for Gatsby

14
Comments 2
3 min read
How I built a real world project for the first time 🌈

How I built a real world project for the first time 🌈

822
Comments 48
9 min read
Event Capturing and Bubbling in React

Event Capturing and Bubbling in React

67
Comments 5
3 min read
Values, Types, and Operators

Values, Types, and Operators

1
Comments
2 min read
JavaScript Code Daily Challenge #13

JavaScript Code Daily Challenge #13

7
Comments 2
1 min read
Destructuring from nested object and array

Destructuring from nested object and array

6
Comments
1 min read
How to push notification in website without using 3rd party software?

How to push notification in website without using 3rd party software?

1
Comments
1 min read
Syncing tabs via service worker

Syncing tabs via service worker

20
Comments
2 min read
Eleventy and Cloudinary images

Eleventy and Cloudinary images

19
Comments
5 min read
A Journey through React Rendering

A Journey through React Rendering

6
Comments
4 min read
A Simple Guide to JavaScript Conditions (If, Else If, Else and Switch Statement)

A Simple Guide to JavaScript Conditions (If, Else If, Else and Switch Statement)

14
Comments 1
6 min read
A Simple Guide to Loops In JavaScript( for, for...in, for...of, while and do...while loop)

A Simple Guide to Loops In JavaScript( for, for...in, for...of, while and do...while loop)

15
Comments
4 min read
ELOQUENT JAVASCRIPT : CHAPTER 3

ELOQUENT JAVASCRIPT : CHAPTER 3

6
Comments
4 min read
Introducing the AWS Amplify Admin UI: Create an Application Backend in Clicks

Introducing the AWS Amplify Admin UI: Create an Application Backend in Clicks

90
Comments 1
8 min read
CMS, Strapi.js/React, vs Django

CMS, Strapi.js/React, vs Django

2
Comments 13
1 min read
I've noticed my skills are very limited in every language I know

I've noticed my skills are very limited in every language I know

16
Comments 21
1 min read
Create a crazy input interaction with lax.js. 🤪

Create a crazy input interaction with lax.js. 🤪

31
Comments 6
5 min read
JavaScript Code Daily Challenge #10

JavaScript Code Daily Challenge #10

7
Comments 1
1 min read
How to Document an Express API with Swagger UI and JSDoc

How to Document an Express API with Swagger UI and JSDoc

181
Comments 39
13 min read
🚀 Top 33 JavaScript Projects on GitHub (December 2020)

🚀 Top 33 JavaScript Projects on GitHub (December 2020)

90
Comments 3
3 min read
How to persist data to localStorage in React with hooks.

How to persist data to localStorage in React with hooks.

57
Comments 6
2 min read
What Are Truthy and Falsy in JavaScript?

What Are Truthy and Falsy in JavaScript?

7
Comments 2
2 min read
A Simple Guide to JavaScript Operators ( Assignment, Equality and Ternary).

A Simple Guide to JavaScript Operators ( Assignment, Equality and Ternary).

12
Comments
5 min read
Stop Using "data" as a Variable Name

Stop Using "data" as a Variable Name

330
Comments 56
4 min read
What are the most common lies told by programmers? Fredrik Christenson

What are the most common lies told by programmers? Fredrik Christenson

2
Comments
1 min read
Building a Meme Generator with RedwoodJS - the JavaScript Answer to Rails

Building a Meme Generator with RedwoodJS - the JavaScript Answer to Rails

28
Comments 2
9 min read
|RESTful| RESTful: Routes

|RESTful| RESTful: Routes

5
Comments 1
1 min read
Using PropTypes in React

Using PropTypes in React

13
Comments 3
3 min read
What in the Heck is JSX ?

What in the Heck is JSX ?

15
Comments 5
4 min read
LEARNING APIs

LEARNING APIs

7
Comments 5
1 min read
TypeScript vs JavaScript

TypeScript vs JavaScript

21
Comments 2
2 min read
A quick start with Next.js

A quick start with Next.js

26
Comments 2
2 min read
loading...