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.
Software Testing Life Cycle (STLC): A Comprehensive Guide

Software Testing Life Cycle (STLC): A Comprehensive Guide

2
Comments
4 min read
faster_react

faster_react

2
Comments 1
1 min read
Understanding the Payment Request API: Simplifying Online Payments

Understanding the Payment Request API: Simplifying Online Payments

84
Comments 5
3 min read
React from 0 to Hero: Lesson 1 – Getting Started

React from 0 to Hero: Lesson 1 – Getting Started

Comments
3 min read
Mastering Arrays in JavaScript: From Basics to Pro

Mastering Arrays in JavaScript: From Basics to Pro

4
Comments
10 min read
How to access Objects?

How to access Objects?

Comments
1 min read
queueMicroTask in JavaScript

queueMicroTask in JavaScript

Comments
3 min read
Building Offline-First Apps using React Native, React Query, and AsyncStorage

Building Offline-First Apps using React Native, React Query, and AsyncStorage

Comments
8 min read
Write to Google Sheets from a local script via gcloud CLI authentication

Write to Google Sheets from a local script via gcloud CLI authentication

24
Comments 6
4 min read
Chat GPT === hell ?

Chat GPT === hell ?

1
Comments
1 min read
Building a User Feedback Form with Svelte and Perseid

Building a User Feedback Form with Svelte and Perseid

5
Comments
6 min read
Exploring GraalVM: How to Speed Up Java Applications and Reduce Memory Footprint

Exploring GraalVM: How to Speed Up Java Applications and Reduce Memory Footprint

11
Comments 1
3 min read
#30DaysofCode September: My journey to DSA Mastery

#30DaysofCode September: My journey to DSA Mastery

12
Comments 4
4 min read
Nuxt Social Share has a new home!

Nuxt Social Share has a new home!

1
Comments
1 min read
⚔️ JavaScript vs. TypeScript: The Language Showdown! 🤯

⚔️ JavaScript vs. TypeScript: The Language Showdown! 🤯

10
Comments
3 min read
Client Hook JS

Client Hook JS

Comments
2 min read
React-Native and Three.js

React-Native and Three.js

2
Comments
6 min read
AngularJS in 2024: Key Updates, Trends, and Community Insights

AngularJS in 2024: Key Updates, Trends, and Community Insights

Comments
3 min read
DevCanvas: Ready for Hacktoberfest! 🎉

DevCanvas: Ready for Hacktoberfest! 🎉

12
Comments 5
3 min read
Import CSV to Google Sheets... without the Sheets API?!?

Import CSV to Google Sheets... without the Sheets API?!?

2
Comments
17 min read
Exploring Gleam: Key Takeaways from My Latest YouTube Video

Exploring Gleam: Key Takeaways from My Latest YouTube Video

Comments
3 min read
Preventing CSRF and XSS Attacks with JWT and Fingerprint Cookies in Express

Preventing CSRF and XSS Attacks with JWT and Fingerprint Cookies in Express

1
Comments
11 min read
My First Full-Stack Hackathon: Lessons from Building a Mobile App

My First Full-Stack Hackathon: Lessons from Building a Mobile App

1
Comments
3 min read
Writing a plugin for upscaling rendering under ThreeJS

Writing a plugin for upscaling rendering under ThreeJS

2
Comments
5 min read
Missing Launch Button in your Discord Activity? Fix the Entry Point Command!

Missing Launch Button in your Discord Activity? Fix the Entry Point Command!

3
Comments
2 min read
APIs for Concurrent Rendering in React: Optimizing Asynchronous UI Updates

APIs for Concurrent Rendering in React: Optimizing Asynchronous UI Updates

9
Comments
2 min read
L - Liskov Substitution Principle (LSP)

L - Liskov Substitution Principle (LSP)

26
Comments
13 min read
Recursion in JavaScript সম্পর্কে বিস্তারিত আলোচনা

Recursion in JavaScript সম্পর্কে বিস্তারিত আলোচনা

Comments
2 min read
Currying in JavaScript সম্পর্কে বিস্তারিত আলোচনা

Currying in JavaScript সম্পর্কে বিস্তারিত আলোচনা

Comments
1 min read
Higher-Order Functions (HOFs) সম্পর্কে বিস্তারিত আলোচনা

Higher-Order Functions (HOFs) সম্পর্কে বিস্তারিত আলোচনা

