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.
Let's Talk JavaScript: Demystifying the return Keyword

Let's Talk JavaScript: Demystifying the return Keyword

Comments
4 min read
Declare vs Assign vs Reassign vs Redeclare in JavaScript

Declare vs Assign vs Reassign vs Redeclare in JavaScript

Comments
1 min read
Why I love Jotai

Why I love Jotai

4
Comments
5 min read
Event-driven architecture: navigating the single threaded nature of Node.js

Event-driven architecture: navigating the single threaded nature of Node.js

1
Comments
4 min read
Props Unpacked: The Magic Behind Data Flow in Components

Props Unpacked: The Magic Behind Data Flow in Components

Comments
2 min read
What inspired me to become a fullstack developer

What inspired me to become a fullstack developer

13
Comments 3
2 min read
Creating Animations with CSS3

Creating Animations with CSS3

Comments
2 min read
React 19: A Deep Dive into the Upcoming Major Release

React 19: A Deep Dive into the Upcoming Major Release

26
Comments 4
3 min read
A (more) realistic card flip animation

A (more) realistic card flip animation

35
Comments 4
8 min read
Advanced use of JavaScript toString() and parseInt()

Advanced use of JavaScript toString() and parseInt()

Comments
2 min read
Parabolic Reflector Dish

Parabolic Reflector Dish

Comments
11 min read
Don't be AFRAID of Typescript!

Don't be AFRAID of Typescript!

21
Comments 10
2 min read
React Native + Stream Data: How to handle stream data like ChatGPT?

React Native + Stream Data: How to handle stream data like ChatGPT?

5
Comments 5
2 min read
CĂłmo mockear una solicitud HTTP con Jest đź’»

CĂłmo mockear una solicitud HTTP con Jest đź’»

8
Comments
4 min read
Difference Between Jest, Enzyme and React Testing Library

Difference Between Jest, Enzyme and React Testing Library

2
Comments 6
3 min read
Reusable Code: React Custom Hooks Guide

Reusable Code: React Custom Hooks Guide

Comments
3 min read
Turn Text Into Structured Data Using JavaScript & OpenAI's GPT

Turn Text Into Structured Data Using JavaScript & OpenAI's GPT

10
Comments 1
5 min read
What I got from Clean Architecture as a FE... (1-5)

What I got from Clean Architecture as a FE... (1-5)

Comments
3 min read
Why use GraphQL

Why use GraphQL

1
Comments
2 min read
Desestruturação de Arrays em JavaScript

Desestruturação de Arrays em JavaScript

15
Comments 2
3 min read
Building a Simple Todo API with Express.js

Building a Simple Todo API with Express.js

Comments
2 min read
When throttling and debouncing meet asynchronous, what kind of sparks will they create? Published at

When throttling and debouncing meet asynchronous, what kind of sparks will they create? Published at

Comments
4 min read
Demystifying <script>: The Role of the Type Attribute

Demystifying <script>: The Role of the Type Attribute

5
Comments
2 min read
Essential Database Optimizations Before Re-Architecting Your Backend

Essential Database Optimizations Before Re-Architecting Your Backend

Comments
5 min read
JavaScript Array checks

JavaScript Array checks

Comments
1 min read
Is async/await a good idea? 🤔 async/await vs promises

Is async/await a good idea? 🤔 async/await vs promises

13
Comments 1
4 min read
Iterators in JavaScript explained

Iterators in JavaScript explained

1
Comments
6 min read
Regular expressions in JavaScript

Regular expressions in JavaScript

2
Comments
21 min read
The 5 Most Important Features on phived.com

The 5 Most Important Features on phived.com

12
Comments 1
3 min read
Tauri - Rust, Js and Native Apps

Tauri - Rust, Js and Native Apps

2
Comments
3 min read
Alternatives to Chart.js - A Series Exploring JavaScript Chart Comparisons

Alternatives to Chart.js - A Series Exploring JavaScript Chart Comparisons

Comments
5 min read
Understanding Next.js: SSR, CSR, ISR and SSG

Understanding Next.js: SSR, CSR, ISR and SSG

11
Comments
5 min read
Designing Resilient and Scalable Architectures in React Projects

Designing Resilient and Scalable Architectures in React Projects

Comments
2 min read
Threading vs Asyncio vs Multiprocessing

Threading vs Asyncio vs Multiprocessing

7
Comments
3 min read
Error Messages: The Art of Effective Communication in Software Development

Error Messages: The Art of Effective Communication in Software Development

2
Comments
3 min read
Setting Up SMTP Relay for Enhanced Email Reliability

Setting Up SMTP Relay for Enhanced Email Reliability

7
Comments 2
8 min read
This Is The Best Advanced React Book I’ve Ever Read

This Is The Best Advanced React Book I’ve Ever Read

16
Comments 2
2 min read
Destructuring Arrays in JavaScript

Destructuring Arrays in JavaScript

10
Comments
3 min read
Review my React-native Based Playground

Review my React-native Based Playground

10
Comments
1 min read
Xprz Package

Xprz Package

5
Comments
4 min read
Exploring React 19: Delving into the Anticipated Major Update

Exploring React 19: Delving into the Anticipated Major Update

Comments
2 min read
Last month on Glitch was weird and wonderful, let's blog about it! ✍️

Last month on Glitch was weird and wonderful, let's blog about it! ✍️

6
Comments 1
4 min read
React será compilado

React será compilado

Comments
12 min read
Dive into ES6

Dive into ES6

1
Comments
5 min read
How NodeJs Works??

How NodeJs Works??

4
Comments
4 min read
Mastering React State Management with useReducer: A Comprehensive Guide

Mastering React State Management with useReducer: A Comprehensive Guide

1
Comments
2 min read
Ready to #learn and #share

Ready to #learn and #share

Comments
1 min read
Using Base64 Data for Image Handling and Manipulation

Using Base64 Data for Image Handling and Manipulation

7
Comments
4 min read
The "last mile" of functional-reactive web development

The "last mile" of functional-reactive web development

Comments
2 min read
Things I learned while building my Component Library

Things I learned while building my Component Library

20
Comments 1
6 min read
Understanding the CSS Box Model: A Comprehensive Guide

Understanding the CSS Box Model: A Comprehensive Guide

Comments
2 min read
🌟 On-Scroll Elegance - Animate Your Sticky Sections with Flair

🌟 On-Scroll Elegance - Animate Your Sticky Sections with Flair

Comments
3 min read
Unlocking Interactivity: Crafting a Hamburger Menu with HTML, CSS, and JavaScript

Unlocking Interactivity: Crafting a Hamburger Menu with HTML, CSS, and JavaScript

4
Comments
2 min read
Demystifying Headless - Dev Resources

Demystifying Headless - Dev Resources

Comments
1 min read
Adding Twitter/VIM-inspired navigation to my React website

Adding Twitter/VIM-inspired navigation to my React website

10
Comments 3
3 min read
What is Virtual DOM in React?

What is Virtual DOM in React?

Comments
1 min read
One last time : API URL vs Api URI

One last time : API URL vs Api URI

1
Comments
2 min read
A Well-Architected FastAPI Boilerplate

A Well-Architected FastAPI Boilerplate

3
Comments
11 min read
Day-10 of Learning JavaScript: Whip Up Weather Wonders: Craft Your Own City-Ready Weather App with JavaScript Magic!

Day-10 of Learning JavaScript: Whip Up Weather Wonders: Craft Your Own City-Ready Weather App with JavaScript Magic!

1
Comments
10 min read
Introducing Global Search for Generated Apps

Introducing Global Search for Generated Apps

Comments
1 min read
loading...