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's the best charts library with a small bundle size?

What's the best charts library with a small bundle size?

16
Comments 10
1 min read
Takeaways from ReactFoo+VueDay Pune

Takeaways from ReactFoo+VueDay Pune

4
Comments 1
1 min read
Say Goodbye To Provider Hell With react-component-pack

Say Goodbye To Provider Hell With react-component-pack

65
Comments 5
1 min read
🗼 Top Developer Mindset 1

🗼 Top Developer Mindset 1

7
Comments 1
3 min read
An Introduction to Big O Notation

An Introduction to Big O Notation

12
Comments 1
4 min read
Build Your First Vue.js App (in About 30 Minutes)

Build Your First Vue.js App (in About 30 Minutes)

22
Comments
21 min read
Handling Authentication With JWT

Handling Authentication With JWT

228
Comments 5
4 min read
Avoiding mutable global state in browser JS

Avoiding mutable global state in browser JS

9
Comments
14 min read
Recreating Digital Art (Part 1)

Recreating Digital Art (Part 1)

21
Comments 2
5 min read
Rate my personal website

Rate my personal website

10
Comments 9
1 min read
React Lifecycle Methods Explained

React Lifecycle Methods Explained

80
Comments 2
2 min read
The Magic Behind JavaScript Syntax Shortcuts

The Magic Behind JavaScript Syntax Shortcuts

82
Comments 2
4 min read
What's the worst code you have seen by a senior dev?

What's the worst code you have seen by a senior dev?

5
Comments 19
1 min read
Express-approved middlewares to use in your API

Express-approved middlewares to use in your API

64
Comments 2
5 min read
How Autotracking Works

How Autotracking Works

21
Comments
20 min read
Implementing a serverless API proxy in 10 minutes

Implementing a serverless API proxy in 10 minutes

17
Comments 5
8 min read
Take 'this' Quiz, Understand How 'this' Works in JavaScript

Take 'this' Quiz, Understand How 'this' Works in JavaScript

726
Comments 39
4 min read
Managing state in Svelte

Managing state in Svelte

74
Comments 9
3 min read
Returning part of a string data using map()

Returning part of a string data using map()

3
Comments 6
1 min read
== (or) ===? What do you prefer and why?

== (or) ===? What do you prefer and why?

3
Comments 4
1 min read
Curveball - A typescript microframework

Curveball - A typescript microframework

47
Comments 6
5 min read
Migrating My Gatsby Site to Glitch

Migrating My Gatsby Site to Glitch

78
Comments 11
5 min read
Full Stack Asp.Net Core App (Bootcamp Project) - Part 3 - The Web API

Full Stack Asp.Net Core App (Bootcamp Project) - Part 3 - The Web API

19
Comments 2
6 min read
Build a Health Blog With Video Using Preact.js, Netlify CMS, and Vonage

Build a Health Blog With Video Using Preact.js, Netlify CMS, and Vonage

14
Comments
11 min read
How I used React-Loadable to more than halve my React app's load time

How I used React-Loadable to more than halve my React app's load time

22
Comments 20
2 min read
Advanced View Features in AppRun

Advanced View Features in AppRun

6
Comments
4 min read
Estruturas Imutáveis

Estruturas Imutáveis

4
Comments
3 min read
Export Violations From JFrog Xray to CSV

Export Violations From JFrog Xray to CSV

9
Comments
2 min read
A quick set of questions beginners can ask to know which javascript array method to use!

A quick set of questions beginners can ask to know which javascript array method to use!

9
Comments
3 min read
Five languages for WordPress Developers to learn in 2020

Five languages for WordPress Developers to learn in 2020

12
Comments
38 min read
How to analyze your npm dependencies for better, more maintainable code

How to analyze your npm dependencies for better, more maintainable code

36
Comments
12 min read
Managing Remote Data with SWR

Managing Remote Data with SWR

26
Comments 3
4 min read
Eliminating Render-Blocking JavaScript and CSS on WordPress

Eliminating Render-Blocking JavaScript and CSS on WordPress

10
Comments
6 min read
Everything you need to know about NaN in JavaScript

Everything you need to know about NaN in JavaScript

7
Comments 1
5 min read
React Hooks to Tame the Complexity

React Hooks to Tame the Complexity

8
Comments
3 min read
Building simple spreadsheet in React

Building simple spreadsheet in React

19
Comments
1 min read
How to convert Excel to HTML and JSON and vice versa

How to convert Excel to HTML and JSON and vice versa

15
Comments
3 min read
Memoization in JS

Memoization in JS

15
Comments 8
2 min read
Large Scale Geospatial Visualization with Deck.gl, Mapbox-gl and Vue.js

Large Scale Geospatial Visualization with Deck.gl, Mapbox-gl and Vue.js

78
Comments 6
6 min read
Stacks and Queues

Stacks and Queues

6
Comments 3
3 min read
5 Best Front-end JavaScript Frameworks: Multi-Year Developer Surveys Visualized

5 Best Front-end JavaScript Frameworks: Multi-Year Developer Surveys Visualized

71
Comments 3
6 min read
So I created a Docker image for Elm Test and here's why

So I created a Docker image for Elm Test and here's why

11
Comments
2 min read
Nodejs Design Pattern

Nodejs Design Pattern

19
Comments
8 min read
Top Programming Languages to Use in 2020

Top Programming Languages to Use in 2020

39
Comments 2
6 min read
TypeORMにおいて、`date` は `Date` でなく `string` にmapされるので気をつけましょう

TypeORMにおいて、`date` は `Date` でなく `string` にmapされるので気をつけましょう

6
Comments
1 min read
Amazing list of resources for Javascript Interview

Amazing list of resources for Javascript Interview

43
Comments
14 min read
Learning Frontend as a Backend dev

Learning Frontend as a Backend dev

12
Comments 5
1 min read
Javascript Array Condensing

Javascript Array Condensing

6
Comments 10
1 min read
How to choose your JAM stack

How to choose your JAM stack

15
Comments
5 min read
Stop using for loops, here are other cool options

Stop using for loops, here are other cool options

17
Comments 10
4 min read
Persisting React State in localStorage

Persisting React State in localStorage

118
Comments 4
4 min read
The Other Stuff - You know JavaScript, what else is there?

The Other Stuff - You know JavaScript, what else is there?

5
Comments 2
5 min read
Make a GraphQL Query Dynamic with Variables and Urqls useQuery Hook

Make a GraphQL Query Dynamic with Variables and Urqls useQuery Hook

13
Comments
2 min read
Incrementally migrating a CRA application to TypeScript without ejecting

Incrementally migrating a CRA application to TypeScript without ejecting

42
Comments 3
5 min read
WP Snippet #007 Get and Post to remote Api with Php.

WP Snippet #007 Get and Post to remote Api with Php.

11
Comments
3 min read
Effective Profiling in Google Chrome

Effective Profiling in Google Chrome

10
Comments
11 min read
Simple Stopwatch Web App

Simple Stopwatch Web App

5
Comments
1 min read
Understanding the package.json file

Understanding the package.json file

141
Comments 5
5 min read
Full Stack Asp.Net Core App (Bootcamp Project) - Part 2 - The Database and (Razor) Pages

Full Stack Asp.Net Core App (Bootcamp Project) - Part 2 - The Database and (Razor) Pages

23
Comments 2
5 min read
. Remembering .reduce() arguments ?

. Remembering .reduce() arguments ?

5
Comments 2
1 min read
loading...