Forem

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.
Day 18 – Why Express JS ? - Learning Node JS In 30 Days [Mini series]

Day 18 – Why Express JS ? - Learning Node JS In 30 Days [Mini series]

11
Comments
2 min read
1 year with Cypress: The Guide to End-To-End Testing 🚀

1 year with Cypress: The Guide to End-To-End Testing 🚀

60
Comments 2
11 min read
What's TypeScript in 10 Tweets? (Twitter Long Thread)

What's TypeScript in 10 Tweets? (Twitter Long Thread)

41
Comments 3
1 min read
Top Github Repos from 2019

Top Github Repos from 2019

58
Comments
2 min read
How to CRUD an Array in JavaScript

How to CRUD an Array in JavaScript

103
Comments 6
1 min read
Writing A Simple WMI Scanner with Electron.js

Writing A Simple WMI Scanner with Electron.js

10
Comments
4 min read
Complejidad algorítmica o cómo mejorar el tiempo de ejecución

Complejidad algorítmica o cómo mejorar el tiempo de ejecución

4
Comments
5 min read
Connect a React component to a Redux action

Connect a React component to a Redux action

50
Comments 4
2 min read
Security: Released npm package 📦 for Protecting CSV Injection 🚀

Security: Released npm package 📦 for Protecting CSV Injection 🚀

16
Comments 1
2 min read
How CORS (Cross-Origin Resource Sharing) Works?

How CORS (Cross-Origin Resource Sharing) Works?

136
Comments 10
3 min read
Making life easier with Angular Reactive Forms

Making life easier with Angular Reactive Forms

9
Comments 3
6 min read
🎉 State of JS 2019 is now LIVE, and DEV.TO is the 2nd most used blog for resources! 🎉

🎉 State of JS 2019 is now LIVE, and DEV.TO is the 2nd most used blog for resources! 🎉

82
Comments 6
1 min read
How would you debug CSS performance? ⏱

How would you debug CSS performance? ⏱

15
Comments 3
1 min read
Implement offline tracking with Google Analytics in your Progressive Web App

Implement offline tracking with Google Analytics in your Progressive Web App

8
Comments
4 min read
An Intro to TensorFlow.js: Machine Learning made Accessible in JavaScript.

An Intro to TensorFlow.js: Machine Learning made Accessible in JavaScript.

196
Comments 9
3 min read
How to start and stop videos from a distance with your hand ✋

How to start and stop videos from a distance with your hand ✋

15
Comments
2 min read
Writing Your Own React Hooks, the Return Value

Writing Your Own React Hooks, the Return Value

87
Comments 2
3 min read
Thoughts on the State of JS Survey

Thoughts on the State of JS Survey

16
Comments 2
5 min read
Be more productive with these tools! 🎅 December picks for you

Be more productive with these tools! 🎅 December picks for you

151
Comments 4
4 min read
Axentix : New front-end framework based on CSS-Grid

Axentix : New front-end framework based on CSS-Grid

24
Comments 5
4 min read
🐶 SVG and DOM Events: Rx+JSX experiment updates

🐶 SVG and DOM Events: Rx+JSX experiment updates

16
Comments 2
1 min read
37 App Ideas for Bootcamp Students & Code Newbies

37 App Ideas for Bootcamp Students & Code Newbies

403
Comments 44
4 min read
State machine advent: The power of null events (20/24)

State machine advent: The power of null events (20/24)

9
Comments
3 min read
JavaScript Data Structures: Stack: Pop / Remove the last node

JavaScript Data Structures: Stack: Pop / Remove the last node

32
Comments 4
2 min read
Desktop in JavaScript: the UI.

Desktop in JavaScript: the UI.

7
Comments
3 min read
Introducing an Alternative to NEXT.js

Introducing an Alternative to NEXT.js

102
Comments 25
6 min read
Day 17 – NPM (Node Package Manager) - Learning Node JS In 30 Days [Mini series]

Day 17 – NPM (Node Package Manager) - Learning Node JS In 30 Days [Mini series]

12
Comments
3 min read
[Solved] ag-Grid: Looking for component [agSetColumnFilter] but it wasn't found.

[Solved] ag-Grid: Looking for component [agSetColumnFilter] but it wasn't found.

