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.
7 Python basics for JavaScript engineers

7 Python basics for JavaScript engineers

9
Comments 1
4 min read
VueJS Basics

VueJS Basics

76
Comments 7
4 min read
Is Automated Browser Testing A Must For Modern Web Development?

Is Automated Browser Testing A Must For Modern Web Development?

18
Comments 2
12 min read
Check if a JavaScript Object is Empty

Check if a JavaScript Object is Empty

11
Comments
1 min read
Adventures in Horrible No Good Very Bad Variable Names

Adventures in Horrible No Good Very Bad Variable Names

11
Comments
11 min read
Calculate PI by throwing darts… in JavaScript

Calculate PI by throwing darts… in JavaScript

6
Comments
3 min read
TicTacToe v.3 with multiple options

TicTacToe v.3 with multiple options

5
Comments 4
1 min read
State Switching..!

State Switching..!

4
Comments
2 min read
CodeToday: "Convert string to camel case" algorithm, CodeWars

CodeToday: "Convert string to camel case" algorithm, CodeWars

18
Comments
5 min read
Vue JS: Draggable div

Vue JS: Draggable div

93
Comments 7
2 min read
JavaScript Reduce method

JavaScript Reduce method

11
Comments
2 min read
Angular custom elements - introduction

Angular custom elements - introduction

9
Comments
2 min read
Our Duty, The Decision

Our Duty, The Decision

5
Comments 1
4 min read
Bringing this 2-D Nebula Drawing to Life With Code

Bringing this 2-D Nebula Drawing to Life With Code

10
Comments 1
3 min read
No, TypeScript is not OOP version of JavaScript

No, TypeScript is not OOP version of JavaScript

196
Comments 35
4 min read
React - setState is not a function

React - setState is not a function

42
Comments 2
5 min read
Jordan Scrapes Secretary of States: Washington

Jordan Scrapes Secretary of States: Washington

4
Comments
4 min read
Shallow rendering & React Hooks. And why shallow rendering is good

Shallow rendering & React Hooks. And why shallow rendering is good

38
Comments 4
5 min read
Stop Wasting Time, It's Time to Get Real-Time

Stop Wasting Time, It's Time to Get Real-Time

11
Comments
4 min read
Getting started Koa in NodeJS

Getting started Koa in NodeJS

7
Comments
3 min read
Vue advanced tricks cheat sheet

Vue advanced tricks cheat sheet

144
Comments 6
3 min read
Roman Numeral Translator

Roman Numeral Translator

8
Comments
3 min read
Recreate: Spotify (part 4) - Home page

Recreate: Spotify (part 4) - Home page

33
Comments
4 min read
Reordering elements on an HTML form using Vanila JS: what's the best practice in terms of performance?

Reordering elements on an HTML form using Vanila JS: what's the best practice in terms of performance?

6
Comments
2 min read
Beginners Guide: Hash Tables

Beginners Guide: Hash Tables

9
Comments 1
4 min read
Random colour with JavaScript

Random colour with JavaScript

14
Comments 8
1 min read
Graphs

Graphs

6
Comments
3 min read
How to install Tailwind CSS Version 1.2

How to install Tailwind CSS Version 1.2

15
Comments 1
3 min read
Visualizing Sorting Algorithms with Images

Visualizing Sorting Algorithms with Images

9
Comments
6 min read
Using eslint to its fullest -- and introducing 🛠️lint-fix-nodemon!

Using eslint to its fullest -- and introducing 🛠️lint-fix-nodemon!

17
Comments
6 min read
Visualizing COVID-19 data - Part-1

Visualizing COVID-19 data - Part-1

4
Comments
1 min read
tsParticles v1.10.3 released

tsParticles v1.10.3 released

4
Comments
1 min read
React Work Phases

React Work Phases

10
Comments 1
2 min read
Good first issue in tsParticles

Good first issue in tsParticles

4
Comments
1 min read
Adding a night mode to your web app in pure CSS and JavaScript

Adding a night mode to your web app in pure CSS and JavaScript

7
Comments
4 min read
Opening a new window from a Firefox Add-On

Opening a new window from a Firefox Add-On

5
Comments
2 min read
5 Rules for a cleaner code

5 Rules for a cleaner code

15
Comments
6 min read
Best way to get all prime numbers (Sieve of Eratosthenes)

Best way to get all prime numbers (Sieve of Eratosthenes)

5
Comments 2
4 min read
Appy Dev

Appy Dev

10
Comments
1 min read
tsParticles v1.10.2 released

tsParticles v1.10.2 released

5
Comments
1 min read
I developed a Pokédex with React, Redux and Material UI

I developed a Pokédex with React, Redux and Material UI

16
Comments
1 min read
Check out this new library: useWorker

Check out this new library: useWorker

11
Comments
1 min read
English in the programming world

English in the programming world

8
Comments 5
1 min read
How to generate an ID for Array sequentially ?!

How to generate an ID for Array sequentially ?!

3
Comments
1 min read
Getting started with React Native

Getting started with React Native

5
Comments
2 min read
👨‍💻👨‍💻 Pair Programming in React: Rewriting Class-based Components to use Hooks

👨‍💻👨‍💻 Pair Programming in React: Rewriting Class-based Components to use Hooks

16
Comments
1 min read
Handle data heavy application development on frontend

Handle data heavy application development on frontend

8
Comments 1
6 min read
Hydrating text content from Server-Side Rendering

Hydrating text content from Server-Side Rendering

8
Comments
7 min read
Track Down Pesky Bugs with `git bisect`

Track Down Pesky Bugs with `git bisect`

86
Comments 13
3 min read
Building A Dashboard In Svelte

Building A Dashboard In Svelte

118
Comments 16
5 min read
React - Cannot read property 'map' of undefined

React - Cannot read property 'map' of undefined

16
Comments 1
4 min read
👨‍🚀 Client side only! How far can we go? 👩‍🚀

👨‍🚀 Client side only! How far can we go? 👩‍🚀

62
Comments 25
3 min read
Calculate PI by measuring the area of a circle ... in JavaScript

Calculate PI by measuring the area of a circle ... in JavaScript

54
Comments 3
4 min read
Currying in Javascript with examples

Currying in Javascript with examples

13
Comments
2 min read
FontAwesome loves tsParticles

FontAwesome loves tsParticles

5
Comments
1 min read
Introduction to Testing with Mocha and Chai

Introduction to Testing with Mocha and Chai

40
Comments
3 min read
XState Series: Temperature Converter

XState Series: Temperature Converter

10
Comments 1
3 min read
Data structures in daily programming!

Data structures in daily programming!

20
Comments 1
2 min read
5 reasons to use tsParticles and not Particles.js

5 reasons to use tsParticles and not Particles.js

42
Comments 6
2 min read
Mixing synchronous and asynchronous requests for serious speed

Mixing synchronous and asynchronous requests for serious speed

23
Comments 5
3 min read
loading...