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.
Finally you can skip dotenv in Node

Finally you can skip dotenv in Node

1
Comments 8
3 min read
JSON VS XML

JSON VS XML

5
Comments 1
2 min read
React vs Angular

React vs Angular

9
Comments 2
3 min read
Algorithm to Convert string to camel case "CodeWars"

Algorithm to Convert string to camel case "CodeWars"

1
Comments 3
2 min read
Authentication in Next.js using NextAuth.js

Authentication in Next.js using NextAuth.js

5
Comments
5 min read
How to solve hydration error in Next.js

How to solve hydration error in Next.js

6
Comments 2
3 min read
How to Test HarperDB Custom Functions with Node Tap

How to Test HarperDB Custom Functions with Node Tap

11
Comments 2
13 min read
Let's make FAQ sections (no JS)

Let's make FAQ sections (no JS)

4
Comments 1
2 min read
Use an API with JavaScript (Beginner's Guide)

Use an API with JavaScript (Beginner's Guide)

7
Comments
2 min read
The Top 10 Programming Tutorials YouTube Channels for 2023

The Top 10 Programming Tutorials YouTube Channels for 2023

5
Comments
3 min read
Optional Chaining and Nullish Coalescing: Safe Property Access in JavaScript

Optional Chaining and Nullish Coalescing: Safe Property Access in JavaScript

4
Comments
3 min read
Mastering The Fetch API In Javascript: A Comprehensive Guide.

Mastering The Fetch API In Javascript: A Comprehensive Guide.

7
Comments
4 min read
10 Cool CodePen Demos (August 2023)

10 Cool CodePen Demos (August 2023)

27
Comments 6
3 min read
Event Handling in JavaScript

Event Handling in JavaScript

17
Comments 2
2 min read
Execute Terminal Commands And Receive Live Output With React+SSE

Execute Terminal Commands And Receive Live Output With React+SSE

2
Comments
5 min read
Computed Properties 🤙

Computed Properties 🤙

5
Comments
2 min read
npm hack to remove unused transitive dependencies

npm hack to remove unused transitive dependencies

3
Comments 1
2 min read
Strict Mode

Strict Mode

1
Comments
1 min read
Algorithm To Create Phone Number "Codewars"

Algorithm To Create Phone Number "Codewars"

5
Comments
1 min read
VueJS Part 2: Hello Vue and displaying values in HTML

VueJS Part 2: Hello Vue and displaying values in HTML

9
Comments
4 min read
Baby steps to instantly improve your React project

Baby steps to instantly improve your React project

41
Comments 6
2 min read
Cracking the Code: A Rookie's Guide to JavaScript

Cracking the Code: A Rookie's Guide to JavaScript

Comments
2 min read
Tailwind CSS: Using Dynamic Breakpoints and Container Queries

Tailwind CSS: Using Dynamic Breakpoints and Container Queries

9
Comments 1
4 min read
Are you still using the ternary operator to dynamically apply Tailwind styles?

Are you still using the ternary operator to dynamically apply Tailwind styles?

2
Comments
3 min read
Stop Conditional Rendering in React Without Knowing This (&& and Ternary Operator)

Stop Conditional Rendering in React Without Knowing This (&& and Ternary Operator)

34
Comments 8
3 min read
loading...