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.
[每次突破0.1] Javascript中的==运算和转换

[每次突破0.1] Javascript中的==运算和转换

1
Comments
1 min read
JavaScript Display Objects

JavaScript Display Objects

1
Comments
2 min read
JavaScript Object Accessors

JavaScript Object Accessors

2
Comments
2 min read
Node version enforcement and convenience

Node version enforcement and convenience

Comments
2 min read
Buffered vs Streaming Data Transfer

Buffered vs Streaming Data Transfer

19
Comments 5
6 min read
JavaScript Object Methods

JavaScript Object Methods

2
Comments
2 min read
Making a 90s aesthetic text shadow design tool in only 30 lines of pure HTML web component code + 1 extra file (no node or JS!)

Making a 90s aesthetic text shadow design tool in only 30 lines of pure HTML web component code + 1 extra file (no node or JS!)

Comments
4 min read
JavaScript Object Properties

JavaScript Object Properties

Comments
2 min read
Angular 17, does SSR/SSG really work?

Angular 17, does SSR/SSG really work?

1
Comments
3 min read
Remix with Kent C. Dodds

Remix with Kent C. Dodds

Comments
4 min read
Fullscreen API in JS

Fullscreen API in JS

Comments
1 min read
Create your OWN intrusive javascript blocker script 🛑

Create your OWN intrusive javascript blocker script 🛑

8
Comments
3 min read
Svelte journey | Motion, Transitions, Animations

Svelte journey | Motion, Transitions, Animations

6
Comments
4 min read
Reactive Programming with RxJS

Reactive Programming with RxJS

5
Comments
3 min read
How to Deploy Your React or Vite Project on GitHub Pages using gh-pages

How to Deploy Your React or Vite Project on GitHub Pages using gh-pages

8
Comments 3
2 min read
Develop the right thing every time and become a 10x engineer 🏆: The art of writing RFCs 🥋

Develop the right thing every time and become a 10x engineer 🏆: The art of writing RFCs 🥋

378
Comments 33
11 min read
Typesafe API with TS-Rest, React Query

Typesafe API with TS-Rest, React Query

2
Comments
5 min read
Convert text links in a text area to clickable links

Convert text links in a text area to clickable links

4
Comments 1
3 min read
Build a Mobile Search Engine using Next.js in 10 minutes.

Build a Mobile Search Engine using Next.js in 10 minutes.

Comments
11 min read
Top 50 Questions For Gate Exam 2024

Top 50 Questions For Gate Exam 2024

1
Comments
5 min read
Vue.js: Mastering V-Directives, Creating Custom Directives with Examples

Vue.js: Mastering V-Directives, Creating Custom Directives with Examples

Comments
5 min read
Sorting Arrays in JavaScript: toSorted() and sort()

Sorting Arrays in JavaScript: toSorted() and sort()

2
Comments
2 min read
Jamstack Development: Revolutionizing Web Development

Jamstack Development: Revolutionizing Web Development

5
Comments 4
3 min read
Building a Collaborative Whiteboard using ReactJS, Socket.io and NodeJS 🤝

Building a Collaborative Whiteboard using ReactJS, Socket.io and NodeJS 🤝

89
Comments 4
7 min read
Signals In React | Catching up with the latest trends

Signals In React | Catching up with the latest trends

14
Comments 14
2 min read
Writing Conway's Game of Life on JavaScript

Writing Conway's Game of Life on JavaScript

4
Comments
9 min read
Frontend Development in 2024: Crafting a Dynamic Skillset for Success

Frontend Development in 2024: Crafting a Dynamic Skillset for Success

83
Comments 10
4 min read
Unveiling the Power of Virtual DOM for Efficient UI Rendering

Unveiling the Power of Virtual DOM for Efficient UI Rendering

5
Comments 2
2 min read
Why Are Programming Languages Looking More Like JavaScript?

Why Are Programming Languages Looking More Like JavaScript?

4
Comments 2
2 min read
Received a badge some days ago.

Received a badge some days ago.

Comments
1 min read
toSorted() vs sort()

toSorted() vs sort()

2
Comments
1 min read
🚀Extensões usadas em 2023 🚀 *Especial Fim de Ano*

