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.
Why Netlify has mastered CI/CD

Why Netlify has mastered CI/CD

27
Comments 2
4 min read
Get current timestamp

Get current timestamp

4
Comments
1 min read
Career Advice for Junior Developers

Career Advice for Junior Developers

146
Comments 19
10 min read
Reimplement Redux with vanilla React in 12 lines of code

Reimplement Redux with vanilla React in 12 lines of code

22
Comments 6
6 min read
How to Set Up Rate Limiting and Rate Slowing Down in Express.js

How to Set Up Rate Limiting and Rate Slowing Down in Express.js

23
Comments
3 min read
Building a React Movie Application.

Building a React Movie Application.

141
Comments 18
6 min read
{FREE} Ultimate Resources for Front-End Development in 2023 + Giveaway⚡

{FREE} Ultimate Resources for Front-End Development in 2023 + Giveaway⚡

4004
Comments 111
12 min read
Steps to create slack app and deploy it to Digital Ocean Platform

Steps to create slack app and deploy it to Digital Ocean Platform

39
Comments 6
5 min read
🚀14 JS Template Engines🚀

🚀14 JS Template Engines🚀

13
Comments
3 min read
I made a skate game to study CSS [Christmas Hackathon]

I made a skate game to study CSS [Christmas Hackathon]

14
Comments 2
3 min read
My 2021 Learning Plan

My 2021 Learning Plan

221
Comments 19
2 min read
NestJS multi .env using 'nestjs-easyconfig'.

NestJS multi .env using 'nestjs-easyconfig'.

14
Comments 1
2 min read
Debounce and Throttle: Comprehensive Guide

Debounce and Throttle: Comprehensive Guide

42
Comments 2
4 min read
How to implement a generator function in JS (iteration protocols)

How to implement a generator function in JS (iteration protocols)

51
Comments
4 min read
Clean up your code by removing unneeded indentation 🧹

Clean up your code by removing unneeded indentation 🧹

21
Comments 4
2 min read
How to create your spinner using loading.io

How to create your spinner using loading.io

10
Comments 2
1 min read
Class Component, Functional Component, JSX, Without JSX in React JS

Class Component, Functional Component, JSX, Without JSX in React JS

4
Comments 1
1 min read
#SeasonsOfServerless Solution 7: The Recipe Connector

#SeasonsOfServerless Solution 7: The Recipe Connector

12
Comments
3 min read
Quick and Easy 2D Spatial Audio with Howler.js

Quick and Easy 2D Spatial Audio with Howler.js

10
Comments 2
3 min read
Final Submission SpaceTravel is released 🚀🛸

Final Submission SpaceTravel is released 🚀🛸

51
Comments 8
2 min read
5 Remarkable React Router Features (Anchor Links, Query Params & more)

5 Remarkable React Router Features (Anchor Links, Query Params & more)

25
Comments 1
6 min read
I've created an awesome painting app using React and Canvas API

I've created an awesome painting app using React and Canvas API

456
Comments 33
3 min read
Fill select options depending on other select field using Axios, React Hook Form and jsonplaceholder API

Fill select options depending on other select field using Axios, React Hook Form and jsonplaceholder API

10
Comments
4 min read
🎉 Element UI for Vue 3.0 is coming!

🎉 Element UI for Vue 3.0 is coming!

23
Comments 3
2 min read
Why you shouldn't mix levels of abstraction in your functions

Why you shouldn't mix levels of abstraction in your functions

18
Comments
2 min read
How to setup your Typescript server in three steps

How to setup your Typescript server in three steps

8
Comments
2 min read
Making a small Library in Solidity

Making a small Library in Solidity

7
Comments
5 min read
My beloved Stimulus.js cheat sheet

My beloved Stimulus.js cheat sheet

27
Comments 1
1 min read
Project 31 of 100 - Build an Animated Loading Screen in React with Lottie

Project 31 of 100 - Build an Animated Loading Screen in React with Lottie

23
Comments 4
4 min read
[ PART 8 ] Creating a Twitter clone with GraphQL, Typescript, and React ( Add likes to tweet )

[ PART 8 ] Creating a Twitter clone with GraphQL, Typescript, and React ( Add likes to tweet )

12
Comments
4 min read
L’interface et l’objet Screen en JavaScript

L’interface et l’objet Screen en JavaScript

5
Comments
2 min read
Understand the tools which you are using, to create an application! What is create-react-app?

Understand the tools which you are using, to create an application! What is create-react-app?

22
Comments
5 min read
Clean Up Your useEffect, But Not Too Much

Clean Up Your useEffect, But Not Too Much

10
Comments 1
2 min read
Building a UI/UX focused portfolio

Building a UI/UX focused portfolio

51
Comments 6
3 min read
What the node.js project structure should look like?

What the node.js project structure should look like?

65
Comments 4
3 min read
Typewriter Effect

Typewriter Effect

24
Comments 1
2 min read
Lesson 5 - JavaScript Functions, Loops, and Conditionals #fullstackroadmap

Lesson 5 - JavaScript Functions, Loops, and Conditionals #fullstackroadmap

7
Comments 1
20 min read
A 2 years old alternative to React server components

A 2 years old alternative to React server components

6
Comments
1 min read
The SZITCH Project

The SZITCH Project

6
Comments
1 min read
UI Dev Newsletter #39

UI Dev Newsletter #39

10
Comments 1
1 min read
Eloquent Javascript Review #Introduction

Eloquent Javascript Review #Introduction

5
Comments
4 min read
Introduction to Web Workers aka Multi-Threading in browser

Introduction to Web Workers aka Multi-Threading in browser

12
Comments
3 min read
An Intro to DOM Manipulation

An Intro to DOM Manipulation

26
Comments
3 min read
Why we started The Monthly Dev

Why we started The Monthly Dev

19
Comments 1
3 min read
React Native: Responsive and Adaptive User Interfaces

React Native: Responsive and Adaptive User Interfaces

23
Comments
4 min read
Testing Windows installers with Jest

Testing Windows installers with Jest

2
Comments
6 min read
Arrow Functions in JavaScript

Arrow Functions in JavaScript

10
Comments
2 min read
What is ReactGrid and why is it unique?

What is ReactGrid and why is it unique?

5
Comments
4 min read
Holy Grail of JavaScript resources

Holy Grail of JavaScript resources

8
Comments
3 min read
Let’s Develop an E-Commerce Application From Scratch Using Java

Let’s Develop an E-Commerce Application From Scratch Using Java

7
Comments
9 min read
Split Images by Face Recognizing using React(FaceApi)

Split Images by Face Recognizing using React(FaceApi)

9
Comments
5 min read
Image Scroll Zoom in React Native

Image Scroll Zoom in React Native

19
Comments
3 min read
React design patterns (part 2)

React design patterns (part 2)

10
Comments
6 min read
First-Class Functions in Javascript

First-Class Functions in Javascript

33
Comments 2
4 min read
JavaScript: How to implement the linked list data structure (part3)

JavaScript: How to implement the linked list data structure (part3)

24
Comments 3
13 min read
Dynamically Generate a Sitemap With Next.js

Dynamically Generate a Sitemap With Next.js

2
Comments
2 min read
The light decision for React state 👋

The light decision for React state 👋

7
Comments 1
2 min read
Event Delegation - Bubbling and Capturing

Event Delegation - Bubbling and Capturing

3
Comments
4 min read
Let’s Create a Frontend for our e-commerce App with Vue.js

Let’s Create a Frontend for our e-commerce App with Vue.js

2
Comments 1
1 min read
Get hooked on Git hooks

Get hooked on Git hooks

4
Comments
6 min read
loading...