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.
Share Your Insights: How to master JavaScript.

Share Your Insights: How to master JavaScript.

16
Comments 17
1 min read
Exploring the Future of Server-Side Rendering in React

Exploring the Future of Server-Side Rendering in React

1
Comments 1
16 min read
Resolvendo problemas no hackerRank: Contando CamelCases

Resolvendo problemas no hackerRank: Contando CamelCases

3
Comments 2
1 min read
Understanding angular ControlValueAccessor with an example

Understanding angular ControlValueAccessor with an example

55
Comments
4 min read
How to Build Flutter Android Apps to Scan Documents from AirPrint MFPs

How to Build Flutter Android Apps to Scan Documents from AirPrint MFPs

2
Comments
8 min read
Primitive & Non-Primitive Data Types

Primitive & Non-Primitive Data Types

6
Comments
2 min read
What are global types/interfaces in TypeScript?

What are global types/interfaces in TypeScript?

13
Comments
4 min read
Object.seal() vs Object.freeze()

Object.seal() vs Object.freeze()

5
Comments
1 min read
Create a select2 input with alpinejs and livewire

Create a select2 input with alpinejs and livewire

2
Comments
1 min read
Live Streaming With Multiple Hosts via a Browser With Amazon IVS

Live Streaming With Multiple Hosts via a Browser With Amazon IVS

4
Comments 4
4 min read
Asynchronous Programming with JavaScript/TypeScript

Asynchronous Programming with JavaScript/TypeScript

Comments
9 min read
How to Build a Developer Blog with Storyblok and Nextjs.

How to Build a Developer Blog with Storyblok and Nextjs.

5
Comments
10 min read
memo vs useMemo in React

memo vs useMemo in React

7
Comments
9 min read
Automating Node.js Server Start-Up with Bash Script

Automating Node.js Server Start-Up with Bash Script

2
Comments
2 min read
Error handling in the JavaScript Fetch API

Error handling in the JavaScript Fetch API

17
Comments 1
5 min read
Exploding Kittens Card Game - React, Nodejs and Redis

Exploding Kittens Card Game - React, Nodejs and Redis

9
Comments
5 min read
Designing a User-Friendly Course Catalog With Pink Design and Nuxt

Designing a User-Friendly Course Catalog With Pink Design and Nuxt

10
Comments
6 min read
Unlocking your website's potential: eliminate render-blocking resources

Unlocking your website's potential: eliminate render-blocking resources

Comments 2
3 min read
The Magical World of JavaScript Engines: Everything you Need to Know

The Magical World of JavaScript Engines: Everything you Need to Know

19
Comments 2
3 min read
Integrating Stripe Payments in Ionic React JS App with Capacitor and NodeJS

Integrating Stripe Payments in Ionic React JS App with Capacitor and NodeJS

4
Comments
4 min read
Spread and Rest operator in JS

Spread and Rest operator in JS

1
Comments
2 min read
Improving Angular Rendering Performance with TrackBy and Change Detection Strategy

Improving Angular Rendering Performance with TrackBy and Change Detection Strategy

5
Comments
3 min read
What is a slug and how to create one?

What is a slug and how to create one?

3
Comments
3 min read
My Journey to GSoC'2023

My Journey to GSoC'2023

8
Comments
3 min read
Repeatedly add all its digits until the result has only one digit.

Repeatedly add all its digits until the result has only one digit.

Comments 2
1 min read
Writing Modular code in ReactJS

Writing Modular code in ReactJS

10
Comments
3 min read
Tudo sobre formulários - HTML

Tudo sobre formulários - HTML

19
Comments
4 min read
Async/Await — Understanding JavaScript API Requests and Responses in the Data Fetching lifecycle

Async/Await — Understanding JavaScript API Requests and Responses in the Data Fetching lifecycle

2
Comments
5 min read
Set environment variables in docker

Set environment variables in docker

Comments
2 min read
Husky with Yarn Monorepo 🐶🐱

Husky with Yarn Monorepo 🐶🐱

3
Comments
3 min read
Using Event Bus in Vue.js 3

Using Event Bus in Vue.js 3

21
Comments 3
2 min read
usePersistentState: A simple interface to persists state variables in localStorage