🚀Extensões usadas em 2023 🚀 *Especial Fim de Ano*

1
Comments
2 min read
Google Chrome DevTools: Handy Tips

Google Chrome DevTools: Handy Tips

Comments
3 min read
5 Ways to Instantly Optimize Your React Application

5 Ways to Instantly Optimize Your React Application

11
Comments 2
2 min read
Unleashing the Power of Node.js: A Developer's Guide

Unleashing the Power of Node.js: A Developer's Guide

Comments
2 min read
Adding workflows to an Astro app with Inngest

Adding workflows to an Astro app with Inngest

12
Comments 6
5 min read
Build a simple code editor

Build a simple code editor

2
Comments
6 min read
Code Smell 235 - Console Side Effects

Code Smell 235 - Console Side Effects

5
Comments
2 min read
Docusaurus Site Search Plugin

Docusaurus Site Search Plugin

2
Comments 1
4 min read
Mastering Next.js 14: A Comprehensive Tutorial for Web Developers

Mastering Next.js 14: A Comprehensive Tutorial for Web Developers

21
Comments 4
4 min read
September’23 Updates: Test on Real iPhone 15 Series, AI-Powered Custom Flaky Test Detection, and More

September’23 Updates: Test on Real iPhone 15 Series, AI-Powered Custom Flaky Test Detection, and More

Comments
9 min read
Building tiny-localstorage-db: A Lightweight Local Database for Browser Storage

Building tiny-localstorage-db: A Lightweight Local Database for Browser Storage

Comments
1 min read
🚨 🚀 25 Reasons (You MUST Know!!) Why *Some* “Listicles” Are BAD for dev.to 🤯 👿 🚨

🚨 🚀 25 Reasons (You MUST Know!!) Why *Some* “Listicles” Are BAD for dev.to 🤯 👿 🚨

145
Comments 83
5 min read
Copy the content of an element to your clipboard

Copy the content of an element to your clipboard

Comments
3 min read
How to Update NPM Packages:

How to Update NPM Packages:

4
Comments 1
3 min read
Make a text area fit its content automatically

Make a text area fit its content automatically

5
Comments 4
4 min read
Making a 90s aesthetic word art text picker in only 20 lines of pure HTML web component code + 1 extra file (no node or JS!)

Making a 90s aesthetic word art text picker in only 20 lines of pure HTML web component code + 1 extra file (no node or JS!)

3
Comments 1
4 min read
APICache: free API performance and caching service

APICache: free API performance and caching service

Comments
2 min read
the Power of JavaScript's "for...of" Loop

the Power of JavaScript's "for...of" Loop

5
Comments
2 min read
Form Validation with Zod and Prismane

Form Validation with Zod and Prismane

Comments
4 min read
GraphQl with Apollo Server and usage of Query, Aliases,Arguments, Fragments (Part 2)

GraphQl with Apollo Server and usage of Query, Aliases,Arguments, Fragments (Part 2)

1
Comments
4 min read
Claves para Dominar JavaScript como Full-Stack Developer en la Industria Tecnológica

Claves para Dominar JavaScript como Full-Stack Developer en la Industria Tecnológica

Comments
2 min read
Introduction To Javascript

Introduction To Javascript

Comments
2 min read
Understanding JavaScript Iterables

Understanding JavaScript Iterables

Comments
2 min read
Dominando JavaScript: Guía para Profundizar en el Lenguaje de la Web

Dominando JavaScript: Guía para Profundizar en el Lenguaje de la Web

7
Comments
2 min read
JavaScript Break and Continue Statements

JavaScript Break and Continue Statements

Comments
2 min read
Exploring the Power of JavaScript While Loop

Exploring the Power of JavaScript While Loop

Comments
2 min read
Understanding JavaScript's `for...in` Loop

Understanding JavaScript's `for...in` Loop

1
Comments
2 min read
JavaScript/Typescript is here to conquer

JavaScript/Typescript is here to conquer

1
Comments
2 min read
How to create COPY TO CLIPBOARD BUTTON for url of webpage

How to create COPY TO CLIPBOARD BUTTON for url of webpage

Comments
1 min read
loading...