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.
Journey To Full Stack: The Schema Of Things

Journey To Full Stack: The Schema Of Things

25
Comments
4 min read
How to build a django app with stimulus and turbolinks

How to build a django app with stimulus and turbolinks

28
Comments 7
6 min read
O que você precisa saber sobre o Deno!?

O que você precisa saber sobre o Deno!?

9
Comments 4
3 min read
📂Beyond the log - Console.group()

📂Beyond the log - Console.group()

8
Comments 1
1 min read
For wtf reason would we build another JS framework?

For wtf reason would we build another JS framework?

22
Comments 3
1 min read
Code splitting in react with React.lazy() and Suspense

Code splitting in react with React.lazy() and Suspense

9
Comments
3 min read
Create a Simple REST API with DENO and OAK framework

Create a Simple REST API with DENO and OAK framework

26
Comments 3
5 min read
All you need to know in the next vue-router (part.II)

All you need to know in the next vue-router (part.II)

11
Comments
3 min read
ReactJS vs React Native

ReactJS vs React Native

8
Comments 2
3 min read
How to build a Jamstack multi-language blog with Nuxt.js

How to build a Jamstack multi-language blog with Nuxt.js

103
Comments 11
9 min read
All you need to know in the next vue-router (part.I)

All you need to know in the next vue-router (part.I)

8
Comments
2 min read
Exploration of Tagged template Literals

Exploration of Tagged template Literals

7
Comments 3
2 min read
How to handle authentication on Node JS using Firebase 🔥

How to handle authentication on Node JS using Firebase 🔥

80
Comments 11
7 min read
Nuxt.js Environment Variables (without dotenv)

Nuxt.js Environment Variables (without dotenv)

16
Comments 5
3 min read
React-Router Hooks: A Brief Introduction

React-Router Hooks: A Brief Introduction

26
Comments
3 min read
What does the Computer Vision see? Analyse a local image with JavaScript

What does the Computer Vision see? Analyse a local image with JavaScript

5
Comments
3 min read
Disclosure of JavaScript Closures.

Disclosure of JavaScript Closures.

30
Comments 2
4 min read
JavaScript Higher Order Functions

JavaScript Higher Order Functions

5
Comments
4 min read
What are constructor functions?

What are constructor functions?

5
Comments
2 min read
Should you be using Deno instead of Node.js?

Should you be using Deno instead of Node.js?

10
Comments 1
5 min read
#002 Basicão do JS: Tipos de dados em Javascript - parte 2: Objects

#002 Basicão do JS: Tipos de dados em Javascript - parte 2: Objects

9
Comments
4 min read
Hi Dev.to, I made a small desktop browser game

Hi Dev.to, I made a small desktop browser game

9
Comments 6
1 min read
Playwright (vs. Puppeteer): Cross-Browser Testing done right

Playwright (vs. Puppeteer): Cross-Browser Testing done right

25
Comments 1
4 min read
Implement Code Splitting in React

Implement Code Splitting in React

124
Comments 6
4 min read
5 less common array methods in JavaScript

5 less common array methods in JavaScript

5
Comments
3 min read
Express Routing

Express Routing

5
Comments
3 min read
JavaScript Array Functions CheatSheet

JavaScript Array Functions CheatSheet

158
Comments 2
6 min read
Capabilities and JWT Security

Capabilities and JWT Security

2
Comments
3 min read
#001 Basicão do JS: Tipos de dados em Javascript - parte 1: Primitivos

#001 Basicão do JS: Tipos de dados em Javascript - parte 1: Primitivos

7
Comments
7 min read
Simulando funções de ciclo de vida com useEffect()

Simulando funções de ciclo de vida com useEffect()

6
Comments
2 min read
Shopify App From Scratch #2 - Idea Generation

Shopify App From Scratch #2 - Idea Generation

14
Comments 1
7 min read
What are the topics in FE development You don't understand?

What are the topics in FE development You don't understand?

6
Comments 9
1 min read
Node.js v14.x - Como instalar no Debian e distribuições Ubuntu

Node.js v14.x - Como instalar no Debian e distribuições Ubuntu

4
Comments
3 min read
📺 Display any element on your site full screen

📺 Display any element on your site full screen

10
Comments
1 min read
Async & Await

Async & Await

12
Comments
4 min read
Uniones discriminadas y Fantasy Land

Uniones discriminadas y Fantasy Land

20
Comments
19 min read
What Is Deno and Why Is Everyone Talking About It?

What Is Deno and Why Is Everyone Talking About It?

177
Comments 18
4 min read
DOM Traversal

DOM Traversal

9
Comments
6 min read
My mixed feelings about Tailwind CSS

My mixed feelings about Tailwind CSS

47
Comments 6
8 min read
History of classes in JS

History of classes in JS

19
Comments 1
2 min read
What’s your alternative solution? Challenge #50

What’s your alternative solution? Challenge #50

6
Comments 4
2 min read
Microservices and Monorepo, React and jQuery/no frameworks

Microservices and Monorepo, React and jQuery/no frameworks

4
Comments
2 min read
Kafkajs & NestJS with Typescript Simplified Example

Kafkajs & NestJS with Typescript Simplified Example

20
Comments 9
1 min read
What you will choose? & Why?

What you will choose? & Why?

10
Comments 10
1 min read
ExpressJS for Deno

ExpressJS for Deno

72
Comments 2
2 min read
I can tell you're yearning, to learn about machine learning.

I can tell you're yearning, to learn about machine learning.

5
Comments
3 min read
I do not consent you cookie consent dialog

I do not consent you cookie consent dialog

19
Comments 8
1 min read
You can hide sensitive data with '*'

You can hide sensitive data with '*'

7
Comments 4
1 min read
Understanding Multicasting Observables in Angular

Understanding Multicasting Observables in Angular

33
Comments
6 min read
Advice for begining javascript?

Advice for begining javascript?

2
Comments 14
1 min read
Retrieving Files with the 'fetch' API

Retrieving Files with the 'fetch' API

8
Comments
1 min read
Newbie Programming Mistakes We Can All Avoid

Newbie Programming Mistakes We Can All Avoid

82
Comments 1
3 min read
A progressive search experience in Next

A progressive search experience in Next

8
Comments
7 min read
Everything in JavaScript is not an Object

Everything in JavaScript is not an Object

11
Comments 1
2 min read
PWA - Why should you use it and not use it?

PWA - Why should you use it and not use it?

300
Comments 42
4 min read
Javascript Libraries you should know in 2020 (Part 2)

Javascript Libraries you should know in 2020 (Part 2)

132
Comments 7
3 min read
JavaScript App from Scratch

JavaScript App from Scratch

4
Comments
2 min read
Composing binary functions with a fixed return type - wait, what?

Composing binary functions with a fixed return type - wait, what?

5
Comments
1 min read
Javascript - A Practical guide to use LocalStorage and SessionStorage

Javascript - A Practical guide to use LocalStorage and SessionStorage

10
Comments
3 min read
Use Python in your browser client code together with JS. No server required, thanks to Web Assembly

Use Python in your browser client code together with JS. No server required, thanks to Web Assembly

81
Comments 3
3 min read
loading...