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.
Lazyload Scripts like Images

Lazyload Scripts like Images

Comments
3 min read
Algo:: Tree Sum Should Match the Target

Algo:: Tree Sum Should Match the Target

8
Comments
1 min read
Day 3:From Strings to Numbers: Demystifying JavaScript Type Conversions

Day 3:From Strings to Numbers: Demystifying JavaScript Type Conversions

Comments
2 min read
Monitoring Browser Applications with OpenTelemetry

Monitoring Browser Applications with OpenTelemetry

1
Comments
7 min read
Kicking Off My Hacktoberfest Journey!

Kicking Off My Hacktoberfest Journey!

7
Comments 2
1 min read
A button who avoid your mouse 🏃‍♂️

A button who avoid your mouse 🏃‍♂️

1
Comments
1 min read
📚 مفهوم البرمجة الشيئية في JavaScript: البروتوتايب والفئات 🚀

📚 مفهوم البرمجة الشيئية في JavaScript: البروتوتايب والفئات 🚀

Comments
1 min read
What Are Design Tokens and Why Should We Use Them?

What Are Design Tokens and Why Should We Use Them?

Comments
5 min read
How to Implement Singly Linked List in JavaScript

How to Implement Singly Linked List in JavaScript

6
Comments
5 min read
Speed Up Your CSS with One Simple Property

Speed Up Your CSS with One Simple Property

1
Comments
1 min read
Understanding the useEffect() Hook in React

Understanding the useEffect() Hook in React

4
Comments
2 min read
React navigation basics

React navigation basics

1
Comments
3 min read
Authentication with express js and react js using jwt

Authentication with express js and react js using jwt

1
Comments
4 min read
Guía para Aumentar tus Ingresos como desarrollador

Guía para Aumentar tus Ingresos como desarrollador

6
Comments
4 min read
Understanding Layout Components and React Router Outlet in React

Understanding Layout Components and React Router Outlet in React

6
Comments 5
4 min read
Asynchronous Operations in JavaScript: The Event Loop

Asynchronous Operations in JavaScript: The Event Loop

11
Comments
5 min read
Top React Design Patterns Every Developer Should Know for Scalable and Efficient Apps

Top React Design Patterns Every Developer Should Know for Scalable and Efficient Apps

6
Comments
3 min read
Comparación entre ECMAScript 5 (ES5) y ECMAScript 6 (ES6)

Comparación entre ECMAScript 5 (ES5) y ECMAScript 6 (ES6)

5
Comments
3 min read
Cómo Iniciar en el Desarrollo Web

Cómo Iniciar en el Desarrollo Web

5
Comments
4 min read
¿Cómo empezó JavaScript?

¿Cómo empezó JavaScript?

5
Comments
2 min read
Pulsy Readme updated

Pulsy Readme updated

Comments
5 min read
Join Hacktoberfest 2024 and Make Your First Open Source Contribution!

Join Hacktoberfest 2024 and Make Your First Open Source Contribution!

Comments
2 min read
React: State X Derived State

React: State X Derived State

5
Comments
1 min read
Beginner web dev

Beginner web dev

Comments
1 min read
🚀 Introducing fetchff: A lightweight alternative for Your Fetching Needs in Javascript!

🚀 Introducing fetchff: A lightweight alternative for Your Fetching Needs in Javascript!

3
Comments 2
4 min read
Creating Reusable Components with Storybook

Creating Reusable Components with Storybook

Comments
2 min read
React.js is popular for several reasons:

React.js is popular for several reasons:

5
Comments
1 min read
Macbook or Windows Laptop?

Macbook or Windows Laptop?

10
Comments 43
1 min read
Here's How I implement cursor-based pagination in jQuery Datatable.

Here's How I implement cursor-based pagination in jQuery Datatable.

15
Comments 1
3 min read
7 Best SaaS Boilerplates to Lauch Your SaaS Startup Faster 🚀

7 Best SaaS Boilerplates to Lauch Your SaaS Startup Faster 🚀

38
Comments 2
3 min read
Interlúdio Técnico #1 - OracleDB no JavaScript

