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.
Say Goodbye to console.log from Production environment

Say Goodbye to console.log from Production environment

261
Comments 66
1 min read
Playing around with for loop statements in javascript.

Playing around with for loop statements in javascript.

5
Comments 4
3 min read
JavaScript challenges_1 🐲

JavaScript challenges_1 🐲

7
Comments
1 min read
NextJs SEO Checklist: The Ultimate Roadmap To A Fast, SEO-ready Website

NextJs SEO Checklist: The Ultimate Roadmap To A Fast, SEO-ready Website

12
Comments 3
16 min read
JavaScript Data Type Conversion Tutorial

JavaScript Data Type Conversion Tutorial

2
Comments
3 min read
How to create React UIKIT components in TypeScript that extends native HTML Elements

How to create React UIKIT components in TypeScript that extends native HTML Elements

41
Comments
3 min read
I learned how to use Python to do backend stuff with my frontend experience.

I learned how to use Python to do backend stuff with my frontend experience.

Comments
5 min read
Gentle Introduction To ESLint Rules

Gentle Introduction To ESLint Rules

30
Comments 3
19 min read
What is Nullish Coalescing (or ??) in Javascript

What is Nullish Coalescing (or ??) in Javascript

7
Comments
2 min read
React native flexbox

React native flexbox

6
Comments
1 min read
Clean Code is About Reducing Complexity (Not Improving Readability)

Clean Code is About Reducing Complexity (Not Improving Readability)

2
Comments 1
1 min read
Creating SVG Icons from JSON

Creating SVG Icons from JSON

37
Comments
3 min read
How to insert an element at a specific array index with JavaScript

How to insert an element at a specific array index with JavaScript

31
Comments 2
2 min read
opencodegrep : opensouce code compiler

opencodegrep : opensouce code compiler

2
Comments
1 min read
Performance optimization tips for React projects

Performance optimization tips for React projects

90
Comments 1
11 min read
Import Javascript modules using import maps( No npm install )🔥

Import Javascript modules using import maps( No npm install )🔥

7
Comments 2
5 min read
Chrome Extensions of the Month - June 2022

Chrome Extensions of the Month - June 2022

263
Comments 23
4 min read
Block scope in javascript

Block scope in javascript

4
Comments 4
2 min read
Understanding the useEffect Hook in React

Understanding the useEffect Hook in React

8
Comments
6 min read
Usando Modo oscuro en tu aplicación de react! 🌙

Usando Modo oscuro en tu aplicación de react! 🌙

27
Comments 3
8 min read
Variable

Variable

6
Comments 2
5 min read
HTML & CSS & Pure Javascript Carousel

HTML & CSS & Pure Javascript Carousel

9
Comments 2
1 min read
Use The DEV API With This NodeJS Package

Use The DEV API With This NodeJS Package

5
Comments 1
3 min read
Asynchronous

Asynchronous

20
Comments
4 min read
BUN IS A LIGHTWEIGHT ALL-IN-ONE JAVASCRIPT RUNTIME.

BUN IS A LIGHTWEIGHT ALL-IN-ONE JAVASCRIPT RUNTIME.

20
Comments 2
3 min read
How to host Netlify CMS website on Fathym

How to host Netlify CMS website on Fathym

7
Comments 2
3 min read
Why javascript is a badass?

Why javascript is a badass?

3
Comments
2 min read
Web rendering patterns in a nutshell.

Web rendering patterns in a nutshell.

25
Comments 2
5 min read
Become a Master of JavaScript Testing

Become a Master of JavaScript Testing

13
Comments 1
13 min read
Redux Demystified

Redux Demystified

29
Comments
14 min read
Making RedwoodJS Easier with VSCode Dev Containers

Making RedwoodJS Easier with VSCode Dev Containers

16
Comments
8 min read
Late to React 18? My Top 4 awesome features and real-use examples.

Late to React 18? My Top 4 awesome features and real-use examples.

14
Comments
6 min read
332. Reconstruct Itinerary 🚀

332. Reconstruct Itinerary 🚀

7
Comments
7 min read
So tried bun! the new JS runtime.

So tried bun! the new JS runtime.

11
Comments 4
1 min read
How to perform CRUD operations with PostgreeSQL,NodeJS,ExpressJS and KnexJS using Restful API

How to perform CRUD operations with PostgreeSQL,NodeJS,ExpressJS and KnexJS using Restful API

11
Comments
8 min read
Assorted Svelte demos: conditional wrappers, page transitions, actions

Assorted Svelte demos: conditional wrappers, page transitions, actions

12
Comments
5 min read
Creating a "Candidates" Pattern in Your Codebase

Creating a "Candidates" Pattern in Your Codebase

7
Comments
3 min read
Microfrontends - uma visão geral e histórica sobre essa arquitetura.

Microfrontends - uma visão geral e histórica sobre essa arquitetura.

7
Comments
9 min read
JavaScript Data Types (With Examples)

JavaScript Data Types (With Examples)

6
Comments
5 min read
Rails or Express?

Rails or Express?

6
Comments
2 min read
How to add React to Angular app with PubSub.

How to add React to Angular app with PubSub.

3
Comments
5 min read
Follow Friday: React Edition (1 July 2022)

Follow Friday: React Edition (1 July 2022)

70
Comments 10
1 min read
JavaScript Syntax & Structure Tutorial

JavaScript Syntax & Structure Tutorial

28
Comments 2
6 min read
Bun - The fastest Javascript Runtime

Bun - The fastest Javascript Runtime

33
Comments 6
1 min read
Compare Anything in JavaScript with Just A Function

Compare Anything in JavaScript with Just A Function

44
Comments
7 min read
Naya Tab: A NEW TAB Browser extension like Brave Browser's new tab page

Naya Tab: A NEW TAB Browser extension like Brave Browser's new tab page

6
Comments
1 min read
Memoization

Memoization

16
Comments
2 min read
JavaScript clone and rewrite property from existing object

JavaScript clone and rewrite property from existing object

37
Comments 8
2 min read
Clean Code where to start

Clean Code where to start

17
Comments 1
4 min read
Bionic Reading and "mini-library" for it

Bionic Reading and "mini-library" for it

5
Comments
3 min read
A simple hta program to document oracle tables

A simple hta program to document oracle tables

6
Comments
1 min read
You decide the new features!

You decide the new features!

11
Comments 6
1 min read
Implement a CPU emulator (a virtual machine) in JavaScript 1:03:38

Implement a CPU emulator (a virtual machine) in JavaScript

8
Comments 1
1 min read
Unpacking JavaScript 02: Object Oriented JS(OOJS) part 3 - 2D array Module

Unpacking JavaScript 02: Object Oriented JS(OOJS) part 3 - 2D array Module

6
Comments
13 min read
Generic VAST Transformer Lambda

Generic VAST Transformer Lambda

8
Comments
4 min read
Angular Standalone Component — Future of Angular

Angular Standalone Component — Future of Angular

7
Comments
2 min read
3 Weird Reasons Why You Should Learn Programming

3 Weird Reasons Why You Should Learn Programming

5
Comments
2 min read
Replace your test fixtures with builders

Replace your test fixtures with builders

9
Comments
3 min read
Climan is a small npm package that automates long & boring commands for you.

Climan is a small npm package that automates long & boring commands for you.

5
Comments
1 min read
Writing Tests for Custom Matchers in Jest

Writing Tests for Custom Matchers in Jest

7
Comments
3 min read
loading...