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.
Setup jest from scratch in a vanilla js project.

Setup jest from scratch in a vanilla js project.

18
Comments 5
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
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
React useRef Hook

React useRef Hook

15
Comments 2
3 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
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
How To Mock A React Component In Jest

How To Mock A React Component In Jest

9
Comments 1
3 min read
Introducing BibleUp: A Web Tool For Bible References 💡

Introducing BibleUp: A Web Tool For Bible References 💡

14
Comments 1
3 min read
#12: Headless CMS & SWA - Built With Blazor

#12: Headless CMS & SWA - Built With Blazor

10
Comments
5 min read
JS Tip: #1 - async/await over arrays

JS Tip: #1 - async/await over arrays

10
Comments
2 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
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
Fetch API is new old version of AJAX

Fetch API is new old version of AJAX

217
Comments 28
6 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
NPM Needs: pretty-bytes

NPM Needs: pretty-bytes

5
Comments
1 min read
Using Webpack with Typescript

Using Webpack with Typescript

12
Comments 1
2 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
Function Composition in Javascript

Function Composition in Javascript

10
Comments
1 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
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
The JavaScript Array.filter() method

The JavaScript Array.filter() method

30
Comments 3
3 min read
JavaScript Array Methods : Concat()

JavaScript Array Methods : Concat()

9
Comments
1 min read
How to implement Two-Factor Authentication using Next.js, Twilio and Altogic

How to implement Two-Factor Authentication using Next.js, Twilio and Altogic

12
Comments
12 min read
6 Unique APIs For Your Next Project Along With Ideas

6 Unique APIs For Your Next Project Along With Ideas

12
Comments
5 min read
JavaScript Classes pt. 1

JavaScript Classes pt. 1

8
Comments
2 min read
Chapter 1: Building my first full scale app.

Chapter 1: Building my first full scale app.

7
Comments
2 min read
Search and Filter items of table using pure JavaScript.

Search and Filter items of table using pure JavaScript.

5
Comments
3 min read
Valid Numeric Anagram

Valid Numeric Anagram

9
Comments
1 min read
Introducing Klay - An end-to-end encrypted chat application

Introducing Klay - An end-to-end encrypted chat application

7
Comments
2 min read
[TRACKER] Never Lose Track of a Job Application

[TRACKER] Never Lose Track of a Job Application

41
Comments 13
2 min read
Duplicate Arguments

Duplicate Arguments

7
Comments
1 min read
Find The Average Pair

Find The Average Pair

7
Comments
1 min read
How to Use "NuxtJS + Lanyard"

How to Use "NuxtJS + Lanyard"

6
Comments
2 min read
Call, Bind and Apply - The Trinity

Call, Bind and Apply - The Trinity

11
Comments
3 min read
How web browsers work - navigation (part 1, with illustrations) ⚙️💥

How web browsers work - navigation (part 1, with illustrations) ⚙️💥

323
Comments 21
5 min read
Validando links com o Promise.all( )!

Validando links com o Promise.all( )!

10
Comments 2
3 min read
Redux Toolkit: createAsyncThunk

Redux Toolkit: createAsyncThunk

9
Comments
3 min read
Typescript project starter

Typescript project starter

6
Comments
1 min read
Ecosystem and Frameworks: My Role at Netlify

Ecosystem and Frameworks: My Role at Netlify

37
Comments 2
2 min read
NextJS Authentication With Social OAuth Provider's-Next-Auth (full course 2022)

NextJS Authentication With Social OAuth Provider's-Next-Auth (full course 2022)

6
Comments
1 min read
For-Loop in JavaScript

For-Loop in JavaScript

9
Comments
2 min read
building a real-time cryptocurrency info table with React, MUI(material-ui) and coinmarket cap API

building a real-time cryptocurrency info table with React, MUI(material-ui) and coinmarket cap API

34
Comments 6
12 min read
Completing Phase 1 (JavaScript & Code Challenge).. part 2

Completing Phase 1 (JavaScript & Code Challenge).. part 2

7
Comments 3
2 min read
loading...