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.
Fix "too many connections" errors with database clients stacking in dev mode with Next.js

Fix "too many connections" errors with database clients stacking in dev mode with Next.js

7
Comments 4
1 min read
Creating your own npm package

Creating your own npm package

14
Comments
3 min read
Recently I decided to become a freelancer

Recently I decided to become a freelancer

23
Comments 2
1 min read
JavaScript Hoisting

JavaScript Hoisting

38
Comments 2
2 min read
Asynchronous Redux using Redux Thunk

Asynchronous Redux using Redux Thunk

6
Comments
3 min read
Difference between =, ==, and === in JavaScript

Difference between =, ==, and === in JavaScript

7
Comments
2 min read
Continuing with React and Redux… I want to talk about REDUCERS!

Continuing with React and Redux… I want to talk about REDUCERS!

5
Comments 1
2 min read
📣 Free Weekend at Vue School!

📣 Free Weekend at Vue School!

3
Comments
1 min read
Uploading files with Deno

Uploading files with Deno

13
Comments 1
3 min read
How to Install Multiple NodeJS Versions Using NVM.

How to Install Multiple NodeJS Versions Using NVM.

2
Comments
3 min read
Using react router to make a navbar

Using react router to make a navbar

5
Comments
2 min read
Intro to Angular - Part 1

Intro to Angular - Part 1

16
Comments 2
10 min read
Combine Objects In TypeScript

Combine Objects In TypeScript

7
Comments
2 min read
useCancelToken: a custom React hook for cancelling Axios requests

useCancelToken: a custom React hook for cancelling Axios requests

31
Comments 10
5 min read
REACT-REDUX

REACT-REDUX

5
Comments
2 min read
React: Conway's Game of Life.

React: Conway's Game of Life.

8
Comments 1
4 min read
How to detect the user's browser with JavaScript

How to detect the user's browser with JavaScript

29
Comments
1 min read
Getting form body data in SvelteKit actions/server pages

Getting form body data in SvelteKit actions/server pages

52
Comments 8
4 min read
3-2-1 Newsletter: A video tutorial that lets you change the code inside the video!

3-2-1 Newsletter: A video tutorial that lets you change the code inside the video!

6
Comments
2 min read
Testing API's JSON response with chai

Testing API's JSON response with chai

2
Comments
1 min read
Sexism, Racism, Toxic Positivity, and TailwindCSS

Sexism, Racism, Toxic Positivity, and TailwindCSS

403
Comments 229
5 min read
Create a Bulk Text Messaging System by Using Telerivet and Vue.Js

Create a Bulk Text Messaging System by Using Telerivet and Vue.Js

7
Comments 3
5 min read
How to Set Environment Variables in Next.js

How to Set Environment Variables in Next.js

46
Comments 12
2 min read
New Appreciation for Typed Lenses

New Appreciation for Typed Lenses

5
Comments
4 min read
Can script tag have both src and content?

Can script tag have both src and content?

5
Comments 2
2 min read
Intermediate level Angular interview questions

Intermediate level Angular interview questions

11
Comments 2
3 min read
Thunder Client - Lightweight Rest API Client Extension for VS Code

Thunder Client - Lightweight Rest API Client Extension for VS Code

29
Comments 24
2 min read
Prevent Youtube iframes to improve Page Speed

Prevent Youtube iframes to improve Page Speed

5
Comments
3 min read
Make a simple React app with Webpack - An easy practical guide

Make a simple React app with Webpack - An easy practical guide

13
Comments
5 min read
React Custom Hooks Tutorial - Creating useOnline, Testing and Publishing It

React Custom Hooks Tutorial - Creating useOnline, Testing and Publishing It

129
Comments
11 min read
Keeping it simple and sane

Keeping it simple and sane

5
Comments 1
2 min read
Deleting with React & Redux

Deleting with React & Redux

6
Comments
3 min read
JavaScript Baseball

JavaScript Baseball

11
Comments 7
3 min read
Setting up my new Machine

Setting up my new Machine

328
Comments 38
3 min read
Which language to learn first ?

Which language to learn first ?

3
Comments
2 min read
My first library😁

My first library😁

6
Comments
2 min read
micro-MVC :: Alternative Web Development Framework

micro-MVC :: Alternative Web Development Framework

17
Comments 2
1 min read
Getting my SvelteKit website on Netlify

Getting my SvelteKit website on Netlify

16
Comments 2
4 min read
Tip: use the WordPress code editor to pass attributes to your Gutenberg block variations

Tip: use the WordPress code editor to pass attributes to your Gutenberg block variations

5
Comments
2 min read
Creating a message component for displaying error in ReactJS

Creating a message component for displaying error in ReactJS

38
Comments 3
2 min read
Are Default Params in JavaScript bad? (Snack pack #4)

Are Default Params in JavaScript bad? (Snack pack #4)

5
Comments
1 min read
Neural Network Learns to Drive

Neural Network Learns to Drive

14
Comments
4 min read
Converting my Gatsby website to SvelteKit

Converting my Gatsby website to SvelteKit

13
Comments 1
6 min read
Choosing a Framework in Node.js

Choosing a Framework in Node.js

20
Comments
4 min read
NestJS Testing Tutorial

NestJS Testing Tutorial

5
Comments
1 min read
How to send an email with Node.js

How to send an email with Node.js

11
Comments
1 min read
JavaScript Basic Type Conversions Cheat Sheet 🔥

JavaScript Basic Type Conversions Cheat Sheet 🔥

128
Comments 6
2 min read
Stop Googling split, splice, and slice!

Stop Googling split, splice, and slice!

67
Comments 7
2 min read
Finally - How to understand math - Awesome resource list 🚀

Finally - How to understand math - Awesome resource list 🚀

446
Comments 13
2 min read
Simple Vue.js Pagination Example with Laravel

Simple Vue.js Pagination Example with Laravel

5
Comments
1 min read
How to Install Node.js and NPM On Ubuntu 20.04

How to Install Node.js and NPM On Ubuntu 20.04

2
Comments
1 min read
My Approach to Learning Programming Concepts - When, Why?

My Approach to Learning Programming Concepts - When, Why?

10
Comments 4
2 min read
Register form

Register form

5
Comments
1 min read
How to implement dark mode in React

How to implement dark mode in React

10
Comments
7 min read
Build Crud App with Laravel and Vue.js

Build Crud App with Laravel and Vue.js

3
Comments
1 min read
Solid. Is It Still Useful In 2021?

Solid. Is It Still Useful In 2021?

219
Comments 17
5 min read
SSRF vulnerability: in NPM package impacts up to 279k projects

SSRF vulnerability: in NPM package impacts up to 279k projects

5
Comments
1 min read
Solution: Longest Increasing Path in a Matrix

Solution: Longest Increasing Path in a Matrix

5
Comments
4 min read
How to make a Full Slider with javascript in 10 mins

How to make a Full Slider with javascript in 10 mins

5
Comments 3
4 min read
HOW TO INSTALL AND RUN MONGO DB ON WINDOWS 10

HOW TO INSTALL AND RUN MONGO DB ON WINDOWS 10

5
Comments 2
5 min read
loading...