Comments
2 min read
JavaScript Execution Context সম্পর্কে বিস্তারিত আলোচনা

JavaScript Execution Context সম্পর্কে বিস্তারিত আলোচনা

Comments
1 min read
✨🗳️ JavaScript Variables: 17 Quick Questions You Need To Master

✨🗳️ JavaScript Variables: 17 Quick Questions You Need To Master

2
Comments 2
7 min read
Introducing "Vanilla" – A Fresh Take on Frontend Development

Introducing "Vanilla" – A Fresh Take on Frontend Development

Comments
2 min read
JavaScript Closures সম্পর্কে বিস্তারিত আলোচনা

JavaScript Closures সম্পর্কে বিস্তারিত আলোচনা

Comments
1 min read
What is GenAIScript? 02:05

What is GenAIScript?

10
Comments
2 min read
A practical Guide - Migrating to Next.js App Router

A practical Guide - Migrating to Next.js App Router

6
Comments
3 min read
Mastering Web Animations: CSS vs Unoptimized and Optimized JavaScript Performance

Mastering Web Animations: CSS vs Unoptimized and Optimized JavaScript Performance

Comments
2 min read
What is Difference Between ContextApi and Redux

What is Difference Between ContextApi and Redux

Comments
4 min read
JavaScript Essentials: Part 2

JavaScript Essentials: Part 2

2
Comments
9 min read
Simple Image Asset Browser for Your Projects

Simple Image Asset Browser for Your Projects

Comments
2 min read
Creating an Information Bot: A Beginner's Guide (HTML/CSS, JavaScript, Gemini API)

Creating an Information Bot: A Beginner's Guide (HTML/CSS, JavaScript, Gemini API)

3
Comments
22 min read
Angular vs. React vs. Vue: Which is the Best Framework in 2024?

Angular vs. React vs. Vue: Which is the Best Framework in 2024?

1
Comments
3 min read
supabase functions (not edge)

supabase functions (not edge)

Comments
7 min read
Scrape the web with puppeteer!

Scrape the web with puppeteer!

Comments
5 min read
5 Reasons Why Bite-Sized Functions Will Make You a Coding Hero

5 Reasons Why Bite-Sized Functions Will Make You a Coding Hero

2
Comments
3 min read
Error Handling

Error Handling

Comments
1 min read
Don’t ever use if-else. Use this instead

Don’t ever use if-else. Use this instead

67
Comments 30
1 min read
The quiet, pervasive devaluation of frontend

The quiet, pervasive devaluation of frontend

2
Comments
8 min read
Asynchronously Iterating Over Event Emitters in TypeScript with Async Generators

Asynchronously Iterating Over Event Emitters in TypeScript with Async Generators

6
Comments 5
4 min read
Why JavaScript is Not Just an Interpreted Language: Understanding JIT Compilation

Why JavaScript is Not Just an Interpreted Language: Understanding JIT Compilation

Comments
2 min read
SpeakSign Program Demonstration | Rishi Nalem

SpeakSign Program Demonstration | Rishi Nalem

2
Comments
1 min read
Destructuring in function parameters

Destructuring in function parameters

Comments
2 min read
Tutorial how to use node js until displays "Hello World"

Tutorial how to use node js until displays "Hello World"

1
Comments
1 min read
PopupJS

PopupJS

Comments
1 min read
The Importance of Responsive Web Design: Why It’s a Must-Have for Every Website in 2024 🌐📱

The Importance of Responsive Web Design: Why It’s a Must-Have for Every Website in 2024 🌐📱

Comments
4 min read
Setting Up Your E2E Testing Framework with Pactum and Jest

Setting Up Your E2E Testing Framework with Pactum and Jest

1
Comments
1 min read
Launching Our Fresh & Vibrant Fruit Shop HTML Template! 🍎🍊

Launching Our Fresh & Vibrant Fruit Shop HTML Template! 🍎🍊

Comments
3 min read
React Environment Variables: A Complete Step-By-Step Guide

React Environment Variables: A Complete Step-By-Step Guide

Comments
5 min read
FetchPHP 2.0: An Update To Bring Javascript's Fetch & True Async To PHP (Now With Superpowers!)

FetchPHP 2.0: An Update To Bring Javascript's Fetch & True Async To PHP (Now With Superpowers!)

15
Comments
3 min read
How to JS: Automate testing with Selenium

How to JS: Automate testing with Selenium

Comments
3 min read
loading...