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.
What is Throttling? How to implement it in JS?

What is Throttling? How to implement it in JS?

4
Comments
1 min read
Use TypeScript to DRY up React components

Use TypeScript to DRY up React components

3
Comments 2
5 min read
Automated Accessibility Part 2: Mobile Web Testing

Automated Accessibility Part 2: Mobile Web Testing

7
Comments
4 min read
.toLowerCase() or not to Lowercase

.toLowerCase() or not to Lowercase

1
Comments
1 min read
Create a random color toast notification

Create a random color toast notification

7
Comments
1 min read
Debugging with console.log

Debugging with console.log

Comments
1 min read
Creating a HTML Tag Function - Part 1

Creating a HTML Tag Function - Part 1

15
Comments
6 min read
How to create 3D models (e.g. irregular floors) with javascript

How to create 3D models (e.g. irregular floors) with javascript

2
Comments
3 min read
Manage your state with the useState hook in React

Manage your state with the useState hook in React

6
Comments 2
2 min read
Tauri + NodeJS: Alternative to Electron

Tauri + NodeJS: Alternative to Electron

3
Comments
2 min read
JavaScript Debugging

JavaScript Debugging

1
Comments
3 min read
Autenticações com JavaScript Web Tokens

Autenticações com JavaScript Web Tokens

Comments
4 min read
NestJs Course - part 1: Controller and Routing

NestJs Course - part 1: Controller and Routing

Comments
3 min read
SvelteKit Local Edge Functions: Edge on Localhost

SvelteKit Local Edge Functions: Edge on Localhost

Comments
7 min read
Using Custom Queries in Vue Storefront 2

Using Custom Queries in Vue Storefront 2

3
Comments
1 min read
Build a CRUD API using NestJS, MongoDB, Docker & Docker Compose

Build a CRUD API using NestJS, MongoDB, Docker & Docker Compose

25
Comments 1
10 min read
"👩‍💻🎉".length = 7 ??? How to count emojis with Javascript

"👩‍💻🎉".length = 7 ??? How to count emojis with Javascript

1
Comments
3 min read
Javascript: Check if an Array is a Subset of Another Array

Javascript: Check if an Array is a Subset of Another Array

29
Comments 5
1 min read
My Personal Portfolio

My Personal Portfolio

13
Comments 6
1 min read
Where to impliment Password Encryption in node.js

Where to impliment Password Encryption in node.js

1
Comments
3 min read
Why is push() and pop() array methods said to be faster than shift() and unshift() array methods ?

Why is push() and pop() array methods said to be faster than shift() and unshift() array methods ?

3
Comments
2 min read
Callback in JavaScript

Callback in JavaScript

5
Comments
2 min read
Javascript Promise Methods with polyfill example: A Cheat Sheet for Developer

Javascript Promise Methods with polyfill example: A Cheat Sheet for Developer

7
Comments
4 min read
All of JavaScript's array methods you should know

All of JavaScript's array methods you should know

5
Comments
4 min read
Difference between exports and module.exports

Difference between exports and module.exports

12
Comments
2 min read
loading...