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.
Have little or no use for comments

Have little or no use for comments

3
Comments 6
9 min read
Our Journey In The Open Source World - object-loudifier

Our Journey In The Open Source World - object-loudifier

1
Comments
3 min read
Adventures with JavaScript Arrays: Sorting an Array of Numbers

Adventures with JavaScript Arrays: Sorting an Array of Numbers

5
Comments
3 min read
HOW TO GET A USERS LOCATION USING JAVASCRIPT

HOW TO GET A USERS LOCATION USING JAVASCRIPT

1
Comments
11 min read
Using JSON Schema for JSON Validation

Using JSON Schema for JSON Validation

Comments
7 min read
The Emperor's New Library

The Emperor's New Library

3
Comments 2
8 min read
Creating a Telegram Desktop App with PostgreSQL and Next.js 🪄

Creating a Telegram Desktop App with PostgreSQL and Next.js 🪄

19
Comments 1
11 min read
LeetCode #104 Maximum Depth of Binary Tree with JavaScript

LeetCode #104 Maximum Depth of Binary Tree with JavaScript

Comments 1
1 min read
How to verify an object is empty object with Jest (extended)

How to verify an object is empty object with Jest (extended)

1
Comments
1 min read
What is Variable Shadowing in JavaScript?

What is Variable Shadowing in JavaScript?

16
Comments 3
4 min read
JavaScript Runtime Explained: All you need to know about client-side JS code execution

JavaScript Runtime Explained: All you need to know about client-side JS code execution

15
Comments 6
4 min read
Make a Bingo with JS

Make a Bingo with JS

4
Comments
3 min read
Use axios as better practice in ReactJS

Use axios as better practice in ReactJS

4
Comments
1 min read
Event Bubbling & Capturing in JS

Event Bubbling & Capturing in JS

Comments
5 min read
How to effectively perform CRUD operation on an ExpressJS app using PostMan

How to effectively perform CRUD operation on an ExpressJS app using PostMan

6
Comments
15 min read
7 Small & Underrated React Libraries 🔥

7 Small & Underrated React Libraries 🔥

126
Comments 11
3 min read
How to implement authentication with nestjs using guards in 3 easy steps

How to implement authentication with nestjs using guards in 3 easy steps

2
Comments
4 min read
Server-Side Fun with Next.js

Server-Side Fun with Next.js

Comments
6 min read
Recursion in Programming

Recursion in Programming

Comments
3 min read
Final Project walkthrough P.1

Final Project walkthrough P.1

2
Comments
2 min read
Glassmorphic Credit Card Using HTML, CSS And JavaScript – Programming Hub

Glassmorphic Credit Card Using HTML, CSS And JavaScript – Programming Hub

1
Comments
2 min read
Extreme JavaScript Type Coercion

Extreme JavaScript Type Coercion

2
Comments
7 min read
Simple Encode And Decode With Javascript

Simple Encode And Decode With Javascript

3
Comments
2 min read
PureScript in Production

PureScript in Production

2
Comments
5 min read
JavaScript/WebGL 3D Visualization of Iron and Steel Plant | Web HMI/SCADA

JavaScript/WebGL 3D Visualization of Iron and Steel Plant | Web HMI/SCADA

1
Comments
13 min read
Unlocking the Power of P2WSH: A Step-by-Step Guide to Creating and Spending Coins with Bitcoin Scripts using bitcoinjs-lib

Unlocking the Power of P2WSH: A Step-by-Step Guide to Creating and Spending Coins with Bitcoin Scripts using bitcoinjs-lib

4
Comments 7
6 min read
Must-Know JavaScript Array Methods

Must-Know JavaScript Array Methods

1
Comments
19 min read
Best time to Buy and Sell Stock

Best time to Buy and Sell Stock

1
Comments
2 min read
How I Built Ecommerce store with Next.js + Medusa + Stripe + Vercel

How I Built Ecommerce store with Next.js + Medusa + Stripe + Vercel

10
Comments 1
10 min read
A step-by-step guide on how to set up TypeScript in your project

A step-by-step guide on how to set up TypeScript in your project

1
Comments
2 min read
I've created a full-stack user permission model, should I go open-source?

I've created a full-stack user permission model, should I go open-source?

3
Comments
4 min read
Arrow Functions and State in React

Arrow Functions and State in React

1
Comments
3 min read
Resolvendo problemas no HackerRank: Analisando as notas!

Resolvendo problemas no HackerRank: Analisando as notas!

1
Comments
2 min read
Testing a React Custom Hook

Testing a React Custom Hook

3
Comments
4 min read
SvelteKit + Electron: Create your desktop web app

SvelteKit + Electron: Create your desktop web app

6
Comments
2 min read
Introduction to Typescript

Introduction to Typescript

1
Comments
3 min read
Dynamically generate open graph images

Dynamically generate open graph images

1
Comments
3 min read
Javascript: What You Need to Know (Part one)

Javascript: What You Need to Know (Part one)

4
Comments
6 min read
Have a nice Day!

Have a nice Day!

2
Comments 3
1 min read
Web Development Internship at Oasis Infobyte: A Learning Journey

Web Development Internship at Oasis Infobyte: A Learning Journey

5
Comments
2 min read
JavaScript: How to Use the Chuck Norris API for Beginners

JavaScript: How to Use the Chuck Norris API for Beginners

1
Comments
13 min read
Set an expiration tine React Native AsyncStorage

Set an expiration tine React Native AsyncStorage

7
Comments 3
2 min read
My experiences with Ambassador programs

My experiences with Ambassador programs

1
Comments 1
2 min read
Programirleme Nireden Başlamaly?

Programirleme Nireden Başlamaly?

21
Comments
1 min read
Javascript: Building a Dice Game

Javascript: Building a Dice Game

3
Comments
5 min read
38 Awesome APIs to Inspire Your Next Software Project

38 Awesome APIs to Inspire Your Next Software Project

14
Comments
6 min read
Making the Dummy Component

Making the Dummy Component

Comments
2 min read
Introduction to Node.js Buffer Module

Introduction to Node.js Buffer Module

1
Comments
2 min read
Top 10 of the best React development tools of 2023

Top 10 of the best React development tools of 2023

35
Comments 11
3 min read
Client-side and Server-side Rendering: An Overview

Client-side and Server-side Rendering: An Overview

Comments
4 min read
Javascript Rendering Patterns

Javascript Rendering Patterns

5
Comments
7 min read
A Short Introduction to React

A Short Introduction to React

6
Comments
2 min read
Web scraping: how to crawl without getting blocked

Web scraping: how to crawl without getting blocked

Comments
20 min read
How to add an element to a map - JavaScript

How to add an element to a map - JavaScript

Comments
2 min read
How to Improve Node.js Application Performance

How to Improve Node.js Application Performance

9
Comments
2 min read
First look at Nuxt DevTools

First look at Nuxt DevTools

8
Comments
5 min read
Mastering JavaScript: Understanding TypeError vs ReferenceError and == vs ===

Mastering JavaScript: Understanding TypeError vs ReferenceError and == vs ===

1
Comments
2 min read
"A Beginner's Guide to Understanding Undefined, Functions, Console, and Console.log in JavaScript"

"A Beginner's Guide to Understanding Undefined, Functions, Console, and Console.log in JavaScript"

2
Comments
2 min read
Introducing Blite, the Lightweight Node.js Backend Server

Introducing Blite, the Lightweight Node.js Backend Server

1
Comments
2 min read
TypeScript Return Types: Separating Fact from Fiction

TypeScript Return Types: Separating Fact from Fiction

3
Comments 1
4 min read
loading...