close
The Wayback Machine - https://web.archive.org/web/20230531225956/https://dev.to/t/javascript

DEV Community

Image

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.
Stop using express.js

Stop using express.js

Image Image 9
Comments 29
2 min read
Azure Turn Server: The Step by Step Guide

Azure Turn Server: The Step by Step Guide

Image Image Image Image Image 6
Comments
5 min read
Exploring ES6 JavaScript Array Methods

Exploring ES6 JavaScript Array Methods

Image Image Image Image Image 5
Comments
5 min read
Introduction to Cloud Computing and Deployment Strategies

Introduction to Cloud Computing and Deployment Strategies

Image 1
Comments
2 min read
The Big O Journey: A Tale of Efficiency and Chuckles

The Big O Journey: A Tale of Efficiency and Chuckles

Image Image 2
Comments 1
2 min read
How to make your own simple translator in HTML & JavaScript

How to make your own simple translator in HTML & JavaScript

Image 2
Comments 1
4 min read
What is the NPM | How It's work?

What is the NPM | How It's work?

Comments
1 min read
Using Render Log Streams to Log to Papertrail

Using Render Log Streams to Log to Papertrail

Comments
7 min read
Reusability vs. Inheritance

Reusability vs. Inheritance

Image 2
Comments
3 min read
Tricky JS: What every Software Developer must know about Functions

Tricky JS: What every Software Developer must know about Functions

Image 1
Comments
6 min read
Javascript: important language for web development.

Javascript: important language for web development.

Image 1
Comments
2 min read
Operators

Operators

Image 2
Comments
10 min read
Future-Proof Your JavaScript Code

Future-Proof Your JavaScript Code

Image 1
Comments
3 min read
How to create send button with loader

How to create send button with loader

Comments
3 min read
Can you quickly shuffle the index of a trillion documents without conflict?

Can you quickly shuffle the index of a trillion documents without conflict?

Image Image Image Image Image 5
Comments
1 min read
Unleashing the Power of JavaScript in Bubble.io Backend Workflows: A Case Study

Unleashing the Power of JavaScript in Bubble.io Backend Workflows: A Case Study

Image Image Image 7
Comments
4 min read
Understanding Angular Observables: A Comprehensive Guide for Angular Developers

Understanding Angular Observables: A Comprehensive Guide for Angular Developers

Image Image Image 3
Comments
4 min read
Learn to Make Heatmaps in JS

Learn to Make Heatmaps in JS

Image Image 3
Comments
13 min read
Exploring React Lazy with Suspense: Code-Splitting Made Easy

Exploring React Lazy with Suspense: Code-Splitting Made Easy

Image 1
Comments
3 min read
APIs, Promises, Asynchronous Programming and everything in-between

APIs, Promises, Asynchronous Programming and everything in-between

Comments
13 min read
How to create a slick animation from Stranger Things

How to create a slick animation from Stranger Things

Image Image Image Image Image 17
Comments 2
31 min read
Understanding Deep and Shallow Copy in JavaScript Objects

Understanding Deep and Shallow Copy in JavaScript Objects

Comments
1 min read
How To Refactor Navigation Links Using map() in React

How To Refactor Navigation Links Using map() in React

Image 1
Comments
3 min read
7 Must-Know JS Object Methods 🔥

7 Must-Know JS Object Methods 🔥

Image Image Image Image Image 18
Comments 5
6 min read
#DEVDiscuss: What's New in ES2023?

#DEVDiscuss: What's New in ES2023?

Image Image 9
Comments 1
1 min read
Understanding Assign by Value and Assign by Reference in JavaScript.

Understanding Assign by Value and Assign by Reference in JavaScript.

Image Image 3
Comments 1
1 min read
React CheatSheet

React CheatSheet

Image Image Image Image Image 9
Comments 3
41 min read
Astro JS Middleware Example: Request Logging

Astro JS Middleware Example: Request Logging

Image 2
Comments
7 min read
New Array methods in JavaScript

New Array methods in JavaScript

Image Image Image Image Image 12
Comments 3
1 min read
Weekly web development resources #151

Weekly web development resources #151

