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.
How to add real-time synchronization to your productivity-tool

How to add real-time synchronization to your productivity-tool

2
Comments
8 min read
NativeFlow: A Tailwind-Like, Object-Based React Native UI Library 🚀

NativeFlow: A Tailwind-Like, Object-Based React Native UI Library 🚀

8
Comments 3
3 min read
UI Blocking behaviour: microtasks vs macrotasks

UI Blocking behaviour: microtasks vs macrotasks

Comments
2 min read
How to Handle iframes in Cypress

How to Handle iframes in Cypress

4
Comments
4 min read
Low level design and SOLID Principles

Low level design and SOLID Principles

42
Comments
5 min read
Mastering Function Arguments: Less is More in JavaScript

Mastering Function Arguments: Less is More in JavaScript

4
Comments 1
2 min read
Blog about Basics of SQL.

Blog about Basics of SQL.

Comments
2 min read
Build Resume the Right way to Crack JS Jobs

Build Resume the Right way to Crack JS Jobs

Comments
2 min read
Cursor Trail using html css js #virals #js #html #css #work

Cursor Trail using html css js #virals #js #html #css #work

1
Comments
2 min read
How to Build a Notion-Like Notification Inbox with Chakra UI and Novu

How to Build a Notion-Like Notification Inbox with Chakra UI and Novu

24
Comments
11 min read
How to Boost the Performance of a Monolithic Application

How to Boost the Performance of a Monolithic Application

1
Comments
4 min read
How to Ensure Your Full Stack JavaScript Apps Meet Security Standards

How to Ensure Your Full Stack JavaScript Apps Meet Security Standards

1
Comments
7 min read
Offline Dynamic Forms with Corticon.js - Video Training

Offline Dynamic Forms with Corticon.js - Video Training

Comments
1 min read
I - Interface Segregation Principle (ISP)

I - Interface Segregation Principle (ISP)

25
Comments
9 min read
Next.js: The React Framework for Web Development

Next.js: The React Framework for Web Development

Comments
11 min read
Next.js: The React Framework for Web Development

Next.js: The React Framework for Web Development

Comments
11 min read
Crack JS Interview with Me

Crack JS Interview with Me

Comments
2 min read
From zero to web mapping hero in 60 days

From zero to web mapping hero in 60 days

7
Comments 1
8 min read
Flow Field Screen

Flow Field Screen

2
Comments
5 min read
Unlocking the Power of Large Language Models with JavaScript: Real-World Applications

Unlocking the Power of Large Language Models with JavaScript: Real-World Applications

Comments 1
6 min read
Create a Resizable Navigation with Stimulus

Create a Resizable Navigation with Stimulus

5
Comments
3 min read
How to add CSS to your React Component

How to add CSS to your React Component

1
Comments
2 min read
Memoization in JavaScript: Enhancing Performance Efficiently

Memoization in JavaScript: Enhancing Performance Efficiently

Comments
2 min read
Day 5 of #100daysofMiva Coding Challenge: Values and Variables in JS

Day 5 of #100daysofMiva Coding Challenge: Values and Variables in JS

1
Comments
3 min read
Build a Real-time Notification System with Socket.IO and ReactJS

Build a Real-time Notification System with Socket.IO and ReactJS

21
Comments
18 min read
This Month in Solid #8: Meta RFC, 1.9.0 and SolidHack begins 😎

This Month in Solid #8: Meta RFC, 1.9.0 and SolidHack begins 😎

4
Comments
4 min read
He is a participant in the Microsoft Tech Center, the International Developer Center, Google Experts, and Cisco Partners.

He is a participant in the Microsoft Tech Center, the International Developer Center, Google Experts, and Cisco Partners.

Comments 1
2 min read
Object-Oriented Programming: Your First Step Toward Mastering DSA

Object-Oriented Programming: Your First Step Toward Mastering DSA

6
Comments
13 min read
A Guide to Consumer-Driven Contract Testing

A Guide to Consumer-Driven Contract Testing

1
Comments
5 min read
An Easy Way to Make an Auto Responsive Menu

An Easy Way to Make an Auto Responsive Menu

1
Comments
2 min read
I easily translated my React.js applications into multiple languages. Here is how... 🤯

I easily translated my React.js applications into multiple languages. Here is how... 🤯

163
Comments 29
4 min read
Unlocking JavaScript's Hidden Gems: Underutilized Features to Boost Code Quality and Performance

