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.
Deep Dive into Data structures using Javascript - Stack

Deep Dive into Data structures using Javascript - Stack

15
Comments
6 min read
⚗️ Testing Tips: Fetch, Process, Store

⚗️ Testing Tips: Fetch, Process, Store

11
Comments
5 min read
JavaScript - Map

JavaScript - Map

12
Comments
2 min read
#44 - Where is my parent!?(cry) - Codewars Kata (6 kyu)

#44 - Where is my parent!?(cry) - Codewars Kata (6 kyu)

10
Comments
3 min read
What you do with what you know really matters a lot

What you do with what you know really matters a lot

4
Comments
1 min read
Two-step Authentication using NodeJS and Termii

Two-step Authentication using NodeJS and Termii

13
Comments
6 min read
Refresh Your React App Discretely

Refresh Your React App Discretely

10
Comments
4 min read
Marko: A return to the good ol' days of web development

Marko: A return to the good ol' days of web development

15
Comments
7 min read
Create Multi Select Checkbox at ease :D

Create Multi Select Checkbox at ease :D

10
Comments
1 min read
PyScript - JavaScript's sweet cousin.

PyScript - JavaScript's sweet cousin.

15
Comments
1 min read
JavaScript: Destructuring Assignment

JavaScript: Destructuring Assignment

12
Comments
3 min read
Made With Appwrite - Final Post - Appwrite Hackaton

Made With Appwrite - Final Post - Appwrite Hackaton

12
Comments
1 min read
What's you're favorite programming language?

What's you're favorite programming language?

7
Comments 6
1 min read
How to use Lodash chunk function?

How to use Lodash chunk function?

9
Comments
2 min read
React SketchBoard DevLog #2 - Zoom, fix bugs and improve code quality.

React SketchBoard DevLog #2 - Zoom, fix bugs and improve code quality.

7
Comments
1 min read
3 ways to load a script file

3 ways to load a script file

3
Comments
3 min read
How to Deploy a React App to Heroku in 5 Minutes in 5 Easy Steps

How to Deploy a React App to Heroku in 5 Minutes in 5 Easy Steps

8
Comments
3 min read
What is Map object and its applications

What is Map object and its applications

11
Comments
2 min read
JS: "CTR + Wheel" Event

JS: "CTR + Wheel" Event

9
Comments
1 min read
How to calculate the difference of days between two dates in JavaScript

How to calculate the difference of days between two dates in JavaScript

12
Comments
2 min read
Simple exercise for Javascript Ajax

Simple exercise for Javascript Ajax

10
Comments
2 min read
Setup jest from scratch in a vanilla js project.

Setup jest from scratch in a vanilla js project.

18
Comments 5
3 min read
Fixing 3rd party cookies issue with Firebase Auth

Fixing 3rd party cookies issue with Firebase Auth

3
Comments
3 min read
Test Data Factories in Javascript

Test Data Factories in Javascript

9
Comments
6 min read
Creating a component design system using React, TypeScript and Storybook

Creating a component design system using React, TypeScript and Storybook

47
Comments 1
4 min read
🍔Animated Menu Toggle Button | Html CSS & Javascript

🍔Animated Menu Toggle Button | Html CSS & Javascript

24
Comments 4
1 min read
Drag & Drop or Sortable List using HTML, CSS, and Sortable JS

Drag & Drop or Sortable List using HTML, CSS, and Sortable JS

13
Comments
3 min read
Javascript function call and apply methods

Javascript function call and apply methods

11
Comments
2 min read
React useRef Hook

React useRef Hook

15
Comments 2
3 min read
How to setmeta - Set metadata on already uploaded objects,multiple Objects -GCS

How to setmeta - Set metadata on already uploaded objects,multiple Objects -GCS

10
Comments
1 min read
How to elegantly use BEM in vue3

How to elegantly use BEM in vue3

10
Comments
2 min read
Creating an expandable profile card

Creating an expandable profile card

11
Comments
1 min read
Open Source Adventures: Episode 35: Better Data Sources for Russian Losses App

Open Source Adventures: Episode 35: Better Data Sources for Russian Losses App

3
Comments
2 min read
6 essential skills for React web developers

6 essential skills for React web developers

10
Comments 5
6 min read
How To Mock A React Component In Jest

How To Mock A React Component In Jest

9
Comments 1
3 min read
Any idea on where one can learn JavaScript really well on YouTube ?

Any idea on where one can learn JavaScript really well on YouTube ?

6
Comments 7
1 min read
Introducing BibleUp: A Web Tool For Bible References 💡

Introducing BibleUp: A Web Tool For Bible References 💡

14
Comments 1
3 min read
JS Tip: #1 - async/await over arrays

JS Tip: #1 - async/await over arrays

10
Comments
2 min read
#12: Headless CMS & SWA - Built With Blazor

#12: Headless CMS & SWA - Built With Blazor

10
Comments
5 min read
Paracetamol.js💊| #116: Explica este código JavaScript

Paracetamol.js💊| #116: Explica este código JavaScript

9
Comments 3
1 min read
Piping in JS, or what Elm taught me about partial application

Piping in JS, or what Elm taught me about partial application

10
Comments
4 min read
Por qué Storybook?: la herramienta de desarrollo de componentes utilizada por más de 30_000 proyectos

Por qué Storybook?: la herramienta de desarrollo de componentes utilizada por más de 30_000 proyectos

11
Comments
4 min read
Fetch API is new old version of AJAX

Fetch API is new old version of AJAX

217
Comments 28
6 min read
Use CSS Grid to Make a Fixed Sidebar with Scrollable Main Body

Use CSS Grid to Make a Fixed Sidebar with Scrollable Main Body

5
Comments
11 min read
What do these console.log print out?

What do these console.log print out?

6
Comments
3 min read
Cache a response in Vercel using SSR and serverless functions in SvelteKit

Cache a response in Vercel using SSR and serverless functions in SvelteKit

21
Comments
2 min read
Using Webpack with Typescript

Using Webpack with Typescript

12
Comments 1
2 min read
NPM Needs: pretty-bytes

NPM Needs: pretty-bytes

5
Comments
1 min read
What is Declaration merging in Typescript?

What is Declaration merging in Typescript?

9
Comments
3 min read
The Adapter Pattern?

The Adapter Pattern?

29
Comments
3 min read
Promises Methods- At a glance

Promises Methods- At a glance

11
Comments
4 min read
What are your reusable parts of code for js and scss?

What are your reusable parts of code for js and scss?

Comments 1
1 min read
Extracting reactive component logic in Svelte and Vue

Extracting reactive component logic in Svelte and Vue

14
Comments 1
5 min read
Twitter bots

Twitter bots

5
Comments 2
1 min read
Client-Side Routing vs. Server-Side Routing with React Router

Client-Side Routing vs. Server-Side Routing with React Router

11
Comments
2 min read
How to change navbar style on scroll in React JS/Next JS

How to change navbar style on scroll in React JS/Next JS

19
Comments 4
3 min read
Function Composition in Javascript

Function Composition in Javascript

10
Comments
1 min read
Hoisting and Temporal Dead Zone (TDZ)

Hoisting and Temporal Dead Zone (TDZ)

12
Comments
2 min read
Chapter 2: Welcome to my application.

Chapter 2: Welcome to my application.

11
Comments 1
6 min read
The Linked List in JavaScript: implementation, operations (basics)

The Linked List in JavaScript: implementation, operations (basics)

9
Comments
4 min read
loading...