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.
Mongoose auto timestamp

Mongoose auto timestamp

10
Comments
1 min read
Bubble Sort

Bubble Sort

12
Comments 1
2 min read
Scaling a react/redux codebase for multiple platforms

Scaling a react/redux codebase for multiple platforms

9
Comments
10 min read
send mail to friend using javascript

send mail to friend using javascript

11
Comments
4 min read
Javascript is Really Fun If You Can Do This

Javascript is Really Fun If You Can Do This

17
Comments 1
3 min read
What to do if you don't like CSS?

What to do if you don't like CSS?

49
Comments 20
2 min read
Selection Sort

Selection Sort

10
Comments
1 min read
You Don't Know JS: Scope & Closures: Chapter 1 (What's the Scope?) Notes

You Don't Know JS: Scope & Closures: Chapter 1 (What's the Scope?) Notes

49
Comments 6
6 min read
A weekly dose of best resources and articles for a full stack web developer 🔥 #2

A weekly dose of best resources and articles for a full stack web developer 🔥 #2

22
Comments
3 min read
npm diff

npm diff

17
Comments 3
4 min read
Installing unpublished npm modules from Git repos

Installing unpublished npm modules from Git repos

13
Comments
3 min read
MongoDB - Aggregation Framework - series #01

MongoDB - Aggregation Framework - series #01

10
Comments 1
2 min read
3 JavaScript features that bloat your ES5 bundle

3 JavaScript features that bloat your ES5 bundle

12
Comments 2
4 min read
🦸‍♂️ 11 JavaScript Tips and Tricks to Code Like A Superhero (Vol.2)

🦸‍♂️ 11 JavaScript Tips and Tricks to Code Like A Superhero (Vol.2)

512
Comments 21
3 min read
Handy form validation in React Native with react-hook-form useController

Handy form validation in React Native with react-hook-form useController

Comments
12 min read
How to Fix Font Awesome Icons Flashing Wrong Size in Gatsby

How to Fix Font Awesome Icons Flashing Wrong Size in Gatsby

12
Comments 2
2 min read
Copy Objects in JavaScript

Copy Objects in JavaScript

7
Comments 2
2 min read
What is happening under the hood when you use toString(2) in JavaScript?

What is happening under the hood when you use toString(2) in JavaScript?

2
Comments 4
1 min read
Built-in String functions in JavaScript

Built-in String functions in JavaScript

35
Comments 1
4 min read
An Ode ❤ to TypeScript

An Ode ❤ to TypeScript

31
Comments 2
9 min read
Wallis Family Mediation (previously Wallis Consultancy)

Wallis Family Mediation (previously Wallis Consultancy)

8
Comments
3 min read
How to get the current scroll state value of the window using JavaScript?

How to get the current scroll state value of the window using JavaScript?

4
Comments
1 min read
Getting started with JavaScript - Chapter 4 🚀

Getting started with JavaScript - Chapter 4 🚀

7
Comments
5 min read
Understanding React hooks

Understanding React hooks

147
Comments 5
4 min read
Different Methods for Data Fetching in React

Different Methods for Data Fetching in React

2
Comments
4 min read
Using Framer Motion to make page transitions in React

Using Framer Motion to make page transitions in React

109
Comments 4
5 min read
UI Dev Newsletter #42

UI Dev Newsletter #42

4
Comments
1 min read
21 React YouTube Channels you should Follow

21 React YouTube Channels you should Follow

147
Comments 3
2 min read
Javascript Array Methods You Should/Must Know....

Javascript Array Methods You Should/Must Know....

2
Comments
9 min read
Setting Up Typescript with ESLint in 5 Easy Steps

Setting Up Typescript with ESLint in 5 Easy Steps

3
Comments
2 min read
You don't need a library for state machines

You don't need a library for state machines

334
Comments 20
10 min read
RabbitMQ with Nodejs Part 1

RabbitMQ with Nodejs Part 1

5
Comments 1
1 min read
A playground for JavaScript Keyboard events and the code list

A playground for JavaScript Keyboard events and the code list

25
Comments
3 min read
A better DX for GraphQL Requests

A better DX for GraphQL Requests

3
Comments
2 min read
Configure Babel for a Nodejs Application

Configure Babel for a Nodejs Application

38
Comments 7
4 min read
When to use forceUpdate() in React ⚛

When to use forceUpdate() in React ⚛

5
Comments
3 min read
How to host Angular app on Heroku

How to host Angular app on Heroku

13
Comments 5
1 min read
Prettify your JavaScript strings

Prettify your JavaScript strings

7
Comments 1
4 min read
OhSnap! Optimize Search Performance With Debouncing in React

OhSnap! Optimize Search Performance With Debouncing in React

21
Comments
3 min read
Using Data URLs to Load Dependencies in Deno

Using Data URLs to Load Dependencies in Deno

3
Comments 1
2 min read
undefined and null in JavaScript Explained

undefined and null in JavaScript Explained

13
Comments 2
8 min read
How to Add Browser Notifications to Your React App

How to Add Browser Notifications to Your React App

30
Comments
9 min read
Server-Side Rendering from zero to hero

Server-Side Rendering from zero to hero

433
Comments 5
12 min read
Differentiate between = , == and === when coding with javascript.

Differentiate between = , == and === when coding with javascript.

12
Comments
4 min read
Introducing Mapbox and React Deep Dives

Introducing Mapbox and React Deep Dives

3
Comments
3 min read
React Theme Switcher

React Theme Switcher

17
Comments 3
5 min read
Infinite Scrolling in Javascript made super easy...

Infinite Scrolling in Javascript made super easy...

4
Comments 1
3 min read
Implementing React Routes in 4 Minutes (Part 1-- simple routes)

Implementing React Routes in 4 Minutes (Part 1-- simple routes)

26
Comments
2 min read
How I setup my Development Environment on macOS 2021 Edition

How I setup my Development Environment on macOS 2021 Edition

148
Comments 5
5 min read
Make a website with a single HTML file

Make a website with a single HTML file

38
Comments 7
1 min read
Learn How to make animated Fab-Button using HTML | CSS | pure JavaScript.

Learn How to make animated Fab-Button using HTML | CSS | pure JavaScript.

53
Comments 2
1 min read
Disable Submit button if Form fields have not changed in a Nuxt/Vue app

Disable Submit button if Form fields have not changed in a Nuxt/Vue app

3
Comments
4 min read
Difference between 'var', 'const' and 'let'

Difference between 'var', 'const' and 'let'

13
Comments
2 min read
Making Promises in JavaScript

Making Promises in JavaScript

11
Comments
3 min read
Find Out Exactly Where Someone Clicked on an Image

Find Out Exactly Where Someone Clicked on an Image

19
Comments
3 min read
Introduction to Regular Expression in JavaScript

Introduction to Regular Expression in JavaScript

56
Comments 2
8 min read
How to use formik with useFormik prop in react

How to use formik with useFormik prop in react

36
Comments 8
3 min read
Introduction to Arrays and Loops

Introduction to Arrays and Loops

6
Comments 6
3 min read
Node js modules simplified: The Path module.

Node js modules simplified: The Path module.

25
Comments 1
3 min read
My first Full Stack eCommerce MERN app...

My first Full Stack eCommerce MERN app...

30
Comments 1
1 min read
loading...