Image Image 7
Comments
2 min read
Implement OTP Verification using Redis and Node.js

Implement OTP Verification using Redis and Node.js

Image Image Image Image Image 17
Comments
8 min read
Part 2: Understanding Vuex: A State Management Library.

Part 2: Understanding Vuex: A State Management Library.

Image 3
Comments
5 min read
Hyrum's law in modern frontend

Hyrum's law in modern frontend

Image 4
Comments
4 min read
How to sort an array of month names -- Javascript

How to sort an array of month names -- Javascript

Image 2
Comments 1
1 min read
Exploring Web Rendering: Isomorphic JavaScript & Hydration

Exploring Web Rendering: Isomorphic JavaScript & Hydration

Image Image 5
Comments
8 min read
My first progress in learning Vue.js

My first progress in learning Vue.js

Image Image Image 5
Comments 2
3 min read
A Guide to Creating Your Own NFTs

A Guide to Creating Your Own NFTs

Image 2
Comments 1
3 min read
Deploying Your MERN App: A Beginner's Guide

Deploying Your MERN App: A Beginner's Guide

Image 1
Comments
3 min read
Authentication API with JWT access token and refresh token - NodeJS

Authentication API with JWT access token and refresh token - NodeJS

Image Image 2
Comments
27 min read
Learn Local Storage in React: Create a Light and Dark Theme Switcher Application

Learn Local Storage in React: Create a Light and Dark Theme Switcher Application

Image 1
Comments
7 min read
Demystifying the JavaScript Event Loop 🤫

Demystifying the JavaScript Event Loop 🤫

Image 2
Comments
4 min read
Context vs Redux

Context vs Redux

Image Image Image 5
Comments
4 min read
Software Development SOLID, LIFT, and FIRST principles

Software Development SOLID, LIFT, and FIRST principles

Comments
6 min read
How to Use Pop-Over and Pop-Up Start with CSS

How to Use Pop-Over and Pop-Up Start with CSS

Image 1
Comments
5 min read
How to use i18n tags inside a computed prop in Vue

How to use i18n tags inside a computed prop in Vue

Comments
3 min read
FreeCodeCamp: Find the longest word in a string. Basic Algorithm 4

FreeCodeCamp: Find the longest word in a string. Basic Algorithm 4

Comments
4 min read
TamperMonkey Script for Modifying UI of Youtube Using ChatGpt

TamperMonkey Script for Modifying UI of Youtube Using ChatGpt

Image 1
Comments
6 min read
Installing React with Vite

Installing React with Vite

Image 2
Comments
2 min read
How to Generate Dynamic Placeholder Images with React Image Filler

How to Generate Dynamic Placeholder Images with React Image Filler

Comments
3 min read
Learn Django by Building a Collaborative Filtering

Learn Django by Building a Collaborative Filtering

Image 2
Comments
2 min read
Package Managers: Understanding npm, npx and yarn

Package Managers: Understanding npm, npx and yarn

Image 1
Comments
8 min read
ESLint: Plugins vs Rules (EN)

ESLint: Plugins vs Rules (EN)

Image 1
Comments
2 min read
JavaScript wants your functions to have names

JavaScript wants your functions to have names

Image 3
Comments
2 min read
ElectronJs How to minimize/close window to system tray or in the background

ElectronJs How to minimize/close window to system tray or in the background

Image Image Image Image Image 5
Comments
1 min read
Como construir una SPA sin frameworks y con testing

Como construir una SPA sin frameworks y con testing

Comments
9 min read
Understanding Scope in JavaScript

Understanding Scope in JavaScript

Image 2
Comments
6 min read
Deferred and Promise Object in jQuery

Deferred and Promise Object in jQuery

Image Image Image Image Image 7
Comments 1
4 min read
Vue 3 Lifecycle hooks Explained

Vue 3 Lifecycle hooks Explained

Image 1
Comments
9 min read
Ultimate Guide to Vue 3 Reactivity

Ultimate Guide to Vue 3 Reactivity

Image 1
Comments
4 min read
Resetting Reducer State in React and Redux for Better State Management

Resetting Reducer State in React and Redux for Better State Management

Image 1
Comments
3 min read
loading...