8
Comments 5
2 min read
How to find phrases in a string?

How to find phrases in a string?

4
Comments
1 min read
JavaScript or Frontend centric conference to attend in 2020?

JavaScript or Frontend centric conference to attend in 2020?

45
Comments 13
1 min read
The 3D keyboard made with CSS and JavaScript

The 3D keyboard made with CSS and JavaScript

97
Comments 5
9 min read
How to Pass Data From One Component to Other Component in React?

How to Pass Data From One Component to Other Component in React?

59
Comments 11
2 min read
Building Sudoku in Vue.js - Part 2

Building Sudoku in Vue.js - Part 2

41
Comments 4
3 min read
Day 16 – Routing (Basic) - Learning Node JS In 30 Days [Mini series]

Day 16 – Routing (Basic) - Learning Node JS In 30 Days [Mini series]

44
Comments
2 min read
Google Sheets as your web backend

Google Sheets as your web backend

143
Comments 10
7 min read
W3C confirms: WebAssembly becomes the fourth language for the Web 🔥 What do you think?

W3C confirms: WebAssembly becomes the fourth language for the Web 🔥 What do you think?

62
Comments 29
2 min read
Introduction

Introduction

6
Comments
1 min read
Lightweight React Linear Layout Component

Lightweight React Linear Layout Component

8
Comments
3 min read
State machine advent: Asynchronous code in XState (19/24)

State machine advent: Asynchronous code in XState (19/24)

21
Comments 3
3 min read
Debugging in JavaScript for Beginners: How I approach things.

Debugging in JavaScript for Beginners: How I approach things.

132
Comments 3
4 min read
CodePen vs CodeSandbox - JavaScript playgrounds compared

CodePen vs CodeSandbox - JavaScript playgrounds compared

37
Comments 3
8 min read
Javascript Array Method - Sort()

Javascript Array Method - Sort()

8
Comments
5 min read
Importing images with Webpack(er)

Importing images with Webpack(er)

24
Comments 2
5 min read
Friday Frontend: End of 2019 Edition

Friday Frontend: End of 2019 Edition

14
Comments
4 min read
Render dynamically a .docx file with JavaScript

Render dynamically a .docx file with JavaScript

12
Comments
3 min read
TypeScript Types Deep Dive - Part 1

TypeScript Types Deep Dive - Part 1

193
Comments 6
11 min read
What do you use to create presentations for talks?

What do you use to create presentations for talks?

7
Comments 6
1 min read
What i've learned from blowing my first remote interview

What i've learned from blowing my first remote interview

65
Comments 17
3 min read
An Introduction to JavaScript Generators

An Introduction to JavaScript Generators

18
Comments 2
5 min read
Practical Puppeteer: How to upload a file programatically

Practical Puppeteer: How to upload a file programatically

30
Comments 10
3 min read
Best JavaScript Static Sites Generators to look out for in 2020

Best JavaScript Static Sites Generators to look out for in 2020

113
Comments 4
8 min read
REACT APP SUGGESTIONs?

REACT APP SUGGESTIONs?

5
Comments 4
1 min read
Ionic React Hooks with Custom Firebase FileUpload Hook [Video Series]

Ionic React Hooks with Custom Firebase FileUpload Hook [Video Series]

8
Comments
1 min read
Three unique features of the hybrids template engine that you must know

Three unique features of the hybrids template engine that you must know

17
Comments 2
7 min read
Adding VueJS Loading State Indicators (Promises)

Adding VueJS Loading State Indicators (Promises)

49
Comments 2
2 min read
Svelte and CodeSandbox

Svelte and CodeSandbox

12
Comments 1
1 min read
[Junior Dev] My experiences during my first job as a developer.

[Junior Dev] My experiences during my first job as a developer.

7
Comments 2
2 min read
I prefer Reducer hook over State hook, here's why

I prefer Reducer hook over State hook, here's why

67
Comments 10
2 min read
How to become a full-stack developer

How to become a full-stack developer

7
Comments
3 min read
Beautiful, lightning-fast Wordpress themes with WP Rig - Make your theme meet the latests web standards ✨

Beautiful, lightning-fast Wordpress themes with WP Rig - Make your theme meet the latests web standards ✨

14
Comments
3 min read
loading...