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.
Why you should use MobX State Tree in your next React project

Why you should use MobX State Tree in your next React project

83
Comments 5
8 min read
svelte-monetization - A minimal and lightweight wrapper for the Web Monetization API 💸

svelte-monetization - A minimal and lightweight wrapper for the Web Monetization API 💸

82
Comments 5
4 min read
# Template Literals in javascript

# Template Literals in javascript

4
Comments
1 min read
Breakpoints & Strict Mode

Breakpoints & Strict Mode

3
Comments
1 min read
Technical (Whiteboard) Interview

Technical (Whiteboard) Interview

6
Comments
5 min read
HTML, CSS & Javascript good enough for a Newbie?

HTML, CSS & Javascript good enough for a Newbie?

10
Comments 3
3 min read
Understanding VueJs Computed properties and Watchers.

Understanding VueJs Computed properties and Watchers.

8
Comments
4 min read
If Jane Austen wrote code

If Jane Austen wrote code

6
Comments 1
1 min read
Quickselect. Quicksort on Steroids + solving Facebook interview question.

Quickselect. Quicksort on Steroids + solving Facebook interview question.

9
Comments 2
6 min read
# Understanding the Role and Usage of Node.js

# Understanding the Role and Usage of Node.js

7
Comments
1 min read
Let's Make Everyone a Queen!

Let's Make Everyone a Queen!

4
Comments
7 min read
Avoiding Memory Leaks in NodeJS: Best Practices for Performance

Avoiding Memory Leaks in NodeJS: Best Practices for Performance

131
Comments
9 min read
How to detect that mobile keyboard pops up in Web?

How to detect that mobile keyboard pops up in Web?

8
Comments 3
1 min read
Deno - O novo runtime JavaScript e TypeScript.

Deno - O novo runtime JavaScript e TypeScript.

6
Comments
2 min read
How to Create a ButtonGroup Component with React and Tailwind CSS?

How to Create a ButtonGroup Component with React and Tailwind CSS?

6
Comments 1
8 min read
Deno installation and VScode setup

Deno installation and VScode setup

25
Comments 1
1 min read
Making API calls in React useEffect

Making API calls in React useEffect

6
Comments
3 min read
Is it Webpack or Node?

Is it Webpack or Node?

45
Comments 5
3 min read
Google's guide and chart for where to implement application logic and rendering

Google's guide and chart for where to implement application logic and rendering

3
Comments
1 min read
How many of you are still using jQuery Bootstrap?

How many of you are still using jQuery Bootstrap?

6
Comments 8
1 min read
In this video, we will create a dynamic dropdown dependent on another dropdown value

In this video, we will create a dynamic dropdown dependent on another dropdown value

11
Comments
1 min read
Working with Arrays in JavaScript for beginners - Adding values

Working with Arrays in JavaScript for beginners - Adding values

7
Comments
3 min read
Express JS & Nunjucks Tutorial : Part 2 Using Express Middleware

Express JS & Nunjucks Tutorial : Part 2 Using Express Middleware

2
Comments
1 min read
Build a Twilio app to help people support local restaurants during COVID-19

Build a Twilio app to help people support local restaurants during COVID-19

41
Comments
6 min read
Deno is coming

Deno is coming

61
Comments 26
2 min read
Methods to Clone an Array in JS

Methods to Clone an Array in JS

4
Comments
1 min read
Understanding Call Stacks In Java Script

Understanding Call Stacks In Java Script

7
Comments
1 min read
Array Cheatsheet

Array Cheatsheet

105
Comments 3
5 min read
Schedule events for your first virtual channel

Schedule events for your first virtual channel

4
Comments
3 min read
Starry Sky in HTML5 Canvas - Part 1

Starry Sky in HTML5 Canvas - Part 1

6
Comments
4 min read
Embed your dev.to posts anywhere!🥳

Embed your dev.to posts anywhere!🥳

97
Comments 7
1 min read
Проблема React Context API

Проблема React Context API

14
Comments
4 min read
Starry Sky in HTML5 Canvas - Part 2

Starry Sky in HTML5 Canvas - Part 2

6
Comments
3 min read
String in Typescript - simple explanation with examples

String in Typescript - simple explanation with examples

12
Comments
1 min read
Building a realtime multiplayer browser game in less than a day - Part 1/4

Building a realtime multiplayer browser game in less than a day - Part 1/4

151
Comments 80
10 min read
I can do you a favor, and teach you about generators.

I can do you a favor, and teach you about generators.

19
Comments
3 min read
Sebastian McKenzie, creator of Babel, is leaving Facebook

Sebastian McKenzie, creator of Babel, is leaving Facebook

72
Comments 5
1 min read
CRUD de usuarios en NodeJS: Parte 3

CRUD de usuarios en NodeJS: Parte 3

8
Comments
4 min read
# Introduction to Node.js

# Introduction to Node.js

30
Comments
1 min read
Kadane's Algorithm & The Maximum Subarray Problem

Kadane's Algorithm & The Maximum Subarray Problem

52
Comments 3
5 min read
How to transform a React app built on Webpack to PWA

How to transform a React app built on Webpack to PWA

35
Comments 7
5 min read
Finding the Only Single Number in an Array

Finding the Only Single Number in an Array

20
Comments 4
3 min read
How to check if Variable is an Array in JavaScript

How to check if Variable is an Array in JavaScript

112
Comments 5
5 min read
Dev Diary Week 4 - Saving to SQLite

Dev Diary Week 4 - Saving to SQLite

27
Comments
5 min read
⚙️ Migrate Angular app to ESLint with Prettier, AirBnB Styleguide, Husky and lint-staged

⚙️ Migrate Angular app to ESLint with Prettier, AirBnB Styleguide, Husky and lint-staged

101
Comments 17
7 min read
Simple React Shopping Cart

Simple React Shopping Cart

68
Comments 9
1 min read
And then the interviewer asks, "Can you do this with less code?"

And then the interviewer asks, "Can you do this with less code?"

107
Comments 25
3 min read
Use Strict - JS (Spanish)

Use Strict - JS (Spanish)

9
Comments
2 min read
Experience building a package from react to svelte

Experience building a package from react to svelte

16
Comments
4 min read
Adding style to Server-Side rendering and automating the build process

Adding style to Server-Side rendering and automating the build process

12
Comments 5
8 min read
Swapping variables in JavaScript 🔁

Swapping variables in JavaScript 🔁

32
Comments 2
3 min read
Multiple threads in NodeJS? How and what's new?

Multiple threads in NodeJS? How and what's new?

28
Comments
6 min read
Building Git with Node.js and TypeScript - Part 1

Building Git with Node.js and TypeScript - Part 1

15
Comments 2
14 min read
Enforce order on async operations

Enforce order on async operations

5
Comments
1 min read
Deno Tutorial

Deno Tutorial

44
Comments
2 min read
Node.js Certification: My Experience and Advice

Node.js Certification: My Experience and Advice

130
Comments 22
3 min read
Observables are promises on steroids

Observables are promises on steroids

5
Comments 9
2 min read
Mastering the JavaScript Reduce method ✂️

Mastering the JavaScript Reduce method ✂️

11
Comments
3 min read
FREE PDF: Creative Coding for Kids (an interesting read for adults too)

FREE PDF: Creative Coding for Kids (an interesting read for adults too)

6
Comments
1 min read
When It Makes Sense to Use a Utility Function Instead of a Polyfill

When It Makes Sense to Use a Utility Function Instead of a Polyfill

7
Comments
11 min read
loading...