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.
VScode Extension For Converting Documentation In MD Files

VScode Extension For Converting Documentation In MD Files

5
Comments
1 min read
I created Git-Widget for websites/blogs.

I created Git-Widget for websites/blogs.

49
Comments 7
1 min read
site views counter tutorial

site views counter tutorial

6
Comments
1 min read
Using `styled-components` to Style Someone Else's Component

Using `styled-components` to Style Someone Else's Component

7
Comments
2 min read
Array functions in JavaScript

Array functions in JavaScript

7
Comments 2
4 min read
Bring out yer dead!

Bring out yer dead!

3
Comments
1 min read
Make your `console.life` easy !

Make your `console.life` easy !

8
Comments 2
1 min read
Die drei wichtigsten JavaScript-Frameworks für 2020

Die drei wichtigsten JavaScript-Frameworks für 2020

3
Comments 2
6 min read
How I feel reactJs project after JavaScript.

How I feel reactJs project after JavaScript.

6
Comments
2 min read
JavaScript: Skip Values In Destructuring

JavaScript: Skip Values In Destructuring

87
Comments 4
3 min read
React HOC for dummies

React HOC for dummies

10
Comments
5 min read
Do you know the board game risk? 🌍

Do you know the board game risk? 🌍

5
Comments 9
1 min read
Learning JavaScript shouldn't be hard in 2020

Learning JavaScript shouldn't be hard in 2020

203
Comments 2
5 min read
How I built 'grotesk' a react component (and css library) that makes web type simple

How I built 'grotesk' a react component (and css library) that makes web type simple

5
Comments
3 min read
🧟 Emojis can be wicked

🧟 Emojis can be wicked

4
Comments 2
4 min read
Refactoring a Class Component to a Functional Component w/ State Hooks

Refactoring a Class Component to a Functional Component w/ State Hooks

10
Comments
2 min read
Understanding Express Middleware{A beginners guide}

Understanding Express Middleware{A beginners guide}

30
Comments
3 min read
The "best" web framework?

The "best" web framework?

9
Comments 4
1 min read
Continuous Deployment with Gatsby Cloud and Firebase

Continuous Deployment with Gatsby Cloud and Firebase

46
Comments 10
3 min read
Should I learn MERN stack?

Should I learn MERN stack?

5
Comments 2
1 min read
5 non-technical skills you don't learn at university

5 non-technical skills you don't learn at university

147
Comments 6
5 min read
Web Share API

Web Share API

97
Comments 1
3 min read
Getting Started with Javascript Testing

Getting Started with Javascript Testing

75
Comments
2 min read
BUILDING A BOOK FINDER APP USING GOOGLE BOOK API

BUILDING A BOOK FINDER APP USING GOOGLE BOOK API

12
Comments
7 min read
Everything You Need To Know About Socket.IO

Everything You Need To Know About Socket.IO

28
Comments
9 min read
8 SEO best practices for Web Developers

8 SEO best practices for Web Developers

16
Comments
4 min read
Learn Basic JavaScript In 30 Days [Mini tutorial with free PDF]

Learn Basic JavaScript In 30 Days [Mini tutorial with free PDF]

15
Comments
3 min read
Utility Props for Web Components

Utility Props for Web Components

8
Comments
12 min read
Javascript Magic Show: Mutability

Javascript Magic Show: Mutability

7
Comments
5 min read
Getting started with React and D3

Getting started with React and D3

34
Comments 1
7 min read
How to Add Role-Based-Access-Control to Your Serverless HTTP API on AWS

How to Add Role-Based-Access-Control to Your Serverless HTTP API on AWS

24
Comments
11 min read
NodeWatch/Bangle.js demo talk

NodeWatch/Bangle.js demo talk

4
Comments
1 min read
How to Write Upgradable Smart Contracts (Smart Contract Versioning)

How to Write Upgradable Smart Contracts (Smart Contract Versioning)

11
Comments
19 min read
Notes on TypeScript: Building a validation library

Notes on TypeScript: Building a validation library

20
Comments 2
4 min read
Working with RingCentral Webhooks

Working with RingCentral Webhooks

7
Comments
5 min read
Dom Event Introduction - JavaScript Series - Part 27

Dom Event Introduction - JavaScript Series - Part 27

10
Comments
2 min read
JavaScript and CSS progress bar

JavaScript and CSS progress bar

20
Comments 2
2 min read
What's your way of publishing Node.js library for the browser? (also, introducing Rollup)

What's your way of publishing Node.js library for the browser? (also, introducing Rollup)

46
Comments 3
2 min read
My Developer Setup

My Developer Setup

13
Comments
1 min read
Refactor our last tutorial code - JavaScript Series - Part 29

Refactor our last tutorial code - JavaScript Series - Part 29

7
Comments
2 min read
CALLBACK FUNCTIONS

CALLBACK FUNCTIONS

11
Comments 2
4 min read
Best nodeJS resources

Best nodeJS resources

13
Comments
2 min read
10+ bonus resources from the Dev Weekly newsletter (Issue #28) 📧

10+ bonus resources from the Dev Weekly newsletter (Issue #28) 📧

20
Comments
3 min read
Add New Anime On The List Using Event - JavaScript Series - Part 28

Add New Anime On The List Using Event - JavaScript Series - Part 28

3
Comments
1 min read
Jquery - JavaScript Series - Part 30

Jquery - JavaScript Series - Part 30

3
Comments
2 min read
On Deno and the future of Node

On Deno and the future of Node

150
Comments 27
5 min read
Deploying Vue App from Github to Netlify

Deploying Vue App from Github to Netlify

35
Comments 2
3 min read
Introducing the DEV Social Badge

Introducing the DEV Social Badge

78
Comments 6
1 min read
How to Handle Dynamic Import Errors in Vuejs

How to Handle Dynamic Import Errors in Vuejs

8
Comments
2 min read
How to build and publish npm package.

How to build and publish npm package.

4
Comments
1 min read
How to Lazy Load Images

How to Lazy Load Images

139
Comments 5
4 min read
15+ Articles of February to Learn JavaScript

15+ Articles of February to Learn JavaScript

91
Comments 2
4 min read
OWASP Top 10 Security Vulnerabilities

OWASP Top 10 Security Vulnerabilities

88
Comments 1
5 min read
Configure a Proxy in React

Configure a Proxy in React

24
Comments 1
1 min read
[Tutorial] Web Scraping with NodeJs and Cheerio

[Tutorial] Web Scraping with NodeJs and Cheerio

79
Comments 5
7 min read
Wrapping REST API calls with Apollo Client: 'do-it-yourself' approach

Wrapping REST API calls with Apollo Client: 'do-it-yourself' approach

62
Comments 3
5 min read
Learn Alpine JS in this free interactive tutorial

Learn Alpine JS in this free interactive tutorial

35
Comments 1
7 min read
ReactJS -- If it is setting a state with the same value, will the component be re-rendered?

ReactJS -- If it is setting a state with the same value, will the component be re-rendered?

22
Comments 18
1 min read
Conceptual Gaps in Declarative Frontend Frameworks - Part 2 - Animations and Transitions Are Not "Nice To Have"

Conceptual Gaps in Declarative Frontend Frameworks - Part 2 - Animations and Transitions Are Not "Nice To Have"

9
Comments 7
5 min read
Self-Documenting Function Calls

Self-Documenting Function Calls

12
Comments 5
6 min read
loading...