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.
TinyMCE 7 - Revision History, Document Converters, Markdown and more!

TinyMCE 7 - Revision History, Document Converters, Markdown and more!

5
Comments
3 min read
Javascript for beginners 🚀

Javascript for beginners 🚀

1
Comments
3 min read
Difference between Objects and Arrays in Javascript

Difference between Objects and Arrays in Javascript

Comments
2 min read
Adding dark mode to your app has never been this easy.

Adding dark mode to your app has never been this easy.

6
Comments
5 min read
Descomplicando a Busca Binária

Descomplicando a Busca Binária

1
Comments
6 min read
5 Things I learned from participating in 25+ hackathons (winning 7 of them)

5 Things I learned from participating in 25+ hackathons (winning 7 of them)

Comments
1 min read
Top 7 Must-Have JavaScript Web APIs! 🚀🌐

Top 7 Must-Have JavaScript Web APIs! 🚀🌐

4
Comments
4 min read
Drawing the Line: When to Use Server and Client Components in Your Next.js App

Drawing the Line: When to Use Server and Client Components in Your Next.js App

9
Comments
3 min read
Empowering Your Tech Journey: Building Confidence Through Open Source

Empowering Your Tech Journey: Building Confidence Through Open Source

Comments
4 min read
Prototype and Prototypical Inheritance

Prototype and Prototypical Inheritance

1
Comments
2 min read
Reducing Bundle size of a Frontend application by optimizing Lodash imports

Reducing Bundle size of a Frontend application by optimizing Lodash imports

3
Comments
1 min read
JavaScript / ECMAScript Versions...

JavaScript / ECMAScript Versions...

8
Comments 1
3 min read
How to use AWS S3 pre-signed URLs to upload and download files

How to use AWS S3 pre-signed URLs to upload and download files

41
Comments 15
6 min read
Simple JavaScript Signal Concept

Simple JavaScript Signal Concept

1
Comments
1 min read
how to build responsive blogs card

how to build responsive blogs card

2
Comments
4 min read
Cross-Domain Tracking Implementation

Cross-Domain Tracking Implementation

3
Comments
1 min read
Exploring JSON stringify

Exploring JSON stringify

Comments
3 min read
GraphQL vs REST: Unraveling the Key Differences and Use Cases

GraphQL vs REST: Unraveling the Key Differences and Use Cases

5
Comments
3 min read
React Select: The complete guide with code examples

React Select: The complete guide with code examples

20
Comments 2
9 min read
What’s Preact and What’s the Difference Between Preact and React?

What’s Preact and What’s the Difference Between Preact and React?

Comments
2 min read
March on Glitch goes in like a lion and out like...an app. Yep, that’s the one.

March on Glitch goes in like a lion and out like...an app. Yep, that’s the one.

6
Comments
3 min read
Maximize WooCommerce: Top 10 Essential Plugins

Maximize WooCommerce: Top 10 Essential Plugins

Comments
3 min read
Understanding JSX in React

Understanding JSX in React

Comments
2 min read
Building a High-Performance Website with Next.js and WordPress

Building a High-Performance Website with Next.js and WordPress

11
Comments 2
3 min read
Exploring Inheritance in Object-Oriented Programming

Exploring Inheritance in Object-Oriented Programming

15
Comments
4 min read
✨Building a PDF Viewer for Vue.js with PDF.js, vue3-pdf-app and more 🚀

✨Building a PDF Viewer for Vue.js with PDF.js, vue3-pdf-app and more 🚀

65
Comments 2
6 min read
How we improved our client-side PDF generation by 5x

How we improved our client-side PDF generation by 5x

31
Comments 16
3 min read
Chillin' with WinterJS: The Need for Speed...or Just Some Cold Air?

Chillin' with WinterJS: The Need for Speed...or Just Some Cold Air?

17
Comments 2
2 min read
Elevating UI Development Process: 10 Essential Strategies

Elevating UI Development Process: 10 Essential Strategies

Comments
5 min read
Just for Fun: Create a Battery Indicator with React (Works Only in Chrome)

Just for Fun: Create a Battery Indicator with React (Works Only in Chrome)

