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.
Creating a Stunning Parallax Scrolling Website with HTML, CSS, and JavaScript

Creating a Stunning Parallax Scrolling Website with HTML, CSS, and JavaScript

Comments
2 min read
Understanding JavaScript Nullish Coalescing Operator (??)

Understanding JavaScript Nullish Coalescing Operator (??)

3
Comments 2
4 min read
Dynamic forms with discriminatedUnion and React Hook Form

Dynamic forms with discriminatedUnion and React Hook Form

3
Comments 4
4 min read
Build a Simple Chatbot with Svelte and ElizaBot

Build a Simple Chatbot with Svelte and ElizaBot

Comments
3 min read
Create a Pull Request for a new Feature of ImprovedTub

Create a Pull Request for a new Feature of ImprovedTub

Comments
7 min read
Navigating Software Engineering: Building Frameworks and Tools

Navigating Software Engineering: Building Frameworks and Tools

1
Comments
3 min read
A tunnel to publish your local server

A tunnel to publish your local server

Comments
1 min read
Your coding year in review 00:54

Your coding year in review

11
Comments
1 min read
How to Uncheck All Your Twitter (X) Interests in Bulk with Developer Tools (Quick Method)

How to Uncheck All Your Twitter (X) Interests in Bulk with Developer Tools (Quick Method)

Comments
2 min read
SmartScout - Your OnDevice AI Sidekick

SmartScout - Your OnDevice AI Sidekick

Comments
1 min read
Word & Character Counter in HTML CSS and JavaScript

Word & Character Counter in HTML CSS and JavaScript

Comments
2 min read
Small pieces of code as solutions to specific problems in large companies

Small pieces of code as solutions to specific problems in large companies

Comments
1 min read
Dirty Code: Simple Rules to Avoid It

Dirty Code: Simple Rules to Avoid It

13
Comments
3 min read
Daily JavaScript Challenge #JS-52: Calculate Factorial Recursively

Daily JavaScript Challenge #JS-52: Calculate Factorial Recursively

7
Comments
1 min read
How to Create a React Application Post-CRA Deprecation

How to Create a React Application Post-CRA Deprecation

1
Comments
3 min read
Building a Dynamic Blog Dashboard with Next.js

Building a Dynamic Blog Dashboard with Next.js

Comments
1 min read
EchoAPI for Cursor: An Alternative for Thunder Client in Cursor?

EchoAPI for Cursor: An Alternative for Thunder Client in Cursor?

Comments
4 min read
QR Codes: How They Work and Why They're Amazing

QR Codes: How They Work and Why They're Amazing

Comments
3 min read
Angular vs Next.js: A Detailed Comparison

Angular vs Next.js: A Detailed Comparison

Comments
4 min read
Discovering the Power of Cursor AI

Discovering the Power of Cursor AI

Comments
7 min read
Scriptless Test Automation: A Complete Guide

Scriptless Test Automation: A Complete Guide

Comments
7 min read
OTP Generator with Verification in HTML CSS and JavaScript

OTP Generator with Verification in HTML CSS and JavaScript

Comments
2 min read
TIL: LIFO Solution and Regular Exprresion Techniques【CodeWars】

TIL: LIFO Solution and Regular Exprresion Techniques【CodeWars】

3
Comments
2 min read
Peppubuild Usecase: Building Your First Website (1)

Peppubuild Usecase: Building Your First Website (1)

1
Comments
4 min read
Understanding React.memo for Performance Optimization in React

Understanding React.memo for Performance Optimization in React

2
Comments 4
3 min read
My Journey into Software Engineering #6: Shiny Object Syndrome

My Journey into Software Engineering #6: Shiny Object Syndrome

Comments
3 min read
Understanding OOP in JavaScript and TypeScript 🖥️✨

Understanding OOP in JavaScript and TypeScript 🖥️✨

Comments
3 min read
How to make on-scroll animations in JavaScript and CSS

How to make on-scroll animations in JavaScript and CSS

2
Comments
3 min read
Bases de Datos Serverless: Por qué Turso Está Cambiando el Juego

Bases de Datos Serverless: Por qué Turso Está Cambiando el Juego

1
Comments
2 min read
Getting Started with Bootstrap in React: A Complete Guide

Getting Started with Bootstrap in React: A Complete Guide

Comments
4 min read
A Comprehensive Guide to Using Ant Design with React

A Comprehensive Guide to Using Ant Design with React

