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.
Become an Animation Master with Anime.js - Setting up the Environment and Basic Animations

Become an Animation Master with Anime.js - Setting up the Environment and Basic Animations

24
Comments 3
5 min read
⚛Os 10 React Hooks Mais Úteis: 06 - useCallback⚛

⚛Os 10 React Hooks Mais Úteis: 06 - useCallback⚛

5
Comments
5 min read
TRPC: The Future of Fullstack Web Development

TRPC: The Future of Fullstack Web Development

6
Comments
2 min read
A 30-Day challenge in backend web development

A 30-Day challenge in backend web development

8
Comments
1 min read
Book Keeping

Book Keeping

2
Comments
6 min read
React query - The juicy parts

React query - The juicy parts

15
Comments
12 min read
Multi-Factor(MFA) Authentication in React JS using firebase

Multi-Factor(MFA) Authentication in React JS using firebase

3
Comments
4 min read
Adding Framer motion to your react websites!

Adding Framer motion to your react websites!

8
Comments
2 min read
The benefits of knowing two high demand programming languages

The benefits of knowing two high demand programming languages

8
Comments
4 min read
Understanding Fetch API in Javascript with an exercise

Understanding Fetch API in Javascript with an exercise

5
Comments
7 min read
Import vs Require in JavaScript. CommonJS vs ES modules.

Import vs Require in JavaScript. CommonJS vs ES modules.

2
Comments
3 min read
React Router Forms and Actions: Handling Submission and Validation with Ease

React Router Forms and Actions: Handling Submission and Validation with Ease

8
Comments 1
4 min read
Mastering JSX: The key to unlocking the power of react

Mastering JSX: The key to unlocking the power of react

1
Comments
2 min read
The Rails/Laravel experience in JS/TS

The Rails/Laravel experience in JS/TS

1
Comments 1
3 min read
Chrome Extensions of the Month - December 2022

Chrome Extensions of the Month - December 2022

413
Comments 40
4 min read
How to Optimize Your Website for Mobile Devices

How to Optimize Your Website for Mobile Devices

22
Comments
2 min read
JS tests: mocking best practices

JS tests: mocking best practices

59
Comments 7
7 min read
How to create a basic react application. (Simplified guide)

How to create a basic react application. (Simplified guide)

Comments
2 min read
Mutative - 10x faster than Immer

Mutative - 10x faster than Immer

29
Comments 1
4 min read
How to fetch data using Axios in React

How to fetch data using Axios in React

Comments
2 min read
Master Typescript using Infer and Conditional types

Master Typescript using Infer and Conditional types

2
Comments
2 min read
Everything You Need to Know About HTTP Response Status Codes

Everything You Need to Know About HTTP Response Status Codes

52
Comments 4
4 min read
Utilizing Chat GPT as a Web Developer

Utilizing Chat GPT as a Web Developer

4
Comments
2 min read
CSS Variables end to end

CSS Variables end to end

4
Comments
2 min read
Search & Save to list Button only with HTML CSS with awesome gradients

Search & Save to list Button only with HTML CSS with awesome gradients

2
Comments
1 min read
Security Vulnerabilities and Prevention in HTML5

Security Vulnerabilities and Prevention in HTML5

1
Comments
6 min read
Equality of values in JavaScript

Equality of values in JavaScript

5
Comments
2 min read
JavaScript Infinite Hex Generator

JavaScript Infinite Hex Generator

2
Comments
2 min read
Const vs Var vs Let: When and where to use them?

Const vs Var vs Let: When and where to use them?

12
Comments 1
3 min read
How do TensorFlow.js models load in the browser?

How do TensorFlow.js models load in the browser?

6
Comments
2 min read
table: animate swapping columns

table: animate swapping columns

1
Comments
7 min read
Six Essential Tips for Boosting your JavaScript skills

Six Essential Tips for Boosting your JavaScript skills

2
Comments
5 min read
JavaScript Cheatsheet

JavaScript Cheatsheet

175
Comments 8
6 min read
Introducing Qwik integration for Nx

Introducing Qwik integration for Nx

21
Comments 6
4 min read
How to Create Custom Cursor Without Using Frameworks

How to Create Custom Cursor Without Using Frameworks

36
Comments 7
1 min read
A function by any other name would work as well (part one)

A function by any other name would work as well (part one)

2
Comments
8 min read
Top 10 FREE websites to get jobs - Turn your career around in 2023

Top 10 FREE websites to get jobs - Turn your career around in 2023

4
Comments
3 min read
Migrate a 60k LOC TypeScript (NodeJS) repo to ESM and testing become 4x faster (1/2)

Migrate a 60k LOC TypeScript (NodeJS) repo to ESM and testing become 4x faster (1/2)

136
Comments 13
6 min read
Number of Enclaves

Number of Enclaves

1
Comments
1 min read
Create Toast Component with React Hooks

Create Toast Component with React Hooks

1
Comments
3 min read
JavaScript Spread and Rest Operators: An Essential Guide for Beginners

JavaScript Spread and Rest Operators: An Essential Guide for Beginners

19
Comments 9
4 min read
Integrate React Error Boundary with Slack

Integrate React Error Boundary with Slack

3
Comments
3 min read
How To Use Async/Await

How To Use Async/Await

17
Comments 1
4 min read
Vite or Webpack

Vite or Webpack

13
Comments 4
3 min read
Fix Duplicate identifier IteratorResult

Fix Duplicate identifier IteratorResult

4
Comments
1 min read
Planning a new JavaScript Framework

Planning a new JavaScript Framework

41
Comments 10
2 min read
Adding JPEG XL & QOI Support to my Website OS

Adding JPEG XL & QOI Support to my Website OS

8
Comments 2
3 min read
Firebase Chat App Tutorial | Jan 2023

Firebase Chat App Tutorial | Jan 2023

3
Comments
10 min read
Escopo Lexical em JavaScript – O que exatamente é escopo em JS?

Escopo Lexical em JavaScript – O que exatamente é escopo em JS?

2
Comments 1
7 min read
#7: Reverse Integer

#7: Reverse Integer

2
Comments
3 min read
TIL: setting up proxy server on vite

TIL: setting up proxy server on vite

11
Comments 4
2 min read
Things That Will Happen to Javascript Full-Stack Development in 2023

Things That Will Happen to Javascript Full-Stack Development in 2023

21
Comments 2
8 min read
Design Pattern list

Design Pattern list

139
Comments 4
1 min read
📫How To Make A Popup | HTML, CSS & JavaScript

📫How To Make A Popup | HTML, CSS & JavaScript

15
Comments 1
3 min read
Alternatives to Git.

Alternatives to Git.

27
Comments 24
3 min read
Drupal: Active Links in Views

Drupal: Active Links in Views

1
Comments
2 min read
Manage Forms in React Like Pro

Manage Forms in React Like Pro

11
Comments
4 min read
Why javascript for everything?

Why javascript for everything?

8
Comments 16
2 min read
Great tutorial by @nsebhastian on .map()

Great tutorial by @nsebhastian on .map()

1
Comments
1 min read
Unstable Diffusion

Unstable Diffusion

1
Comments
8 min read
loading...