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.
WP Snippet #005 Simple custom Rest Api route

WP Snippet #005 Simple custom Rest Api route

6
Comments
3 min read
Setup a Next.js project with PM2, Nginx and Yarn on Ubuntu 18.04

Setup a Next.js project with PM2, Nginx and Yarn on Ubuntu 18.04

118
Comments 5
4 min read
Array – JavaScript Series – Part 20

Array – JavaScript Series – Part 20

10
Comments
1 min read
Typescript The Power of SOC in Angular

Typescript The Power of SOC in Angular

13
Comments
1 min read
Faking errors to test error scenarios in Express API's

Faking errors to test error scenarios in Express API's

9
Comments
3 min read
Create a React.js, Tailwind with i18n project in a couple of minutes from Github

Create a React.js, Tailwind with i18n project in a couple of minutes from Github

11
Comments 4
2 min read
GUI automation test with puppeteer

GUI automation test with puppeteer

14
Comments 1
2 min read
Handling Observables with Structural Directives in Angular

Handling Observables with Structural Directives in Angular

135
Comments 2
10 min read
What to Choose Between Gridsome and NUXTJS

What to Choose Between Gridsome and NUXTJS

5
Comments 4
1 min read
Run useEffect Only Once :React

Run useEffect Only Once :React

5
Comments 1
1 min read
How to Protect Your Serverless HTTP API on AWS

How to Protect Your Serverless HTTP API on AWS

51
Comments 3
9 min read
How to use stub multiple API requests dynamically in Cypress

How to use stub multiple API requests dynamically in Cypress

10
Comments 6
2 min read
React Router Hooks - How To Use Them

React Router Hooks - How To Use Them

71
Comments
3 min read
How to reuse your Trix WYSIWYG editor with Vue?

How to reuse your Trix WYSIWYG editor with Vue?

10
Comments
4 min read
Use React Hooks & Context API to build a Redux style state container

Use React Hooks & Context API to build a Redux style state container

45
Comments 2
4 min read
15 JavaScript courses: Learn Web Development, HTML, and CSS

15 JavaScript courses: Learn Web Development, HTML, and CSS

79
Comments 1
10 min read
Building a Realtime Collaborative Microsoft Paint

Building a Realtime Collaborative Microsoft Paint

44
Comments 4
6 min read
Call() Apply() and Bind() in JavaScript

Call() Apply() and Bind() in JavaScript

24
Comments 2
2 min read
✨ Introducing use-places-autocomplete: React hook for Google Maps Places Autocomplete

✨ Introducing use-places-autocomplete: React hook for Google Maps Places Autocomplete

59
Comments 15
3 min read
Reverse an Integer--the Right Way

Reverse an Integer--the Right Way

17
Comments 1
3 min read
Learning to Love Testing Library

Learning to Love Testing Library

44
Comments 4
3 min read
What is preventDefault() in JS?

What is preventDefault() in JS?

14
Comments 3
1 min read
How to use NFC tags with React Native

How to use NFC tags with React Native

25
Comments 2
1 min read
Advanced TypeScript Exercises - Question 1

Advanced TypeScript Exercises - Question 1

207
Comments 15
1 min read
Add a Table of Contents with Smooth scroll using Gatsby and MDX

Add a Table of Contents with Smooth scroll using Gatsby and MDX

11
Comments
9 min read
JavaScript Saved My Life

JavaScript Saved My Life

30
Comments 9
3 min read
Frontend Roadmap in 2020

Frontend Roadmap in 2020

108
Comments 7
1 min read
Speech to text in the browser with the Web Speech API

Speech to text in the browser with the Web Speech API

79
Comments 6
7 min read
Creating a custom react hook for markdown parsing

Creating a custom react hook for markdown parsing

14
Comments 2
3 min read
Mutation-first development: a call to action

Mutation-first development: a call to action

22
Comments
5 min read
Understanding Redux

Understanding Redux

9
Comments
3 min read
Forwarding Refs in React

Forwarding Refs in React

62
Comments 1
4 min read
Javascript types and type checking

Javascript types and type checking

7
Comments
4 min read
Looping over array in JavaScript

Looping over array in JavaScript

6
Comments
2 min read
Twilio and Node - Send Your First Text Message

Twilio and Node - Send Your First Text Message

71
Comments 5
4 min read
Return in Functions – JavaScript Series – Part 19

Return in Functions – JavaScript Series – Part 19

3
Comments
1 min read
Focus of Coding

Focus of Coding

7
Comments
1 min read
Why React is a Sublime for Front end Development

Why React is a Sublime for Front end Development

6
Comments 1
3 min read
Tailwind Nord plugin!

Tailwind Nord plugin!

8
Comments 2
1 min read
Crea tu propio blockChain con Js

Crea tu propio blockChain con Js

10
Comments 1
7 min read
Letting users search the database with a simple one-liner string (and let user decide which field to search)

Letting users search the database with a simple one-liner string (and let user decide which field to search)

6
Comments
1 min read
I talked 🗣🎙 about "create-awesome-package" at NodeJS Berlin(Germany 🇩🇪)

I talked 🗣🎙 about "create-awesome-package" at NodeJS Berlin(Germany 🇩🇪)

11
Comments
1 min read
Deploy an application on Glitch in 5 steps

Deploy an application on Glitch in 5 steps

5
Comments
3 min read
Custom Template Filter In Django

Custom Template Filter In Django

7
Comments
1 min read
What every relational database developer needs to know about NoSQL

What every relational database developer needs to know about NoSQL

153
Comments 11
2 min read
Send automated Discord messages through Webhooks using JavaScript

Send automated Discord messages through Webhooks using JavaScript

58
Comments 57
4 min read
Virtual scrolling: Core principles and basic implementation in React

Virtual scrolling: Core principles and basic implementation in React

74
Comments 2
14 min read
Advanced TypeScript Exercises - Question 2

Advanced TypeScript Exercises - Question 2

20
Comments 6
1 min read
DEV.to Javascript API Lib? Interested?

DEV.to Javascript API Lib? Interested?

14
Comments 8
1 min read
Building Bridges with Other Departments in Developer Relations

Building Bridges with Other Departments in Developer Relations

15
Comments 2
10 min read
My Journey Through Tech:Fullstack Blockchain Course Section 1

My Journey Through Tech:Fullstack Blockchain Course Section 1

33
Comments
5 min read
Introducing Lumberjack: an Automated Accessibility Scanner

Introducing Lumberjack: an Automated Accessibility Scanner

37
Comments
2 min read
Make a Camera App in Web (Part 2): Capturing the image

Make a Camera App in Web (Part 2): Capturing the image

7
Comments
4 min read
Proto and Prototype in Javascript

Proto and Prototype in Javascript

20
Comments 2
3 min read
Creating a Basic Server with Express.js

Creating a Basic Server with Express.js

10
Comments
10 min read
Absolute Paths in Svelte

Absolute Paths in Svelte

35
Comments 5
1 min read
What is a best / simplest way to serialize / deserialize JavaScript objects?

What is a best / simplest way to serialize / deserialize JavaScript objects?

8
Comments 3
1 min read
Top 30 Javascript Interview Warmup Exercises Part 3

Top 30 Javascript Interview Warmup Exercises Part 3

90
Comments 2
8 min read
Using Your Mind to Print Hello World to the Terminal with Node

Using Your Mind to Print Hello World to the Terminal with Node

22
Comments
7 min read
Jest Run It - Run and debug individual Jest tests from VS Code

Jest Run It - Run and debug individual Jest tests from VS Code

9
Comments
1 min read
loading...