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.
How do you convert less stylesheets to styled components?

How do you convert less stylesheets to styled components?

14
Comments 3
7 min read
DevTools - My Favorite Tips and Tricks

DevTools - My Favorite Tips and Tricks

154
Comments 4
5 min read
Making WebSocket in Sync With User Internet Connectivity in React Using Redux Part 1

Making WebSocket in Sync With User Internet Connectivity in React Using Redux Part 1

11
Comments
8 min read
This is how to easily deploy a static site to Azure

This is how to easily deploy a static site to Azure

17
Comments 4
10 min read
Weekly Coding Challenge - Week #12 - Toggle

Weekly Coding Challenge - Week #12 - Toggle

18
Comments
1 min read
How to use Local Storage with JavaScript

How to use Local Storage with JavaScript

11
Comments 1
6 min read
CSS Flexbox Javascript Image Slider - Building a Blog, Part 3

CSS Flexbox Javascript Image Slider - Building a Blog, Part 3

16
Comments
3 min read
JavaScript ES8 Object.entries/values

JavaScript ES8 Object.entries/values

8
Comments
1 min read
Messing with CSS through its JavaScript API

Messing with CSS through its JavaScript API

73
Comments
9 min read
You Pick Which Angular Bundles to Preload

You Pick Which Angular Bundles to Preload

47
Comments 1
4 min read
Using The Movie Database (TMDb) with Vue.js and axios

Using The Movie Database (TMDb) with Vue.js and axios

18
Comments
3 min read
JavaScript Async/Await Promise All Array Destructuring

JavaScript Async/Await Promise All Array Destructuring

7
Comments
1 min read
How to use git branches for the organized code base you always wanted

How to use git branches for the organized code base you always wanted

9
Comments
1 min read
ES7 Async/Await with React Native

ES7 Async/Await with React Native

8
Comments
1 min read
Easy Way To Find Weekday From a Given Date String

Easy Way To Find Weekday From a Given Date String

6
Comments
2 min read
JavaScript Named Parameters

JavaScript Named Parameters

11
Comments
1 min read
Understanding Redux

Understanding Redux

7
Comments
3 min read
Simple backend system for frontend workshops in Javascript

Simple backend system for frontend workshops in Javascript

65
Comments
4 min read
Easy apps with hyperHTML — 4, wire types and intents

Easy apps with hyperHTML — 4, wire types and intents

7
Comments
6 min read
Microsoft Azure For Spoiled People 2: Deploy your App using Azure Pipelines

Microsoft Azure For Spoiled People 2: Deploy your App using Azure Pipelines

49
Comments 1
4 min read
Interacting with Microsoft's LED art piece at JSConf EU

Interacting with Microsoft's LED art piece at JSConf EU

10
Comments
3 min read
So you want to get started with AR.js

So you want to get started with AR.js

35
Comments 1
8 min read
How to Create a Business Data Dashboard in React

How to Create a Business Data Dashboard in React

114
Comments 5
7 min read
What's new in Node?

What's new in Node?

6
Comments
1 min read
How I Built This: IsraelVC — Gatsby, Google Sheets, Now Serverless

How I Built This: IsraelVC — Gatsby, Google Sheets, Now Serverless

20
Comments 3
8 min read
“Communicating your needs” / TypeScript’s value from a Buddhist perspective (part 1)

“Communicating your needs” / TypeScript’s value from a Buddhist perspective (part 1)

18
Comments 9
4 min read
Learning React in 2019: What is React?

Learning React in 2019: What is React?

65
Comments
3 min read
One loop in the main loop. Vs Two loop in the main loop.

One loop in the main loop. Vs Two loop in the main loop.

5
Comments
1 min read
React Hook (useState) with React Context API

React Hook (useState) with React Context API

34
Comments
6 min read
Staying motivated...😕😲

Staying motivated...😕😲

20
Comments 9
1 min read
Generate serverless HTML forms in an instant

Generate serverless HTML forms in an instant

16
Comments
3 min read
Scraping infinite loading (ie: Product Hunt) pages! Without using ajax!

Scraping infinite loading (ie: Product Hunt) pages! Without using ajax!

50
Comments 2
7 min read
Sending Emails With AWS SES

Sending Emails With AWS SES

7
Comments
3 min read
The great iterate debate: filter/map, reduce, or for?

The great iterate debate: filter/map, reduce, or for?

7
Comments 3
6 min read
Mint 🍃: Routing

Mint 🍃: Routing

12
Comments 2
3 min read
What are you using RegEx for?

What are you using RegEx for?

9
Comments 3
1 min read
Creating Beautiful Virtualized Lists with Material-UI and React Virtuoso

Creating Beautiful Virtualized Lists with Material-UI and React Virtuoso

51
Comments 2
3 min read
Easy apps with hyperHTML — 3, components and state

Easy apps with hyperHTML — 3, components and state

7
Comments
6 min read
How I moved my blog to a static site using Dojo

How I moved my blog to a static site using Dojo

6
Comments
6 min read
Docker For Frontend Developers

Docker For Frontend Developers

1910
Comments 52
5 min read
Building the Hardware of our LED art installation for Festival X (JSConf.EU and CSSConf EU)

Building the Hardware of our LED art installation for Festival X (JSConf.EU and CSSConf EU)

11
Comments
12 min read
AWS SNS & SQS Event Bus

AWS SNS & SQS Event Bus

17
Comments
5 min read
Demystifying Platform as a Service (PaaS)

Demystifying Platform as a Service (PaaS)

16
Comments
8 min read
JavaScript Regular Expressions in Action - Make a Relative Time Parser

JavaScript Regular Expressions in Action - Make a Relative Time Parser

11
Comments
7 min read
React Native App Development on Physical Android device on Windows

React Native App Development on Physical Android device on Windows

7
Comments
2 min read
Regular Expressions for Regular People

Regular Expressions for Regular People

10
Comments
7 min read
React Native Calculate View Dimensions dynamically on Button click

React Native Calculate View Dimensions dynamically on Button click

6
Comments
1 min read
How to create a Word document with JavaScript

How to create a Word document with JavaScript

19
Comments
6 min read
Handling Authentication in React with Context and Hooks

Handling Authentication in React with Context and Hooks

18
Comments 1
1 min read
Font size detective

Font size detective

3
Comments
1 min read
Why copying can be tricky?

Why copying can be tricky?

15
Comments 2
2 min read
My Architecture Failures and Solutions

My Architecture Failures and Solutions

11
Comments
8 min read
Create a Wordpress Gutenberg-Block with all React-lifecycle methods in 5 Minutes

Create a Wordpress Gutenberg-Block with all React-lifecycle methods in 5 Minutes

42
Comments 8
3 min read
Micropost: Encrypted messages to my future self

Micropost: Encrypted messages to my future self

6
Comments
1 min read
Strategically logging messages to the console

Strategically logging messages to the console

42
Comments
5 min read
Theme your app with Styled Components 💅 in Vue

Theme your app with Styled Components 💅 in Vue

16
Comments
2 min read
Hey Alice what's the big deal about the JavaScript's strict mode ?

Hey Alice what's the big deal about the JavaScript's strict mode ?

38
Comments
4 min read
Pointcloud effect in Three.js

Pointcloud effect in Three.js

106
Comments 11
4 min read
Using Snippy to Upload Images to the WordPress Media Library

Using Snippy to Upload Images to the WordPress Media Library

12
Comments
4 min read
8 great reads for aspiring JavaScript devs 📚

8 great reads for aspiring JavaScript devs 📚

678
Comments 10
3 min read
loading...