Unlocking JavaScript's Hidden Gems: Underutilized Features to Boost Code Quality and Performance

Comments
13 min read
Ditch dotenv: Node.js Now Natively Supports .env File Loading

Ditch dotenv: Node.js Now Natively Supports .env File Loading

1
Comments
2 min read
How Analog is Revolutionizing Content-Driven Sites with Angular

How Analog is Revolutionizing Content-Driven Sites with Angular

2
Comments
4 min read
JavaScript's Prototype-Based Inheritance Example

JavaScript's Prototype-Based Inheritance Example

1
Comments
1 min read
What is the PHP CodeSniffer?

What is the PHP CodeSniffer?

1
Comments
1 min read
Vue 3 | Cheat Sheet of The Dark Side | Part 1 | Reactivity

Vue 3 | Cheat Sheet of The Dark Side | Part 1 | Reactivity

18
Comments 1
11 min read
Advanced Ts: Dependent parameters, inferred unions and a healthy interaction on Twitter.

Advanced Ts: Dependent parameters, inferred unions and a healthy interaction on Twitter.

1
Comments 3
3 min read
Vue.js for Beginners 2024 #VueJs Part 4 : Form & Event Listener

Vue.js for Beginners 2024 #VueJs Part 4 : Form & Event Listener

2
Comments
2 min read
Fundamentals of Computed Properties in Vue.js: Composition API

Fundamentals of Computed Properties in Vue.js: Composition API

17
Comments
2 min read
Loadr, an efficient solution for seamlessly loading large images in HTML

Loadr, an efficient solution for seamlessly loading large images in HTML

10
Comments 1
1 min read
Essential Programming Symbols and Their German Equivalents

Essential Programming Symbols and Their German Equivalents

9
Comments 6
3 min read
Building Server-Side Applications with Hapi.js

Building Server-Side Applications with Hapi.js

Comments
2 min read
Master css grid

Master css grid

8
Comments
1 min read
Mastering JavaScript Proxy and Reflect API (Without the Headache)

Mastering JavaScript Proxy and Reflect API (Without the Headache)

4
Comments
5 min read
The Simplest Zustand Tutorial

The Simplest Zustand Tutorial

6
Comments
3 min read
Authentication Types: JWT, OAuth, and Secure Integration with Google and Facebook

Authentication Types: JWT, OAuth, and Secure Integration with Google and Facebook

Comments
4 min read
`for...in` vs. `for...of` in JavaScript:

`for...in` vs. `for...of` in JavaScript:

Comments 1
5 min read
How to Use Electron.js to Create Cross-Platform Desktop Applications

How to Use Electron.js to Create Cross-Platform Desktop Applications

2
Comments
4 min read
What is Coding

What is Coding

Comments
1 min read
What are the differences between the Composition API used in Vue 3.0 and the Options API used in Vue 2.x?

What are the differences between the Composition API used in Vue 3.0 and the Options API used in Vue 2.x?

Comments
2 min read
How to use Context in React

How to use Context in React

Comments
5 min read
Hacktoberfest 2024: Create Discord Features or Videos to Win Rewards 🎉

Hacktoberfest 2024: Create Discord Features or Videos to Win Rewards 🎉

8
Comments
6 min read
Mastering JavaScript: 10 Best Practices for Writing Clean Code

Mastering JavaScript: 10 Best Practices for Writing Clean Code

6
Comments 1
3 min read
🔥 Maximize Performance: Essential Next.js Optimization Strategies for 2024 🚀

🔥 Maximize Performance: Essential Next.js Optimization Strategies for 2024 🚀

2
Comments
4 min read
Exploring the Power of Microfrontend with React and Webpack 5

Exploring the Power of Microfrontend with React and Webpack 5

2
Comments
1 min read
A Comprehensive Guide to React.js: The Popular JavaScript Library for Building User Interfaces

A Comprehensive Guide to React.js: The Popular JavaScript Library for Building User Interfaces

1
Comments
53 min read
Todo RESTful API built using NodeJS

Todo RESTful API built using NodeJS

2
Comments
1 min read
🎉 Hacktoberfest 2024

🎉 Hacktoberfest 2024

1
Comments
2 min read
Real-time communication with WebSockets and Socket.IO in Node.js

Real-time communication with WebSockets and Socket.IO in Node.js

Comments
5 min read
loading...