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.
Using very few lines of code and just geometric shapes, you can make beautiful designs.

Using very few lines of code and just geometric shapes, you can make beautiful designs.

2
Comments
1 min read
How I Used Brotli:11 to Get Even Smaller CSS and JavaScript Files at CDN Scale

How I Used Brotli:11 to Get Even Smaller CSS and JavaScript Files at CDN Scale

8
Comments
9 min read
Is there anywhere to propose new JavaScript features other than es-discuss?

Is there anywhere to propose new JavaScript features other than es-discuss?

10
Comments 1
1 min read
How to Identify Similar Pieces of Code

How to Identify Similar Pieces of Code

4
Comments
5 min read
Frontend developer? Pull nodejs code into your plate!

Frontend developer? Pull nodejs code into your plate!

24
Comments
2 min read
How to stop chatbots from killing your page speed

How to stop chatbots from killing your page speed

3
Comments
1 min read
Create and Use Data Types with Express GraphQL

Create and Use Data Types with Express GraphQL

5
Comments
3 min read
More GraphQL Schemas and Types

More GraphQL Schemas and Types

5
Comments
3 min read
Adding Mutations with Express GraphQL

Adding Mutations with Express GraphQL

5
Comments
3 min read
A awesome integrated continuous testing tool

A awesome integrated continuous testing tool

60
Comments 2
2 min read
React Native: Comparing popular Component Libraries

React Native: Comparing popular Component Libraries

4
Comments
4 min read
Watch AI Evolve to Play Flappy Bird

Watch AI Evolve to Play Flappy Bird

5
Comments
1 min read
Svelte bind directive - A cheatsheet

Svelte bind directive - A cheatsheet

11
Comments
6 min read
React Wednesday - Scale your dev org with open source principles

React Wednesday - Scale your dev org with open source principles

2
Comments
1 min read
Como melhorar o package.json do seu projeto

Como melhorar o package.json do seu projeto

7
Comments
7 min read
The downfall of HTML Imports is upon us (to me)

The downfall of HTML Imports is upon us (to me)

14
Comments 2
2 min read
Complete Guide To CSS Scroll Snap For Awesome UX

Complete Guide To CSS Scroll Snap For Awesome UX

9
Comments
15 min read
react-jsx-template, now on npm!

react-jsx-template, now on npm!

4
Comments
1 min read
Create lodash.memoize from scratch

Create lodash.memoize from scratch

5
Comments 2
7 min read
Generators mon amour

Generators mon amour

5
Comments 2
3 min read
Spot False Positives in Static Scans: Insecure Randomness

Spot False Positives in Static Scans: Insecure Randomness

6
Comments
4 min read
State management made simple - with Angular use case

State management made simple - with Angular use case

5
Comments
1 min read
Getting Started with Deno

Getting Started with Deno

6
Comments
7 min read
Incrementally migrate your webpack project to TypeScript

Incrementally migrate your webpack project to TypeScript

12
Comments
2 min read
Simple Pretty-Bytes Size (SI System) Using the STM Method

Simple Pretty-Bytes Size (SI System) Using the STM Method

7
Comments
3 min read
Misusing map and reduce... and how to fix it

Misusing map and reduce... and how to fix it

6
Comments
4 min read
Why is my promise not resolving correctly?

Why is my promise not resolving correctly?

5
Comments 2
1 min read
The Rookies Error(s) in .js

The Rookies Error(s) in .js

7
Comments 1
2 min read
JS Bits - Array Methods

JS Bits - Array Methods

6
Comments 2
2 min read
Final Project - Flatiron

Final Project - Flatiron

9
Comments
2 min read
Learning React - Week 1

Learning React - Week 1

16
Comments 1
5 min read
Schnapps.js - a library that simplifies your backend code

Schnapps.js - a library that simplifies your backend code

6
Comments 1
6 min read
Learning React - Week 4

Learning React - Week 4

24
Comments 2
15 min read
My experience with Ember - Intro

My experience with Ember - Intro

5
Comments 2
1 min read
Learning React - Week 3

Learning React - Week 3

7
Comments
9 min read
React - JSX and Lifecycle

React - JSX and Lifecycle

4
Comments
3 min read
Learning React - Week 2

Learning React - Week 2

6
Comments
7 min read
isObj (Test if a value is an Object instance

isObj (Test if a value is an Object instance

6
Comments
1 min read
Hi There🎃!!

Hi There🎃!!

2
Comments
1 min read
Learning Queues

Learning Queues

3
Comments
2 min read
Add dark mode to your wordpress site

Add dark mode to your wordpress site

10
Comments 2
4 min read
Components (statess and statefull) and props

Components (statess and statefull) and props

2
Comments
2 min read
How to Make an Anime Newsletter

How to Make an Anime Newsletter

17
Comments 3
8 min read
DOM Manipulation - The Driving Force Behind the Internet

DOM Manipulation - The Driving Force Behind the Internet

6
Comments
2 min read
Hacky Friday Stuff #12.06.2020

Hacky Friday Stuff #12.06.2020

2
Comments
3 min read
Build A Simple Website With ExpressJS & Nunjucks Using API Endpoint's

Build A Simple Website With ExpressJS & Nunjucks Using API Endpoint's

6
Comments
1 min read
Hugo + OpenTelemetry - How fast is my site? (Video, Pt. 1)

Hugo + OpenTelemetry - How fast is my site? (Video, Pt. 1)

4
Comments
1 min read
Ternary operator in Javascript with examples

Ternary operator in Javascript with examples

2
Comments
5 min read
5 WordPress interview questions

5 WordPress interview questions

7
Comments 3
2 min read
Javascript key-value store: understand some cool built-in Objects

Javascript key-value store: understand some cool built-in Objects

6
Comments
5 min read
CUSTOM STATIC SITE GENERATOR (Live Coding) [Part 1] | JavaScript | NodeJS | Images 43:37

CUSTOM STATIC SITE GENERATOR (Live Coding) [Part 1] | JavaScript | NodeJS | Images

11
Comments
1 min read
Javascript Quirks and Oddities Museum: Part I

Javascript Quirks and Oddities Museum: Part I

6
Comments
3 min read
HTML5 web storage – offline storage solution for the web

HTML5 web storage – offline storage solution for the web

20
Comments
2 min read
The Business 💰 Value of Speed 🏎 - A How-To Guide - Part 1: The Critical Rendering Path

The Business 💰 Value of Speed 🏎 - A How-To Guide - Part 1: The Critical Rendering Path

13
Comments
12 min read
Nullish coalescing and Optional chaining

Nullish coalescing and Optional chaining

5
Comments
2 min read
Create a JavaScript library. Add keyboard controls and improve accessibility support

Create a JavaScript library. Add keyboard controls and improve accessibility support

11
Comments
7 min read
Changing an Uncontrolled Input to Controlled Error in React

Changing an Uncontrolled Input to Controlled Error in React

11
Comments
2 min read
Composable Object validations in JS

Composable Object validations in JS

6
Comments
4 min read
What is a SCOPE in javascript ?

What is a SCOPE in javascript ?

2
Comments
1 min read
Lazy loading, why? when?

Lazy loading, why? when?

3
Comments 1
3 min read
loading...