Interlúdio Técnico #1 - OracleDB no JavaScript

Comments
5 min read
Regarding Beginner Challenges

Regarding Beginner Challenges

Comments
1 min read
Customizing Tailwind CSS – Extending the Framework

Customizing Tailwind CSS – Extending the Framework

Comments
2 min read
Using jQuery

Using jQuery

Comments
2 min read
Understanding JavaScript Event Delegation

Understanding JavaScript Event Delegation

Comments
2 min read
React App’s Performance with Lazy Loading

React App’s Performance with Lazy Loading

22
Comments 3
3 min read
Mastering the 'Router Query Value Changed' Project in Vue.js

Mastering the 'Router Query Value Changed' Project in Vue.js

Comments
3 min read
Understanding Asynchronous Code in JavaScript: What It Is and Why It Matters

Understanding Asynchronous Code in JavaScript: What It Is and Why It Matters

Comments
4 min read
Hexabot Setup & Visual Editor Tutorial: Build Your First AI Chatbot 06:28

Hexabot Setup & Visual Editor Tutorial: Build Your First AI Chatbot

9
Comments
1 min read
Generating dynamic layouts in Vue using recursive components

Generating dynamic layouts in Vue using recursive components

1
Comments
2 min read
Intro to CSS animations for React developers

Intro to CSS animations for React developers

6
Comments
12 min read
Array Grouping In JavaScript (2024)

Array Grouping In JavaScript (2024)

Comments
2 min read
"Master JavaScript Hoisting: 10 Tricky Output Questions Every Developer Must Know!" Part 1

"Master JavaScript Hoisting: 10 Tricky Output Questions Every Developer Must Know!" Part 1

6
Comments
4 min read
I Created a Splendid Button🤯🤯. Learn How?

I Created a Splendid Button🤯🤯. Learn How?

Comments
1 min read
🚀 **Self-Hosting 101: Take Control of Your Digital Life** 🔒

🚀 **Self-Hosting 101: Take Control of Your Digital Life** 🔒

2
Comments
2 min read
⚛️ Optimizing the Critical Rendering Path in React Applications

⚛️ Optimizing the Critical Rendering Path in React Applications

Comments
3 min read
Efficient Data Handling with Node.js Streams

Efficient Data Handling with Node.js Streams

1
Comments
5 min read
Promise.finally(): Your Secret Weapon for Smoother Promise

Promise.finally(): Your Secret Weapon for Smoother Promise

1
Comments
1 min read
Day 2: Deep Dive into JavaScript Data Types, Strict Mode, and Basic Operations

Day 2: Deep Dive into JavaScript Data Types, Strict Mode, and Basic Operations

Comments
3 min read
Get specific properties from an array of Objects in JavaScript

Get specific properties from an array of Objects in JavaScript

Comments
1 min read
Disadvantages of Interface Segregation Principle(ISP)

Disadvantages of Interface Segregation Principle(ISP)

25
Comments
2 min read
Unit Testing: A Comprehensive Guide

Unit Testing: A Comprehensive Guide

Comments
5 min read
Event Planner

Event Planner

2
Comments
1 min read
Reverse the case of a string - Javascript

Reverse the case of a string - Javascript

5
Comments
1 min read
Unlocking Agile: Beyond the framework

Unlocking Agile: Beyond the framework

3
Comments 1
7 min read
Diving into JavaScript

Diving into JavaScript

1
Comments
1 min read
Inline View Method and the Correlated Subquery in SQL

Inline View Method and the Correlated Subquery in SQL

9
Comments
3 min read
Analyzing Trends with Technical Indicators in CanvasJS

Analyzing Trends with Technical Indicators in CanvasJS

1
Comments 1
3 min read
Best Hackathon Project 2024-25 ⚙️

Best Hackathon Project 2024-25 ⚙️

Comments
2 min read
Lustre and Gleam Make my Heart Rate Go Down - a Case Study

Lustre and Gleam Make my Heart Rate Go Down - a Case Study

17
Comments 1
4 min read
loading...