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.
A Zero-Cost Monitoring Solution

A Zero-Cost Monitoring Solution

6
Comments
4 min read
Getting Started With Nest.js

Getting Started With Nest.js

20
Comments
3 min read
[Video] Understand How to Submit Forms

[Video] Understand How to Submit Forms

1
Comments
1 min read
"Mastering JavaScript Design Patterns: A Comprehensive Handbook"

"Mastering JavaScript Design Patterns: A Comprehensive Handbook"

4
Comments
3 min read
A Powerful Node.JS CLI Time Tracker ⏱️🚀

A Powerful Node.JS CLI Time Tracker ⏱️🚀

14
Comments 2
5 min read
[每次突破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
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
JavaScript Object Properties

JavaScript Object Properties

Comments
2 min read
Building a desktop app with JavaScript

Building a desktop app with JavaScript

49
Comments 13
4 min read
Remix with Kent C. Dodds

Remix with Kent C. Dodds

Comments
4 min read
JS13kGames: a game jam under 13kB

JS13kGames: a game jam under 13kB

Comments 2
4 min read
Understanding Cookies and Sessions in Node.js

Understanding Cookies and Sessions in Node.js

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

Create your OWN intrusive javascript blocker script 🛑

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

Svelte journey | Motion, Transitions, Animations

5
Comments
4 min read
Reactive Programming with RxJS

Reactive Programming with RxJS

5
Comments
3 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 🥋

374
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
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

5
Comments 2
2 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
Create responsive navbar with React and Tailwind using the same markdown

Create responsive navbar with React and Tailwind using the same markdown

Comments
5 min read
Signals In React | Catching up with the latest trends

Signals In React | Catching up with the latest trends

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

Writing Conway's Game of Life on JavaScript

3
Comments
9 min read
Navigating JSON (JavaScript Object Notation): Serialization and Parsing

Navigating JSON (JavaScript Object Notation): Serialization and Parsing

1
Comments
3 min read
Frontend Development in 2024: Crafting a Dynamic Skillset for Success

Frontend Development in 2024: Crafting a Dynamic Skillset for Success

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

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

78
Comments 4
7 min read
Why Are Programming Languages Looking More Like JavaScript?

Why Are Programming Languages Looking More Like JavaScript?

4
Comments 2
2 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
toSorted() vs sort()

toSorted() vs sort()

2
Comments
1 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
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
Using ChatGPT To Translate React App into Over 40 Languages in Just 100 Seconds

Using ChatGPT To Translate React App into Over 40 Languages in Just 100 Seconds

7
Comments
4 min read
Docusaurus Site Search Plugin

Docusaurus Site Search Plugin

2
Comments 1
4 min read
Code Smell 235 - Console Side Effects

Code Smell 235 - Console Side Effects

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

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

20
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
Copy the content of an element to your clipboard

Copy the content of an element to your clipboard

Comments
3 min read
How to test the built version of your react app while developing locally?

How to test the built version of your react app while developing locally?

2
Comments
2 min read
How to Update NPM Packages:

How to Update NPM Packages:

4
Comments 1
3 min read
HackTheBox - Writeup Unobtainium [Retired]

HackTheBox - Writeup Unobtainium [Retired]

Comments
26 min read
Make a text area fit its content automatically

Make a text area fit its content automatically

2
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
Writing Scalable Code for Self-Taught Developers

Writing Scalable Code for Self-Taught Developers

Comments
3 min read
Javascript Beginner's Guide

Javascript Beginner's Guide

1
Comments 1
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
APICache: free API performance and caching service

APICache: free API performance and caching service

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
Who’s That Pokémon? | JavaScript Project

Who’s That Pokémon? | JavaScript Project

24
Comments 3
6 min read
loading...