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.
REST countries API I need some help

REST countries API I need some help

9
Comments 3
1 min read
30 Days Of JavaScript Challenge

30 Days Of JavaScript Challenge

55
Comments
1 min read
Consuming an API in Svelte

Consuming an API in Svelte

91
Comments 2
4 min read
Top 10 Most Popular Programming languages and their Creators

Top 10 Most Popular Programming languages and their Creators

138
Comments 35
12 min read
Reverse Engineering Sphero R2D2 with JavaScript

Reverse Engineering Sphero R2D2 with JavaScript

20
Comments 2
9 min read
How & Why i designed ReactorJS

How & Why i designed ReactorJS

6
Comments
4 min read
replacing lodash.get with new js features

replacing lodash.get with new js features

7
Comments 1
4 min read
JavaScript Variables

JavaScript Variables

53
Comments
3 min read
Easy Cloudstack Installation - Your own cloud infrastructure

Easy Cloudstack Installation - Your own cloud infrastructure

10
Comments
5 min read
State machine advent: Accessing private actor state in components (23/24)

State machine advent: Accessing private actor state in components (23/24)

45
Comments
3 min read
Send Emails without a server-side code with Angular

Send Emails without a server-side code with Angular

10
Comments
1 min read
What is PassportJS And How To Integrate It?

What is PassportJS And How To Integrate It?

66
Comments
4 min read
3 reasons why I went framework agnostic and why you should do that too

3 reasons why I went framework agnostic and why you should do that too

113
Comments 21
5 min read
Connecting a React component to the application state via props

Connecting a React component to the application state via props

10
Comments
2 min read
How to Configure Prettier to Automate Code Formatting

How to Configure Prettier to Automate Code Formatting

8
Comments
3 min read
Nobody has to use HostListener

Nobody has to use HostListener

68
Comments 14
5 min read
Beginner's Guide to React.js

Beginner's Guide to React.js

64
Comments
4 min read
Setting up a React project using Webpack and Babel

Setting up a React project using Webpack and Babel

35
Comments
4 min read
Rewriting Apps in Ember Octane

Rewriting Apps in Ember Octane

10
Comments
9 min read
How to Get Started with TestCafe

How to Get Started with TestCafe

9
Comments
17 min read
awesome JavaScript and Reacties concepts in dev.to

awesome JavaScript and Reacties concepts in dev.to

8
Comments
1 min read
Embedded UI Components with Preact

Embedded UI Components with Preact

8
Comments
2 min read
Will Svelte ever beat the giants?

Will Svelte ever beat the giants?

16
Comments 8
3 min read
Building a Firebase CRUD Service for Angular

Building a Firebase CRUD Service for Angular

83
Comments 9
7 min read
Trying out code

Trying out code

3
Comments
4 min read
Top 5 things to remember when adding a GraphQL backend

Top 5 things to remember when adding a GraphQL backend

6
Comments
1 min read
Diving Into React Suspense Render-as-You-Fetch for REST APIs

Diving Into React Suspense Render-as-You-Fetch for REST APIs

55
Comments
6 min read
Event Sourcing Pattern

Event Sourcing Pattern

15
Comments 2
1 min read
Go channels in JS (4/5): Ranging

Go channels in JS (4/5): Ranging

18
Comments
4 min read
Modern JavaScript Tooling: Compiling

Modern JavaScript Tooling: Compiling

7
Comments
7 min read
Server-Sent Events and React

Server-Sent Events and React

32
Comments 3
3 min read
Project idea: Tinypost, a postman-ish command-line utility for fun and learning

Project idea: Tinypost, a postman-ish command-line utility for fun and learning

14
Comments 2
1 min read
Learning about CSS architecture

Learning about CSS architecture

70
Comments 5
3 min read
How to add internationalization 📙 to your React App ⚛️ in a SUPER-simple way

How to add internationalization 📙 to your React App ⚛️ in a SUPER-simple way

35
Comments 3
2 min read
Day 20 – Express Js Introduction - Learning Node JS In 30 Days [Mini series]

Day 20 – Express Js Introduction - Learning Node JS In 30 Days [Mini series]

16
Comments
2 min read
Solving React Hooks' invalid hook call warning

Solving React Hooks' invalid hook call warning

61
Comments 4
5 min read
State machine advent: Building hierarchy using the actor model and cross-machine communication (22/24)

State machine advent: Building hierarchy using the actor model and cross-machine communication (22/24)

44
Comments
7 min read
Create an AI opponent for your game using a genetic algorithm

Create an AI opponent for your game using a genetic algorithm

8
Comments
3 min read
How to build a web crawler with Node

How to build a web crawler with Node

183
Comments 3
8 min read
9 best open-source findings, November 2019

9 best open-source findings, November 2019

187
Comments 12
3 min read
Autosaving with React Hooks

Autosaving with React Hooks

69
Comments 5
3 min read
How to show phrases from textarea in paragraph?

How to show phrases from textarea in paragraph?

7
Comments
1 min read
Data Structures & Algorithms in JavaScript(Single Linked List) Part 2

Data Structures & Algorithms in JavaScript(Single Linked List) Part 2

11
Comments
3 min read
Intro to the Fetch API & Rendering Data with JavaScript

Intro to the Fetch API & Rendering Data with JavaScript

79
Comments 2
2 min read
Tutorial: Fullstack React Native with GraphQL

Tutorial: Fullstack React Native with GraphQL

13
Comments
8 min read
Vue Testing Crash Course

Vue Testing Crash Course

237
Comments 3
10 min read
Generate images from HTML in Node.js

Generate images from HTML in Node.js

177
Comments 24
2 min read
How to add third party scripts & inline scripts in your Nuxt.js app?

How to add third party scripts & inline scripts in your Nuxt.js app?

8
Comments 2
1 min read
I'm a professional React developer, and here's how I set up Sequelize with MySQL inside of Docker Compose for Microservices. #2

I'm a professional React developer, and here's how I set up Sequelize with MySQL inside of Docker Compose for Microservices. #2

28
Comments 6
1 min read
webpack-dev-serverでdisableHostCheckを使うのはもうやめろ

webpack-dev-serverでdisableHostCheckを使うのはもうやめろ

10
Comments
1 min read
Reading Snippets [19]

Reading Snippets [19]

4
Comments
1 min read
Reading Snippets [18]

Reading Snippets [18]

5
Comments
1 min read
Demo Firebase Project

Demo Firebase Project

7
Comments
1 min read
Reading Snippets [17]

Reading Snippets [17]

3
Comments
1 min read
Using VS Code and GitHub Gists As a Web Development Playground

Using VS Code and GitHub Gists As a Web Development Playground

126
Comments 6
1 min read
Quality Server-Side Rendering with React

Quality Server-Side Rendering with React

45
Comments 4
3 min read
TIL: Destructuring Property Assignment

TIL: Destructuring Property Assignment

49
Comments
2 min read
New personal website using GatsbyJS

New personal website using GatsbyJS

40
Comments 2
1 min read
Day 19 – Nodemon - Learning Node JS In 30 Days [Mini series]

Day 19 – Nodemon - Learning Node JS In 30 Days [Mini series]

13
Comments
3 min read
Lifting State Up

Lifting State Up

15
Comments 2
2 min read
loading...