The Wayback Machine - https://web.archive.org/web/20201124035450/https://dev.to/t/Javascript
loading...

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!

๐Ÿ‘‹ Sign in for the ability sort posts by top and latest.
Good Bye Web APIs

Good Bye Web APIs

53 9
5 min read
10 tricks on JavaScript Arrays and Objects

10 tricks on JavaScript Arrays and Objects

57
2 min read
Simple Disease Outbreak Modeling - Inspired by a 3b1b video

Simple Disease Outbreak Modeling - Inspired by a 3b1b video

3
6 min read
Dynamic Open Graph Meta Tags with VueJS and Node (JS Bits)

Dynamic Open Graph Meta Tags with VueJS and Node (JS Bits)

2
3 min read
Deploying your React app has never been simpler with Github Pages

Deploying your React app has never been simpler with Github Pages

14
2 min read
How to useRef to Fix React Performance Issues

How to useRef to Fix React Performance Issues

6
6 min read
How to detect inactive users with Idle Detection API

How to detect inactive users with Idle Detection API

12 1
1 min read
๐Ÿฟ Keeping Up With the JavaScripts

๐Ÿฟ Keeping Up With the JavaScripts

9 2
6 min read
Asynchronous JavaScript 101

Asynchronous JavaScript 101

21 2
4 min read
Turbolinks Bit Me... Crashing, No Errors, and a VERY Easy Solution

Turbolinks Bit Me... Crashing, No Errors, and a VERY Easy Solution

4
2 min read
How to optimize your React Components using Hooks

How to optimize your React Components using Hooks

17
4 min read
Can you use Python/Django, without being good at styling? (Material-ui, bootstrap, ect...)?

Can you use Python/Django, without being good at styling? (Material-ui, bootstrap, ect...)?

4 3
1 min read
Database Triggers in PostgreSQL

Database Triggers in PostgreSQL

5
3 min read
New Twitch Recap: EV Routing Part 2!

New Twitch Recap: EV Routing Part 2!

2
2 min read
Node.js Starter Project for Advent of Code

Node.js Starter Project for Advent of Code

2
3 min read
Github Actions for your Javascript Project: In less than 5 minutes.

Github Actions for your Javascript Project: In less than 5 minutes.

8
3 min read
meet thanksbot

meet thanksbot

5 2
2 min read
How to Setup Google OAuth2 Login with Parse Server in React

How to Setup Google OAuth2 Login with Parse Server in React

3
6 min read
Babel: Plugins, Presets and Parsers

Babel: Plugins, Presets and Parsers

20
4 min read
Desestructuraciรณn en javascript

Desestructuraciรณn en javascript

3
2 min read
UI Dev Newsletter #32

UI Dev Newsletter #32

8
1 min read
What is a Progressive Web App ? Why to build a PWA ?

What is a Progressive Web App ? Why to build a PWA ?

4
2 min read
LeetHub - Automatically sync your code b/w Leetcode & GitHub

LeetHub - Automatically sync your code b/w Leetcode & GitHub

2
1 min read
How To Quickly Create a Desktop for your Digital Life.

How To Quickly Create a Desktop for your Digital Life.

4
5 min read
3 TIL writing a JSON Parser in Typescript

3 TIL writing a JSON Parser in Typescript

5
3 min read
Introduction to Recursion in JavaScript: How It Works and How to Use It

Introduction to Recursion in JavaScript: How It Works and How to Use It

11
10 min read
My Expedition With JavaScript: Interpretation of JS Scopes

My Expedition With JavaScript: Interpretation of JS Scopes

2
2 min read
The most native image gallery

The most native image gallery

16
3 min read
Setting up and create your first React Native app with CLI ( not Expo ) with mac

Setting up and create your first React Native app with CLI ( not Expo ) with mac

2
3 min read
My thoughts after using React for the past 3 months: Tips for new developers! ๐Ÿ‘จโ€๐Ÿ’ป

My thoughts after using React for the past 3 months: Tips for new developers! ๐Ÿ‘จโ€๐Ÿ’ป

25 1
10 min read
A Practical Introduction to Setting Up a NodeJs+Express web project with VSCode

A Practical Introduction to Setting Up a NodeJs+Express web project with VSCode

2
3 min read
Callback Functions in JavaScript : Beginners

Callback Functions in JavaScript : Beginners

3
2 min read
[Video] Apollo And GraphQL with Vue3 Apollo Composables in Ionic Framework

[Video] Apollo And GraphQL with Vue3 Apollo Composables in Ionic Framework

5
1 min read
Generate unique (non-repeating) random numbers

Generate unique (non-repeating) random numbers

2 2
2 min read
Use console.log() like a pro

Use console.log() like a pro

96 14
2 min read
Ternary Operators Syntax Comparison - C++ vs Python vs JavaScript

Ternary Operators Syntax Comparison - C++ vs Python vs JavaScript

3
1 min read
Digital Clock in React

Digital Clock in React

7 7
1 min read
Functional Component in React

Functional Component in React

13 2
2 min read
JavaScript Array Methods: how to use map and reduce

JavaScript Array Methods: how to use map and reduce

6
7 min read
Defusing Time Bomb Tests using Randomization

Defusing Time Bomb Tests using Randomization

3
3 min read
Common React interview questions and vetted, eloquent answers to rehearse

Common React interview questions and vetted, eloquent answers to rehearse

114 1
20 min read
Pinch me, I'm zooming: gestures in the DOM

Pinch me, I'm zooming: gestures in the DOM

2
14 min read
Chingu Weekly Update Vol. 122

Chingu Weekly Update Vol. 122

2
2 min read
Arrays and Loops

Arrays and Loops

3
12 min read
Replace 'em all With ES2021

Replace 'em all With ES2021

10
3 min read
What You Need To Know About npm Workspaces

What You Need To Know About npm Workspaces

3
3 min read
How I built a real world project for the first time ๐ŸŒˆ

How I built a real world project for the first time ๐ŸŒˆ

571 45
9 min read
JavaScript Code Daily Challenge #2

JavaScript Code Daily Challenge #2

13 2
1 min read
Managing pointers in a doubly linked list in a nutshell

Managing pointers in a doubly linked list in a nutshell

8
1 min read
What are call(), apply() and bind() in JavaScript

What are call(), apply() and bind() in JavaScript

2
2 min read
Test grepping in Cypress using Module API

Test grepping in Cypress using Module API

2
4 min read
8 useful console methods in JavaScript.

8 useful console methods in JavaScript.

2
1 min read
yarn.BUILD: a plugin to run fast parallel builds with yarn v2

yarn.BUILD: a plugin to run fast parallel builds with yarn v2

3
5 min read
svghero: Javascript package for hero effect in SVG

svghero: Javascript package for hero effect in SVG

10 1
1 min read
Deploy NodeJS applications to AWS or HEROKU

Deploy NodeJS applications to AWS or HEROKU

97
6 min read
Writing custom TypeScript ESLint rules: How I learned to love the AST

Writing custom TypeScript ESLint rules: How I learned to love the AST

46 2
12 min read
javascript: add an event listener to an inexistent element.

javascript: add an event listener to an inexistent element.

6
3 min read
Data Structures: What's a Queue?

Data Structures: What's a Queue?

5
4 min read
chrome-extension anatomy and how its parts communicate

chrome-extension anatomy and how its parts communicate

3
3 min read
Azure Advocates' #SeasonsOfServerless - Join our Virtual Festive Potluck Challenge!

Azure Advocates' #SeasonsOfServerless - Join our Virtual Festive Potluck Challenge!

18
3 min read
loading...