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.
Handling release management with React

Handling release management with React

6
Comments
3 min read
Integration Testing with NodeJs, Jest, Knex and SQLite In-Memory Databases

Integration Testing with NodeJs, Jest, Knex and SQLite In-Memory Databases

21
Comments 3
2 min read
4 ways to use Generator Functions in JavaScript | Examples | Advantages

4 ways to use Generator Functions in JavaScript | Examples | Advantages

143
Comments 7
4 min read
Using the Goodreads API and 11ty to create an online bookshelf

Using the Goodreads API and 11ty to create an online bookshelf

97
Comments 11
11 min read
Custom React Hook - useLocalStorage

Custom React Hook - useLocalStorage

4
Comments
1 min read
Passing Data From Child to Parent Components In React Using Call-Back Methods

Passing Data From Child to Parent Components In React Using Call-Back Methods

5
Comments
2 min read
Websockets with React & Express [Part-4]

Websockets with React & Express [Part-4]

6
Comments
3 min read
Add Animations On Scroll with AOS

Add Animations On Scroll with AOS

8
Comments 2
3 min read
Tweet daily using Github Actions

Tweet daily using Github Actions

6
Comments
3 min read
Funtabify | Change page title(text visible on a tab) whenever user switches browser tab

Funtabify | Change page title(text visible on a tab) whenever user switches browser tab

3
Comments
1 min read
How to Setup Performance monitoring in React with Sematext

How to Setup Performance monitoring in React with Sematext

22
Comments
4 min read
Generating accessible color combinations for the web

Generating accessible color combinations for the web

3
Comments
6 min read
Recommended Open Source Projects

Recommended Open Source Projects

31
Comments 4
1 min read
filtered list for live search

filtered list for live search

4
Comments
1 min read
Glitching in a Material World

Glitching in a Material World

30
Comments 2
3 min read
I've written a Google Sheet to SQL automation using WayScript

I've written a Google Sheet to SQL automation using WayScript

20
Comments 1
3 min read
API Calls with retries

API Calls with retries

5
Comments 2
1 min read
Selenium C# Tutorial: Handling Alert Windows

Selenium C# Tutorial: Handling Alert Windows

7
Comments
8 min read
What is an API and how to call an API in JavaScript

What is an API and how to call an API in JavaScript

78
Comments 7
5 min read
How to Create A Bottom Drawer In ReactJS Using Ionic Framework Components and Gesture API

How to Create A Bottom Drawer In ReactJS Using Ionic Framework Components and Gesture API

14
Comments 6
6 min read
Troubleshooting and Adding Google Maps to individual Nuxt js pages

Troubleshooting and Adding Google Maps to individual Nuxt js pages

17
Comments 7
2 min read
Simple react-based chat application

Simple react-based chat application

19
Comments 4
2 min read
📍 How to detect the location of your website's users with Javascript for free?

📍 How to detect the location of your website's users with Javascript for free?

9
Comments 1
3 min read
It's time to understand the code visually

It's time to understand the code visually

93
Comments 8
2 min read
Light/Dark mode toggle with React using Context API and styled components

Light/Dark mode toggle with React using Context API and styled components

23
Comments 1
5 min read
Getting started with Microsoft Fluent UI React

Getting started with Microsoft Fluent UI React

90
Comments 3
3 min read
Build a simple Todo App using Microsoft Fluent UI React

Build a simple Todo App using Microsoft Fluent UI React

25
Comments
5 min read
How 'me' became 'us'

How 'me' became 'us'

5
Comments 2
2 min read
9 Tricks To Write Less JavaScript.

9 Tricks To Write Less JavaScript.

118
Comments 24
2 min read
Difference between i++ and ++i

Difference between i++ and ++i

8
Comments
1 min read
ჩაანაცვლებს თუ არა Deno - Node.js-ს ?

ჩაანაცვლებს თუ არა Deno - Node.js-ს ?

5
Comments
2 min read
Introducing Prototope - utility-first CSS-in-JS library!

Introducing Prototope - utility-first CSS-in-JS library!

9
Comments
2 min read
Looking at Pipedream's Event Sources

Looking at Pipedream's Event Sources

8
Comments
5 min read
How to redirect to URL in new tab On window load event🍊

How to redirect to URL in new tab On window load event🍊

19
Comments 2
1 min read
Add Sentry to Vercel Next.js API Routes

Add Sentry to Vercel Next.js API Routes

10
Comments 8
1 min read
Vue Test Utils v1 finally released! More reliable, better testing practice, and deprecation warning

Vue Test Utils v1 finally released! More reliable, better testing practice, and deprecation warning

8
Comments
6 min read
How to Operate with Monetary Values in JavaScript

How to Operate with Monetary Values in JavaScript

23
Comments 3
5 min read
How to show Ads in React Native?

How to show Ads in React Native?

75
Comments 8
3 min read
What’s your alternative solution? Challenge #41

What’s your alternative solution? Challenge #41

5
Comments 1
1 min read
Include Your React Widgets in Any Web Page

Include Your React Widgets in Any Web Page

7
Comments 2
5 min read
What is a CLI?

What is a CLI?

6
Comments
3 min read
I am writing a book: Cloud Native Web Development

I am writing a book: Cloud Native Web Development

40
Comments 1
5 min read
Solving "Confirm the Ending" / FreeCodeCamp Algorithm Challenges

Solving "Confirm the Ending" / FreeCodeCamp Algorithm Challenges

7
Comments
3 min read
Should we use CDN or locally download libraies?

Should we use CDN or locally download libraies?

6
Comments 4
1 min read
Criar um App com a Slack Web API para impulsionar seu time

Criar um App com a Slack Web API para impulsionar seu time

8
Comments
8 min read
Report Web Vitals in Next.js

Report Web Vitals in Next.js

5
Comments
2 min read
Svelte 3 - How to integrate with svelte routing

Svelte 3 - How to integrate with svelte routing

87
Comments 15
5 min read
How using bundle-wizard can help you build faster web apps

How using bundle-wizard can help you build faster web apps

4
Comments
9 min read
Getting started with Vite, a no bundler DEV environment for Vue.js

Getting started with Vite, a no bundler DEV environment for Vue.js

7
Comments
2 min read
Hash tables explained in Javascript

Hash tables explained in Javascript

6
Comments
2 min read
Reading Xiaomi Mi Scale data with Web Bluetooth Scanning API

Reading Xiaomi Mi Scale data with Web Bluetooth Scanning API

50
Comments 8
3 min read
Working with Nx.dev using React, Angular and native web components (Part 1 of 9)

Working with Nx.dev using React, Angular and native web components (Part 1 of 9)

9
Comments
5 min read
Looping Opacity Animation in React Native

Looping Opacity Animation in React Native

5
Comments
2 min read
How to Convert Canvas to an Image using JavaScript

How to Convert Canvas to an Image using JavaScript

8
Comments
1 min read
Working with Nx.dev using React, Angular and native web components (Part 2 of 9)

Working with Nx.dev using React, Angular and native web components (Part 2 of 9)

4
Comments
7 min read
Adding pseudo-elements on input elements 🚫

Adding pseudo-elements on input elements 🚫

8
Comments
2 min read
Serverless Functions with Vercel in 3-ish minutes

Serverless Functions with Vercel in 3-ish minutes

2
Comments 1
1 min read
ReactJs

ReactJs

2
Comments
1 min read
Publish a Package to NPM

Publish a Package to NPM

7
Comments
2 min read
animals accordion

animals accordion

5
Comments
61 min read
loading...