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 I choose to use the Dev.to API to display content on my website

Why I choose to use the Dev.to API to display content on my website

2
Comments
2 min read
React와 Solid의 차이점 톺아보기

React와 Solid의 차이점 톺아보기

2
Comments
2 min read
Data Structures in JavaScript (Part 2): Stacks and Queues

Data Structures in JavaScript (Part 2): Stacks and Queues

5
Comments 1
5 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
#LearnedToday: structuredClone()

#LearnedToday: structuredClone()

4
Comments 3
1 min read
👋 Say Goodbye to Spread Operator: Use Default Composer

👋 Say Goodbye to Spread Operator: Use Default Composer

234
Comments 53
4 min read
From XMLHttpRequest to Fetch API: How Fetch became the Way Forward for JS Development

From XMLHttpRequest to Fetch API: How Fetch became the Way Forward for JS Development

7
Comments
2 min read
3 Ways to Clone Objects in JavaScript 00:20

3 Ways to Clone Objects in JavaScript

13
Comments 1
1 min read
Content Delivery with Node.js Streams

Content Delivery with Node.js Streams

19
Comments 2
4 min read
How to detect an active internet connection in JavaScript apps?

How to detect an active internet connection in JavaScript apps?

13
Comments 1
3 min read
A brief intro about loaders in react router

A brief intro about loaders in react router

28
Comments 2
5 min read
Serverless function cold start is too slow, let's dockerize our app

Serverless function cold start is too slow, let's dockerize our app

Comments
5 min read
Advanced Javascript Collections: Introduction to Sets and Maps

Advanced Javascript Collections: Introduction to Sets and Maps

3
Comments
12 min read
Jest - Tackling Performance Issues

Jest - Tackling Performance Issues

16
Comments
11 min read
Reset a Form in React Hook Form

Reset a Form in React Hook Form

1
Comments
1 min read
Teleportation in React: Positioning, Stacking Context, and Portals

Teleportation in React: Positioning, Stacking Context, and Portals

13
Comments 3
14 min read
Designing SQL Database for a blog application

Designing SQL Database for a blog application

4
Comments
2 min read
JavaScript Collections Guide

JavaScript Collections Guide

21
Comments 4
16 min read
Demystifying Array.reduce in JavaScript

Demystifying Array.reduce in JavaScript

4
Comments 1
7 min read
লিনিয়ার সার্চ (Linear Search) ইন জাভাস্ক্রিপ্ট

লিনিয়ার সার্চ (Linear Search) ইন জাভাস্ক্রিপ্ট

1
Comments
1 min read
Organizing a Large Number of Scripts in Package.json

Organizing a Large Number of Scripts in Package.json

3
Comments
1 min read
Redux enhancer

Redux enhancer

3
Comments
3 min read
Criação de Categorias no CrazyStack Next.js

Criação de Categorias no CrazyStack Next.js

Comments
13 min read
Redis

Redis

2
Comments
1 min read
Build a JavaScript Live Streaming App with Video SDK

Build a JavaScript Live Streaming App with Video SDK

Comments
7 min read
Introduction to Jest

Introduction to Jest

2
Comments
3 min read
Progressive Web Apps (PWAs): Bridging the Gap Between Web and Mobile Development

Progressive Web Apps (PWAs): Bridging the Gap Between Web and Mobile Development

Comments
10 min read
Supercharge your code with VueMacros

Supercharge your code with VueMacros

Comments
9 min read
Async Await Best Practices: Tips and Tricks for Faster, Smarter Code

Async Await Best Practices: Tips and Tricks for Faster, Smarter Code

1
Comments
2 min read
How to create a contact form using Nuxt3 and Supabase

How to create a contact form using Nuxt3 and Supabase

2
Comments
3 min read
Building a Real-Time Search Filter in React: A Step-by-Step Guide

Building a Real-Time Search Filter in React: A Step-by-Step Guide

217
Comments 14
13 min read
How to Create a Pseudo MySQL Foreign Data Wrapper for Supabase with PostgreSQL and Edge Functions