Comments
4 min read
Getting Started with Chakra UI in React: A Complete Guide

Getting Started with Chakra UI in React: A Complete Guide

Comments
4 min read
Mastering Styled Components: Dynamic and Modular Styling for React

Mastering Styled Components: Dynamic and Modular Styling for React

Comments
4 min read
Mastering SASS/SCSS in React: A Comprehensive Guide

Mastering SASS/SCSS in React: A Comprehensive Guide

Comments
4 min read
Optimizing Performance with Lazy Loading in React Router v6

Optimizing Performance with Lazy Loading in React Router v6

Comments
3 min read
Getting Started with TailwindCSS in React: A Complete Guide

Getting Started with TailwindCSS in React: A Complete Guide

Comments
4 min read
Mastering URL Parameters and Query Strings in React Router v6

Mastering URL Parameters and Query Strings in React Router v6

Comments
4 min read
Getting Started with Material-UI (MUI) in React: A Complete Guide

Getting Started with Material-UI (MUI) in React: A Complete Guide

Comments
3 min read
CSS-in-JS: Modern Styling for React Applications

CSS-in-JS: Modern Styling for React Applications

Comments
4 min read
Accessing Dynamic Route Parameters with the useParams Hook in React

Accessing Dynamic Route Parameters with the useParams Hook in React

Comments
3 min read
Mastering Dynamic Routing in React: Build Flexible and Scalable Applications

Mastering Dynamic Routing in React: Build Flexible and Scalable Applications

Comments
4 min read
Mastering Navigation in React with the useNavigate Hook

Mastering Navigation in React with the useNavigate Hook

Comments
4 min read
Understanding React Router v6: Features, Setup, and Best Practices

Understanding React Router v6: Features, Setup, and Best Practices

Comments
4 min read
Handling Redirects in React Router v6: Methods and Best Practices

Handling Redirects in React Router v6: Methods and Best Practices

Comments
3 min read
Implementing Route Guards in React: Protecting Your Routes with Authentication and Roles

Implementing Route Guards in React: Protecting Your Routes with Authentication and Roles

Comments
4 min read
Custom Hooks in React: Reusing Logic Across Components

Custom Hooks in React: Reusing Logic Across Components

Comments
4 min read
Optimizing Performance with React's useMemo Hook: Memoizing Expensive Calculations

Optimizing Performance with React's useMemo Hook: Memoizing Expensive Calculations

Comments
4 min read
Mastering React's useRef Hook: Working with DOM and Mutable Values

Mastering React's useRef Hook: Working with DOM and Mutable Values

1
Comments
4 min read
Mastering Nested Routes in React Router: Building Dynamic Layouts

Mastering Nested Routes in React Router: Building Dynamic Layouts

Comments
3 min read
The Essential Rules of Hooks in React: How to Use Hooks Properly

The Essential Rules of Hooks in React: How to Use Hooks Properly

Comments
4 min read
Understanding React Router Basics: Managing Navigation in React

Understanding React Router Basics: Managing Navigation in React

Comments
4 min read
A Comprehensive Guide to React's useEffect Hook: Managing Side Effects in Functional Components

A Comprehensive Guide to React's useEffect Hook: Managing Side Effects in Functional Components

Comments
4 min read
Mastering React's useContext Hook: A Simple Guide to Shared State Management

Mastering React's useContext Hook: A Simple Guide to Shared State Management

Comments
4 min read
Understanding React Hooks: A Guide to Modern React Development

Understanding React Hooks: A Guide to Modern React Development

Comments
4 min read
Mastering React's useState Hook: The Basics and Advanced Use Cases

Mastering React's useState Hook: The Basics and Advanced Use Cases

Comments
3 min read
Mastering React's useReducer Hook: Managing Complex State with Actions

Mastering React's useReducer Hook: Managing Complex State with Actions

Comments
4 min read
Apollo Client for GraphQL State Management in React: Simplifying Data Fetching and Caching

Apollo Client for GraphQL State Management in React: Simplifying Data Fetching and Caching

Comments
5 min read
React Query (TanStack Query): Efficient Data Fetching and State Management for React

React Query (TanStack Query): Efficient Data Fetching and State Management for React

1
Comments
5 min read
Jotai: A Simple and Powerful State Management Library for React

Jotai: A Simple and Powerful State Management Library for React

Comments
4 min read
Mastering MobX: Simplified and Reactive State Management for React

Mastering MobX: Simplified and Reactive State Management for React

Comments
4 min read
loading...