usePersistentState: A simple interface to persists state variables in localStorage

2
Comments
2 min read
Local Storage vs Session Storage in JavaScript

Local Storage vs Session Storage in JavaScript

7
Comments 1
2 min read
how to populate a Stacked Bar Chart in plain javascript

how to populate a Stacked Bar Chart in plain javascript

3
Comments
2 min read
Implementing Binary Search Tree in Javascript

Implementing Binary Search Tree in Javascript

1
Comments 1
2 min read
Migrating Azure Functions from JSDoc JavaScript to TypeScript

Migrating Azure Functions from JSDoc JavaScript to TypeScript

Comments 1
6 min read
MongoDB Ditches Tradition, Pushes Developers to Download Software Separately.

MongoDB Ditches Tradition, Pushes Developers to Download Software Separately.

1
Comments
2 min read
Understanding Basic Types in TypeScript

Understanding Basic Types in TypeScript

Comments
5 min read
Immutable Primitive Values

Immutable Primitive Values

Comments
1 min read
Websites to practice anything(free), Tech only!

Websites to practice anything(free), Tech only!

1
Comments 4
1 min read
ecmascript

ecmascript

2
Comments
1 min read
Yet Another Newsletter LOL: You're Holding it Wrong

Yet Another Newsletter LOL: You're Holding it Wrong

8
Comments
3 min read
Getting started with Monorepo using NX

Getting started with Monorepo using NX

4
Comments 2
3 min read
How to build a music player with HTML, CSS and javascript

How to build a music player with HTML, CSS and javascript

6
Comments 1
8 min read
What the f*** is TypeScript?

What the f*** is TypeScript?

1
Comments
3 min read
Resolvendo problemas no HackerRank: Promoção de Halloween.

Resolvendo problemas no HackerRank: Promoção de Halloween.

Comments
2 min read
How I built a Tic Tac Toe Game using vanilla Javascript.

How I built a Tic Tac Toe Game using vanilla Javascript.

18
Comments
9 min read
Truncate a String

Truncate a String

2
Comments 4
1 min read
10 Javascript Data Visualization Libraries Every Front-End Developer Should Know About

10 Javascript Data Visualization Libraries Every Front-End Developer Should Know About

Comments
15 min read
What is JavaScript

What is JavaScript

Comments
1 min read
IMAGE/FILE UPLOAD IN NODE.JS WITH CLOUDINARY

IMAGE/FILE UPLOAD IN NODE.JS WITH CLOUDINARY

2
Comments 1
3 min read
AJAX and XMLHttpRequest — Understanding JavaScript API Requests and Responses in the Data Fetching lifecycle

AJAX and XMLHttpRequest — Understanding JavaScript API Requests and Responses in the Data Fetching lifecycle

Comments
5 min read
Repeat a String for Num times

Repeat a String for Num times

3
Comments 3
1 min read
Mastering Debugging Techniques: Tips and Tricks to Effectively Find and Fix Errors in Your Code in Javascript

Mastering Debugging Techniques: Tips and Tricks to Effectively Find and Fix Errors in Your Code in Javascript

Comments
4 min read
My Struggles with TDD ( Test driven development )

My Struggles with TDD ( Test driven development )

1
Comments
3 min read
0–6 NestJS Hunter: Slaying Complexity in Node.js with TypeScript.

0–6 NestJS Hunter: Slaying Complexity in Node.js with TypeScript.

Comments
2 min read
0–7 NestJS Hunter: Slaying Complexity in Node.js with TypeScript.

0–7 NestJS Hunter: Slaying Complexity in Node.js with TypeScript.

Comments
2 min read
0–5 NestJS Hunter: Slaying Complexity in Node.js with TypeScript.

0–5 NestJS Hunter: Slaying Complexity in Node.js with TypeScript.

Comments
1 min read
0–4 NestJS Hunter: Slaying Complexity in Node.js with TypeScript.

0–4 NestJS Hunter: Slaying Complexity in Node.js with TypeScript.

Comments
1 min read
Debug Lesson: the problem from Chrome, CookieStore and var

Debug Lesson: the problem from Chrome, CookieStore and var

Comments
3 min read
loading...