6
Comments 3
5 min read
Should You Specialize Or Not? Solving A Developer's Dilemma

Should You Specialize Or Not? Solving A Developer's Dilemma

34
Comments 3
6 min read
Understanding JavaScript Promises and Callbacks

Understanding JavaScript Promises and Callbacks

Comments
2 min read
Playing Bad Apple! by throwing Javascript errors

Playing Bad Apple! by throwing Javascript errors

Comments
4 min read
Lessons from open-source: How to create an array containing 0..N using Array.from?

Lessons from open-source: How to create an array containing 0..N using Array.from?

Comments
2 min read
17 Libraries You Should Know if You Build with React

17 Libraries You Should Know if You Build with React

645
Comments 42
23 min read
How to create a Humbuger menu using Html, css and JavaScript

How to create a Humbuger menu using Html, css and JavaScript

1
Comments
2 min read
1 of 365 Coding challenge

1 of 365 Coding challenge

5
Comments 4
2 min read
I have created a small anti-depression script

I have created a small anti-depression script

77
Comments 29
1 min read
Integrating Nodemailer in a Node.js Project

Integrating Nodemailer in a Node.js Project

5
Comments
2 min read
Take control over your media loading

Take control over your media loading

1
Comments
4 min read
Building Simple CRM with Vue: Designing and Setting Up a User-friendly Login Interface

Building Simple CRM with Vue: Designing and Setting Up a User-friendly Login Interface

1
Comments
3 min read
RiotJS Material Design (how to setup BeerCSS)🍻

RiotJS Material Design (how to setup BeerCSS)🍻

9
Comments
3 min read
Powerful Date tricks in JavaScript that don't require any external libraries

Powerful Date tricks in JavaScript that don't require any external libraries

Comments
2 min read
Why to Choose TypeScript over JavaScript : TypeScript vs JavaScript

Why to Choose TypeScript over JavaScript : TypeScript vs JavaScript

Comments
2 min read
Monthiversary Celebration

Monthiversary Celebration

1
Comments 1
1 min read
🧙‍♂️Master JavaScript with these 5 GitHub repositories🪄✨🚀

🧙‍♂️Master JavaScript with these 5 GitHub repositories🪄✨🚀

27
Comments 7
2 min read
DOM (Document Object Model)

DOM (Document Object Model)

Comments
1 min read
Create a Node package on your local Laravel environment

Create a Node package on your local Laravel environment

Comments
6 min read
React component cover another component , how can I solve this?

React component cover another component , how can I solve this?

Comments 1
1 min read
Architecting Resilient Kubernetes Systems: The Power of Taints and Tolerations in Disaster Recovery

Architecting Resilient Kubernetes Systems: The Power of Taints and Tolerations in Disaster Recovery

Comments
6 min read
LeetCode Meditations: Valid Parentheses

LeetCode Meditations: Valid Parentheses

1
Comments
2 min read
How to use array methods in real project (example) add new record

How to use array methods in real project (example) add new record

3
Comments
3 min read
call, bind, and apply Methods Unveiled in JavaScript

call, bind, and apply Methods Unveiled in JavaScript

5
Comments
4 min read
How to use async/await

How to use async/await

2
Comments
2 min read
Tech gems 👁️ #3: Node.js redesign, Memory-safe languages and Tailwind V4

Tech gems 👁️ #3: Node.js redesign, Memory-safe languages and Tailwind V4

Comments
2 min read
JavaScript WebRTC. WebRTC example JavaScript 🌐Remote Controller

JavaScript WebRTC. WebRTC example JavaScript 🌐Remote Controller

2
Comments
3 min read
Methods of React children component in react

Methods of React children component in react

Comments
2 min read
Conditional rendering in react || conditional rendering example in react

Conditional rendering in react || conditional rendering example in react

1
Comments
2 min read
Subscription App (part 2)

Subscription App (part 2)

1
Comments 2
2 min read
Unlocking the Power of Map, Filter, and Reduce in JavaScript

Unlocking the Power of Map, Filter, and Reduce in JavaScript

1
Comments 2
5 min read
loading...