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.
This binding in JavaScript - 1. Default binding

This binding in JavaScript - 1. Default binding

19
Comments
2 min read
10 JavaScript Concepts You Should Learn to Master React

10 JavaScript Concepts You Should Learn to Master React

437
Comments 9
12 min read
NPM Start Problems

NPM Start Problems

8
Comments 19
1 min read
Cancel your promises when a component unmounts

Cancel your promises when a component unmounts

35
Comments 10
4 min read
Rejects with Regex

Rejects with Regex

44
Comments
6 min read
How YOU can learn Node.js I/O, files and paths

How YOU can learn Node.js I/O, files and paths

155
Comments 6
9 min read
Prototype in Javascript - 02 - The __proto__ property

Prototype in Javascript - 02 - The __proto__ property

6
Comments 2
4 min read
Minifying Text-Based Resources

Minifying Text-Based Resources

6
Comments
3 min read
Utils for JavaScript - what do you use regularly?

Utils for JavaScript - what do you use regularly?

34
Comments 5
1 min read
Caching in Node.js using Redis

Caching in Node.js using Redis

236
Comments 7
5 min read
Using Opencage Gecoder API with REACT

Using Opencage Gecoder API with REACT

9
Comments 1
6 min read
JavaScript start-up performance using JSON.parse

JavaScript start-up performance using JSON.parse

6
Comments 1
1 min read
Announcing WheelJS - The Future of JavaScript

Announcing WheelJS - The Future of JavaScript

69
Comments 19
6 min read
Creating JSON.superStringify()

Creating JSON.superStringify()

11
Comments 1
4 min read
Awesome Javascript - Best Blogs,Books,People, Podcasts, Conferences, NewsLetters, Videos and Documentaries On The Web [Updated]

Awesome Javascript - Best Blogs,Books,People, Podcasts, Conferences, NewsLetters, Videos and Documentaries On The Web [Updated]

456
Comments 3
14 min read
Building client app using Github API in React + Redux

Building client app using Github API in React + Redux

9
Comments
5 min read
Why to use a Front end framework/library for your application

Why to use a Front end framework/library for your application

8
Comments 2
2 min read
Creating a Next.js app from a Dribbble design

Creating a Next.js app from a Dribbble design

15
Comments
3 min read
Composition in Svelte 3: slots

Composition in Svelte 3: slots

44
Comments
2 min read
Compile Svelte in your head ($$invalidate)

Compile Svelte in your head ($$invalidate)

10
Comments
14 min read
To fetch or not to fetch? That should be an option.

To fetch or not to fetch? That should be an option.

6
Comments
1 min read
5 tips to improve your React and JS code

5 tips to improve your React and JS code

229
Comments 14
4 min read
My Four Year Quest For Perfect Scala.js UI Development

My Four Year Quest For Perfect Scala.js UI Development

76
Comments 10
8 min read
React Tutorial: A Comprehensive Guide to Learning React JS in 2020

React Tutorial: A Comprehensive Guide to Learning React JS in 2020

151
Comments 4
22 min read
Getting More Out Of (And Into) Storage With JavaScript

Getting More Out Of (And Into) Storage With JavaScript

41
Comments 5
8 min read
You Don't Need CSS-in-JS: Why I Use Stylesheets

You Don't Need CSS-in-JS: Why I Use Stylesheets

86
Comments 23
5 min read
Comparing the top 3 Javascript testing frameworks

Comparing the top 3 Javascript testing frameworks

127
Comments 4
9 min read
Cypress - End to End Testing Framework

Cypress - End to End Testing Framework

545
Comments 17
14 min read
HOW-TO: Sign in with Apple on React and React-Native using Node

HOW-TO: Sign in with Apple on React and React-Native using Node

77
Comments 7
7 min read
Async Components, FileReader, and Angular

Async Components, FileReader, and Angular

10
Comments 2
3 min read
Create a Phoenix LiveView Like App in JS with AppRun

Create a Phoenix LiveView Like App in JS with AppRun

18
Comments 2
4 min read
Portfolio site for freelancers/web developers in minutes - React

Portfolio site for freelancers/web developers in minutes - React

48
Comments 1
1 min read
Lazy loading Angular components from Non-Angular applications

Lazy loading Angular components from Non-Angular applications

20
Comments
6 min read
Finally updated my personal site

Finally updated my personal site

37
Comments 18
1 min read
Code like a Fullstack girl updates #1

Code like a Fullstack girl updates #1

13
Comments
2 min read
Writing (clean) React code

Writing (clean) React code

405
Comments 15
4 min read
It's time to give a gleeful eye at RESTful APIs.

It's time to give a gleeful eye at RESTful APIs.

11
Comments 1
5 min read
My One-Man Hackathon Session

My One-Man Hackathon Session

6
Comments
2 min read
Automation with git hooks

Automation with git hooks

57
Comments
6 min read
Using Tailwind CSS with Vue.js

Using Tailwind CSS with Vue.js

80
Comments 8
6 min read
Changelog: DEV upgraded to Webpacker 4/Babel 7

Changelog: DEV upgraded to Webpacker 4/Babel 7

49
Comments 6
2 min read
Show Dev: Frontend as a Service to build custom apps

Show Dev: Frontend as a Service to build custom apps

46
Comments
4 min read
Building an Idle game Part 2 - The code

Building an Idle game Part 2 - The code

11
Comments
5 min read
Effector: we need to go deeper

Effector: we need to go deeper

76
Comments 7
17 min read
Validate a Binary Search Tree

Validate a Binary Search Tree

8
Comments
3 min read
React Next Starter using server-rendered with Next.js and Express.js

React Next Starter using server-rendered with Next.js and Express.js

16
Comments
1 min read
Stop reinventing server middlewares and take advantage of Express ecosystem

Stop reinventing server middlewares and take advantage of Express ecosystem

8
Comments
3 min read
Get files recursive with the Node.js File System (FS)

Get files recursive with the Node.js File System (FS)

14
Comments 2
1 min read
How many bits do you need to store 9007199254740992 different values?

How many bits do you need to store 9007199254740992 different values?

8
Comments
1 min read
Math.max() without Auguments

Math.max() without Auguments

6
Comments
2 min read
What I've learned creating a React / React Native performance monitor

What I've learned creating a React / React Native performance monitor

34
Comments 3
4 min read
Using Pre Request Script In Postman

Using Pre Request Script In Postman

9
Comments
5 min read
Advanced Angular Testing using Jasmine

Advanced Angular Testing using Jasmine

12
Comments
2 min read
Algorithm 202: 3 Ways to Sum a Range of Values

Algorithm 202: 3 Ways to Sum a Range of Values

7
Comments 5
1 min read
How to set up a CI/CD Pipeline for a node.js app with Github Actions

How to set up a CI/CD Pipeline for a node.js app with Github Actions

181
Comments 5
9 min read
An Approach to JavaScript Object Schema Migration

An Approach to JavaScript Object Schema Migration

44
Comments 3
5 min read
Open source Admin CRM template made using Quasar and Vue.js

Open source Admin CRM template made using Quasar and Vue.js

19
Comments 4
1 min read
Functional Programming.

Functional Programming.

13
Comments 3
1 min read
What Is React Native? The Rise of Hybrid Mobile Apps

What Is React Native? The Rise of Hybrid Mobile Apps

9
Comments 1
5 min read
15+ Best Dark admin template for 2023

15+ Best Dark admin template for 2023

34
Comments 1
9 min read
loading...