How to Create a Pseudo MySQL Foreign Data Wrapper for Supabase with PostgreSQL and Edge Functions

1
Comments
8 min read
Creating an Animated and Accessible Accordion with JavaScript, HTML, and CSS

Creating an Animated and Accessible Accordion with JavaScript, HTML, and CSS

3
Comments 3
5 min read
Plug & Play Modular Architecture for Scalable and Maintainable Apps

Plug & Play Modular Architecture for Scalable and Maintainable Apps

9
Comments
5 min read
The useEffect hook in React

The useEffect hook in React

17
Comments
3 min read
Tilting Cursor effect with CSS and JS

Tilting Cursor effect with CSS and JS

1
Comments
3 min read
How to Get into Technical Writing: How to get Gigs, Jobs, and Start Making Money Online with Technical Writing

How to Get into Technical Writing: How to get Gigs, Jobs, and Start Making Money Online with Technical Writing

66
Comments 7
12 min read
GraphQL - Part 1

GraphQL - Part 1

5
Comments
3 min read
5 React Libraries to Level Up your Projects in 2023

5 React Libraries to Level Up your Projects in 2023

117
Comments 1
6 min read
Sharing Layouts with NextJS 13 app dir

Sharing Layouts with NextJS 13 app dir

1
Comments
2 min read
Episode 23/25: ng-conf, Signals with Ryan Carniato and Ben Lesh

Episode 23/25: ng-conf, Signals with Ryan Carniato and Ben Lesh

Comments
2 min read
Flex your muscles 🧠💪

Flex your muscles 🧠💪

1
Comments
2 min read
Sharing UI Tests Between Javascript Frameworks

Sharing UI Tests Between Javascript Frameworks

2
Comments 1
7 min read
GraphQL - Resolvers

GraphQL - Resolvers

4
Comments
3 min read
JavaScript Essentials: An Introductory Journey into Web Development

JavaScript Essentials: An Introductory Journey into Web Development

1
Comments 4
6 min read
GraphQL - TypeDefs

GraphQL - TypeDefs

12
Comments
2 min read
What is Optional Chaining (?.) In javaScript?

What is Optional Chaining (?.) In javaScript?

2
Comments
1 min read
5 Free AI Tools for Everyone and Anyone : Part 2

5 Free AI Tools for Everyone and Anyone : Part 2

27
Comments 2
8 min read
Applying the Liskov Substitution Principle in React

Applying the Liskov Substitution Principle in React

2
Comments
4 min read
JavaScript Interview Topic 03 : Hoisting in Javascript

JavaScript Interview Topic 03 : Hoisting in Javascript

2
Comments
3 min read
Building Your JavaScript Skills: The Step-by-Step Roadmap for Beginners

Building Your JavaScript Skills: The Step-by-Step Roadmap for Beginners

3
Comments 3
4 min read
Node.js and TypeScript Tutorial: Build a rest API with Typescript, NodeJS, and a file-based storage system.

Node.js and TypeScript Tutorial: Build a rest API with Typescript, NodeJS, and a file-based storage system.

186
Comments 12
16 min read
Simplifying State Management with React Hook UseContext

Simplifying State Management with React Hook UseContext

Comments
3 min read
Concatenate multiple React components

Concatenate multiple React components

Comments
1 min read
Edição de Categorias usando Chakra UI no CrazyStack Next.js

Edição de Categorias usando Chakra UI no CrazyStack Next.js

Comments
16 min read
Responsive Navigation Bar with logo, search bar and links

Responsive Navigation Bar with logo, search bar and links

1
Comments
1 min read
Should You Learn React in 2023?

Should You Learn React in 2023?

2
Comments
5 min read
Laravel Livewire Multiple Selection with Virtual Select

Laravel Livewire Multiple Selection with Virtual Select

15
Comments 2
5 min read
How I deploy my website using my Apple Watch

How I deploy my website using my Apple Watch

11
Comments 3
6 min read
Variables, tipos de dato, scope.

Variables, tipos de dato, scope.

Comments
5 min read
loading...