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.
Closer Look At The DNA Of The OpenFin Platform API

Closer Look At The DNA Of The OpenFin Platform API

9
Comments
7 min read
Wrapping nuxt-links to make your Vue.js components Nuxt.js agnostic.

Wrapping nuxt-links to make your Vue.js components Nuxt.js agnostic.

6
Comments 2
3 min read
Make your own customized and reusable React Native button component

Make your own customized and reusable React Native button component

20
Comments 2
4 min read
Caching network requests on the frontend

Caching network requests on the frontend

97
Comments 8
5 min read
Github repositories every aspiring developer should check out

Github repositories every aspiring developer should check out

28
Comments
4 min read
Build A Todo App with React, MongoDB, ExpressJS, and NodeJS Part 2 (Frontend)

Build A Todo App with React, MongoDB, ExpressJS, and NodeJS Part 2 (Frontend)

11
Comments
6 min read
Learning Destructuring

Learning Destructuring

9
Comments
1 min read
TIL: How to pause an infinite JavaScript loop in Chrome

TIL: How to pause an infinite JavaScript loop in Chrome

12
Comments 1
1 min read
Handy JavaScript Array Tips

Handy JavaScript Array Tips

42
Comments 2
6 min read
Week 1 of #100Days100Projects

Week 1 of #100Days100Projects

11
Comments
1 min read
Killing The COVID-19 🐍

Killing The COVID-19 🐍

8
Comments 8
1 min read
Mocking the window object in unit tests

Mocking the window object in unit tests

17
Comments 2
5 min read
Creating a Real-Time Location Tracking App with NativeScript-Vue

Creating a Real-Time Location Tracking App with NativeScript-Vue

12
Comments 1
11 min read
This binding in JavaScript - 2. Implicit binding

This binding in JavaScript - 2. Implicit binding

8
Comments
2 min read
Cleaner short circuits with optional chaining.

Cleaner short circuits with optional chaining.

11
Comments
1 min read
"use strict" in JavaScript: A Deep Dive

"use strict" in JavaScript: A Deep Dive

8
Comments
7 min read
How to Load a PDF in a Browser from a PDF Byte Array

How to Load a PDF in a Browser from a PDF Byte Array

10
Comments 1
2 min read
jQuery Inheritance

jQuery Inheritance

8
Comments
1 min read
As a BackEnd Dev, what is your biggest struggle while learning Front End Technologies?

As a BackEnd Dev, what is your biggest struggle while learning Front End Technologies?

11
Comments 8
1 min read
Foundational JavaScript Concepts: Variable Assignment and Primitive/Object Mutability

Foundational JavaScript Concepts: Variable Assignment and Primitive/Object Mutability

57
Comments 1
6 min read
Learn JavaScript Sets (Simple Yet Powerful Built-In Objects)

Learn JavaScript Sets (Simple Yet Powerful Built-In Objects)

79
Comments 7
2 min read
Getting Started with Vue 3: Composition API

Getting Started with Vue 3: Composition API

7
Comments
1 min read
Creating a pdf.file using react

Creating a pdf.file using react

7
Comments 1
3 min read
How to build a pricing slider - Vue

How to build a pricing slider - Vue

11
Comments
4 min read
Best way to improve your React code

Best way to improve your React code

43
Comments 6
2 min read
let vs const - Let's discuss.

let vs const - Let's discuss.

16
Comments 17
2 min read
Learn 6 ES6 Javascript Equivalents to C# LINQ Methods

Learn 6 ES6 Javascript Equivalents to C# LINQ Methods

8
Comments
3 min read
Let's implement a Theme Switch 🎨 like the Angular Material Site

Let's implement a Theme Switch 🎨 like the Angular Material Site

129
Comments 19
11 min read
Min stack

Min stack

9
Comments
3 min read
create react app + preact = 💖

create react app + preact = 💖

11
Comments
1 min read
Show Dev: Track Timezone - Track timezones in ease

Show Dev: Track Timezone - Track timezones in ease

9
Comments 1
1 min read
Using Custom React Hooks to Listen to DOM Events

Using Custom React Hooks to Listen to DOM Events

5
Comments 1
6 min read
Create Chrome Extension in React

Create Chrome Extension in React

237
Comments 29
4 min read
LETS Try REDWOODJS

LETS Try REDWOODJS

3
Comments
1 min read
Getting started in React with Webpack

Getting started in React with Webpack

12
Comments
4 min read
SPA with 4x100% lighthouse score - Part 1: The tech stack

SPA with 4x100% lighthouse score - Part 1: The tech stack

38
Comments
7 min read
Solid Principles in Javascript

Solid Principles in Javascript

154
Comments 11
4 min read
Tip: Remove Material UI's AppBar elevation

Tip: Remove Material UI's AppBar elevation

15
Comments 3
1 min read
Two things to immediately take note of when using JavaScript's array sort() method

Two things to immediately take note of when using JavaScript's array sort() method

7
Comments
1 min read
How to create a basic npx command-line library

How to create a basic npx command-line library

27
Comments 6
3 min read
Cleaning up imports using module resolver in React Native

Cleaning up imports using module resolver in React Native

56
Comments 3
3 min read
ArrayCeption

ArrayCeption

6
Comments
3 min read
Kissing JavaScript #2 globals.js

Kissing JavaScript #2 globals.js

8
Comments
3 min read
Express JS & Nunjucks Tutorial : Part 1 Basics Of Express JS

Express JS & Nunjucks Tutorial : Part 1 Basics Of Express JS

5
Comments
1 min read
Understanding node.js before diving in

Understanding node.js before diving in

16
Comments 2
9 min read
ES6 Generator 와 ES7 Generator의 차이점?

ES6 Generator 와 ES7 Generator의 차이점?

7
Comments
2 min read
Algorithms

Algorithms

6
Comments
3 min read
Decentralised web apps: How to Deploy your web app onto IPFS with Fleek

Decentralised web apps: How to Deploy your web app onto IPFS with Fleek

21
Comments
3 min read
Building a open source e-commerce platform

Building a open source e-commerce platform

7
Comments
1 min read
Testing Out MongoDB + Express + React + Node + Sendgrid + Heroku

Testing Out MongoDB + Express + React + Node + Sendgrid + Heroku

9
Comments 3
4 min read
What I learned as a Junior Software Developer at a startup

What I learned as a Junior Software Developer at a startup

9
Comments 1
2 min read
There are 9 falsy values in JavaScript inside of a browser. Can you name them all?

There are 9 falsy values in JavaScript inside of a browser. Can you name them all?

49
Comments 10
2 min read
🛠✨ Demystifying SSR, CSR, universal and static rendering with animations

🛠✨ Demystifying SSR, CSR, universal and static rendering with animations

753
Comments 27
2 min read
The Walkthrough: Two Sum (LeetCode 1)

The Walkthrough: Two Sum (LeetCode 1)

7
Comments
3 min read
How to use Verdaccio with GitHub registry

How to use Verdaccio with GitHub registry

21
Comments
5 min read
Ionic Modal In Vue JS, Managing Events

Ionic Modal In Vue JS, Managing Events

5
Comments 16
5 min read
Code like a Fullstack girl updates #3

Code like a Fullstack girl updates #3

4
Comments
1 min read
What are ES6 Classes?

What are ES6 Classes?

8
Comments
3 min read
How to Upload a File Using Django REST Framework

How to Upload a File Using Django REST Framework

31
Comments
6 min read
Getting error while calling the function of ContractManager in HeaderMenu

Getting error while calling the function of ContractManager in HeaderMenu

6
Comments
5 min read
loading...