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.
Hacer test de componentes en React con Enzyme

Hacer test de componentes en React con Enzyme

16
Comments 3
10 min read
543. Diameter of Binary Tree

543. Diameter of Binary Tree

5
Comments
1 min read
JAVASCRIPT Callbacks

JAVASCRIPT Callbacks

5
Comments
1 min read
Here’s Another List of Exciting Front-End Challenges

Here’s Another List of Exciting Front-End Challenges

63
Comments
4 min read
React Router in 5 minutes

React Router in 5 minutes

200
Comments 8
4 min read
I completely rewrote my personal website using Dev.to as a CMS

I completely rewrote my personal website using Dev.to as a CMS

275
Comments 16
6 min read
Introducing the Page Visibility API

Introducing the Page Visibility API

17
Comments
4 min read
Learn Vue 3 or Vue 2?

Learn Vue 3 or Vue 2?

5
Comments 4
1 min read
Magic Responsive Tables with Stimulus and IntersectionObserver

Magic Responsive Tables with Stimulus and IntersectionObserver

2
Comments
7 min read
Introduction to Learn Hapi/MySQL Series

Introduction to Learn Hapi/MySQL Series

3
Comments
3 min read
How to persist data and access them on both client and server side in Next.js

How to persist data and access them on both client and server side in Next.js

12
Comments
2 min read
¿Cómo empezar a usar Runnerty?

¿Cómo empezar a usar Runnerty?

13
Comments
7 min read
Frontend Knowledge Pills

Frontend Knowledge Pills

57
Comments 9
1 min read
How to get an accurate position estimate from the Geolocation API in JavaScript

How to get an accurate position estimate from the Geolocation API in JavaScript

49
Comments 1
3 min read
Creating a JavaScript promise from scratch, Part 7: Unhandled rejection tracking

Creating a JavaScript promise from scratch, Part 7: Unhandled rejection tracking

3
Comments
15 min read
Elementary Data Structures with JavaScript - Linked Lists - PART 2🚀

Elementary Data Structures with JavaScript - Linked Lists - PART 2🚀

11
Comments
3 min read
Responsive Navbar with animation

Responsive Navbar with animation

9
Comments
1 min read
Solution: Valid Anagram

Solution: Valid Anagram

10
Comments 1
2 min read
How to check if a string contains at least one letter using regular expression (regex) in JavaScript?

How to check if a string contains at least one letter using regular expression (regex) in JavaScript?

3
Comments
1 min read
Choosing a node.js database

Choosing a node.js database

89
Comments 7
3 min read
Do you know what open source dependencies your teams are using?

Do you know what open source dependencies your teams are using?

7
Comments 3
4 min read
Improving testability of your react components

Improving testability of your react components

10
Comments
5 min read
How & Why to use the `:key` attribute in VueJS v-for loops

How & Why to use the `:key` attribute in VueJS v-for loops

8
Comments
5 min read
I created a reddit clone

I created a reddit clone

80
Comments 3
4 min read
Angular I18nSelect Pipe 🚀

Angular I18nSelect Pipe 🚀

7
Comments
1 min read
JS Node (express-rate-limiter)

JS Node (express-rate-limiter)

7
Comments 2
4 min read
How to do bit manipulation in JavaScript

How to do bit manipulation in JavaScript

14
Comments
4 min read
JavaScript Course — Part 1/3

JavaScript Course — Part 1/3

7
Comments
6 min read
Introduction to Regular Expressions

Introduction to Regular Expressions

21
Comments 5
2 min read
Mastering The Database - Accessing Nested Records - Series #10

Mastering The Database - Accessing Nested Records - Series #10

5
Comments
2 min read
React Patterns: A Component with Many Content Variants

React Patterns: A Component with Many Content Variants

89
Comments 3
3 min read
Multiple Themes for Next.js with next-themes, Tailwind CSS and CSS Custom Properties

Multiple Themes for Next.js with next-themes, Tailwind CSS and CSS Custom Properties

29
Comments
9 min read
JavaScript Course — Part 2/3

JavaScript Course — Part 2/3

3
Comments
3 min read
How to measure the time javascript function with performance.now()

How to measure the time javascript function with performance.now()

5
Comments
1 min read
Simple separation of concerns in JS Part 2

Simple separation of concerns in JS Part 2

3
Comments
2 min read
Angular KeyValue Pipe 🚀

Angular KeyValue Pipe 🚀

29
Comments 4
1 min read
JavaScript Module Pattern

JavaScript Module Pattern

20
Comments 2
2 min read
Functional programming.js

Functional programming.js

5
Comments
1 min read
Snow Days and Javascript Promises

Snow Days and Javascript Promises

20
Comments 1
5 min read
Complete Skillset You Must Know as React developer ✡️

Complete Skillset You Must Know as React developer ✡️

14
Comments 1
8 min read
How to Create Dockerized NodeJS with MySQL Database

How to Create Dockerized NodeJS with MySQL Database

54
Comments 10
3 min read
Singly Linked Lists

Singly Linked Lists

3
Comments
6 min read
NgRx Facade Pattern

NgRx Facade Pattern

22
Comments 2
4 min read
7 Places to Host Your Jamstack Site

7 Places to Host Your Jamstack Site

64
Comments 1
4 min read
Contributing to an Open Source Project - journal

Contributing to an Open Source Project - journal

7
Comments 1
3 min read
Quick Sort

Quick Sort

7
Comments
2 min read
Learning what VueJS is and how to use it!

Learning what VueJS is and how to use it!

5
Comments
2 min read
Radix Sort

Radix Sort

3
Comments
2 min read
How I write web apps in 2021 ?

How I write web apps in 2021 ?

20
Comments 5
10 min read
¿Por qué deberías usar React Query o SWR?

¿Por qué deberías usar React Query o SWR?

19
Comments
8 min read
Metamask Integration With Laravel

Metamask Integration With Laravel

19
Comments 5
4 min read
Javascript dynamic imports + Next.js

Javascript dynamic imports + Next.js

31
Comments
4 min read
How to check if a string contains at least one number using regular expression (regex) in JavaScript?

How to check if a string contains at least one number using regular expression (regex) in JavaScript?

8
Comments 1
1 min read
Working with JSON in JS, the easy way! JSONata

Working with JSON in JS, the easy way! JSONata

11
Comments
4 min read
Building GitHub-style Hovercards with StimulusJS and HTML-over-the-wire

Building GitHub-style Hovercards with StimulusJS and HTML-over-the-wire

3
Comments 1
10 min read
Angular Event Binding Deep Dive

Angular Event Binding Deep Dive

10
Comments 1
2 min read
Handling runtime errors when server side rendering with Next.js

Handling runtime errors when server side rendering with Next.js

17
Comments 1
3 min read
Elementary Data Structures with JavaScript - Linked Lists - PART 1🚀

Elementary Data Structures with JavaScript - Linked Lists - PART 1🚀

13
Comments
5 min read
Integrate Passport.js to Node, Express, and Vue

Integrate Passport.js to Node, Express, and Vue

64
Comments
6 min read
Angular & TailwindCSS

Angular & TailwindCSS

5
Comments
3 min read
loading...