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.
Beyond Barriers: 4 Key Reasons to Embrace Web Accessibility

Beyond Barriers: 4 Key Reasons to Embrace Web Accessibility

25
Comments
5 min read
JavaScript Closures: Understanding the Power of Functions

JavaScript Closures: Understanding the Power of Functions

1
Comments
7 min read
Boas Práticas - DRY, KISS, YAGNI

Boas Práticas - DRY, KISS, YAGNI

1
Comments
3 min read
'this' keyword in JavaScript

'this' keyword in JavaScript

3
Comments 1
6 min read
Building a Real-Time Search Filter in React: A Step-by-Step Guide

Building a Real-Time Search Filter in React: A Step-by-Step Guide

282
Comments 21
13 min read
Create Your Own Programming Language 7: More Types

Create Your Own Programming Language 7: More Types

1
Comments
33 min read
Destructuring Arrays in JS

Destructuring Arrays in JS

2
Comments
2 min read
Yet another micro package for reactive UI based on event-driven programming

Yet another micro package for reactive UI based on event-driven programming

2
Comments
2 min read
Code Usability (DX) and my "Ease of Use" Levels

Code Usability (DX) and my "Ease of Use" Levels

1
Comments
2 min read
A Journey through JavaScript Date Functions: Everything You Need to Know

A Journey through JavaScript Date Functions: Everything You Need to Know

2
Comments 1
14 min read
Why is there Vite.js in Laravel 🔍

Why is there Vite.js in Laravel 🔍

8
Comments
3 min read
Ever wondered how to find the difference between two arrays without a third party library?

Ever wondered how to find the difference between two arrays without a third party library?

Comments
3 min read
Typescript Flatten Object Type

Typescript Flatten Object Type

1
Comments
1 min read
4 Lessons learned from using NextJS 13 in production

4 Lessons learned from using NextJS 13 in production

1
Comments
4 min read
Comprehensive Guide to Iterating Over Objects in JavaScript

Comprehensive Guide to Iterating Over Objects in JavaScript

1
Comments
3 min read
8 Tips for Writing Better Unit Tests

8 Tips for Writing Better Unit Tests

2
Comments
3 min read
Create and deploy your own token using hardhat in just 2 mins

Create and deploy your own token using hardhat in just 2 mins

2
Comments 1
3 min read
Convert SVG into PNG in the browser using Resvg

Convert SVG into PNG in the browser using Resvg

Comments 1
2 min read
Apollo Link OpenTelemetry Instrumentation

Apollo Link OpenTelemetry Instrumentation

1
Comments
5 min read
Async Await vs Fetch.Then()

Async Await vs Fetch.Then()

24
Comments 3
3 min read
Awesome List of the Best Developer Tools

Awesome List of the Best Developer Tools

204
Comments 22
4 min read
How to run many Node.js HTTP servers concurrently using child processes

How to run many Node.js HTTP servers concurrently using child processes

7
Comments 4
3 min read
Cookie and how to create with detail code explaination in Nodejs

Cookie and how to create with detail code explaination in Nodejs

Comments
3 min read
How To Build a Scalable SaaS Backend in 10 Minutes With 100 Lines of Code 🚀

How To Build a Scalable SaaS Backend in 10 Minutes With 100 Lines of Code 🚀

98
Comments 3
6 min read
Accepting Credit Card Payments in Node.js using BudPay's API

Accepting Credit Card Payments in Node.js using BudPay's API

7
Comments 1
5 min read
loading...