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.
Como criar uma packege/lib npm ?

Como criar uma packege/lib npm ?

1
Comments
2 min read
Nos bastidores, como o javascript funciona

Nos bastidores, como o javascript funciona

Comments
4 min read
5 Repositories to Boost Your Knowledge

5 Repositories to Boost Your Knowledge

27
Comments 2
2 min read
Creating your own ExpressJS from scratch (Part 5) - Serving static files

Creating your own ExpressJS from scratch (Part 5) - Serving static files

2
Comments 1
2 min read
Managing array state in React with custom hooks

Managing array state in React with custom hooks

1
Comments
3 min read
Closures. ¿Qué son exactamente?

Closures. ¿Qué son exactamente?

Comments
3 min read
Mastering React Class Component Life Cycle Methods: A Quick Guide

Mastering React Class Component Life Cycle Methods: A Quick Guide

Comments 2
4 min read
Master Angular 16 (a study guide)

Master Angular 16 (a study guide)

18
Comments
8 min read
The Correct Way to Use Stores in SvelteKit

The Correct Way to Use Stores in SvelteKit

9
Comments 6
4 min read
10 Cool CodePen Demos (April 23)

10 Cool CodePen Demos (April 23)

23
Comments 3
2 min read
React Series: useRef Hook

React Series: useRef Hook

Comments
4 min read
Angular Life Cycle Hooks

Angular Life Cycle Hooks

Comments
2 min read
Using Blockchain Technology Without A Wallet

Using Blockchain Technology Without A Wallet

Comments
3 min read
The OR operator (||) vs Nullish Coalescing (??)

The OR operator (||) vs Nullish Coalescing (??)

Comments
2 min read
Vuex

Vuex

1
Comments
3 min read
Keeping state of data within localStorage in React

Keeping state of data within localStorage in React

1
Comments 2
3 min read
Maximizing Performance and Flexibility with Server-Side Rendering, Static Site Generators, and Headless CMSs

Maximizing Performance and Flexibility with Server-Side Rendering, Static Site Generators, and Headless CMSs

Comments
4 min read
How To Add In-App Notifications To Your Angular App

How To Add In-App Notifications To Your Angular App

56
Comments 8
9 min read
VS Code Extensions to Take Your Coding to the Next Level

VS Code Extensions to Take Your Coding to the Next Level

210
Comments 19
4 min read
AdaGPT: My Learnings While Building a GitHub Action

AdaGPT: My Learnings While Building a GitHub Action

17
Comments 1
5 min read
Functional Programming with JavaScript chapter 3 Notes

Functional Programming with JavaScript chapter 3 Notes

2
Comments
2 min read
A love story of Svelte and JSX 💖

A love story of Svelte and JSX 💖

22
Comments 7
3 min read
How to Create Random Color Generator with 3D Effect

How to Create Random Color Generator with 3D Effect

Comments
5 min read
A Beginner's Guide to Regular Expressions Methods: Simplifying Syntax and Usage

A Beginner's Guide to Regular Expressions Methods: Simplifying Syntax and Usage

5
Comments
10 min read
GETTING STARTED WITH CHAKRA UI

GETTING STARTED WITH CHAKRA UI

Comments 2
2 min read
Effortlessly Nuxt navigation: Crafting Dynamic breadcrumbs with Storefront UI

Effortlessly Nuxt navigation: Crafting Dynamic breadcrumbs with Storefront UI

8
Comments
8 min read
Can you solve these Javascript Mind Twister Puzzles by ChatGPT? 🤯

Can you solve these Javascript Mind Twister Puzzles by ChatGPT? 🤯

1
Comments 2
11 min read
Fun and Creative React Projects to Enhance Your Learning Experience

Fun and Creative React Projects to Enhance Your Learning Experience

1
Comments
2 min read
LeetCode - Count and Say

LeetCode - Count and Say

Comments
4 min read
How to Generate API Documentation with Insomnia

How to Generate API Documentation with Insomnia

11
Comments 1
2 min read
Mastering Express: Building Robust TypeScript Servers with Ease.

Mastering Express: Building Robust TypeScript Servers with Ease.

5
Comments
2 min read
MongoDB Relationships(one-to-one)(one-to-many)(many-to-many)

MongoDB Relationships(one-to-one)(one-to-many)(many-to-many)

4
Comments
2 min read
The Hidden Impact of CSS Order in Web Development

The Hidden Impact of CSS Order in Web Development

6
Comments 2
4 min read
How Javascript code Executes!😳

How Javascript code Executes!😳

8
Comments
4 min read
Lexical vs. In-Memory Scope in JavaScript

Lexical vs. In-Memory Scope in JavaScript

1
Comments
3 min read
Javascript variables (Beginner thinking)

Javascript variables (Beginner thinking)

15
Comments 2
14 min read
What is Typescript anyway?

What is Typescript anyway?

2
Comments 1
6 min read
React story: useRef vs useState

React story: useRef vs useState

13
Comments
2 min read
Stacked Bar Chart using a JSON Data Source, Plain Vanilla Javascript, Plain CSS and no chart libraries

Stacked Bar Chart using a JSON Data Source, Plain Vanilla Javascript, Plain CSS and no chart libraries

Comments
9 min read
React Testing Library & Accessibility

React Testing Library & Accessibility

16
Comments
3 min read
Higher Order Components in React: Examples with Common Use-case Patterns

Higher Order Components in React: Examples with Common Use-case Patterns

1
Comments
10 min read
I Created A Web App That Went Viral On Linkedin 🔥

I Created A Web App That Went Viral On Linkedin 🔥

40
Comments 9
1 min read
Custom Snippet do Styled Components no VSCode

Custom Snippet do Styled Components no VSCode

2
Comments
2 min read
Unleash the power of Partial <T> for mock data perfection!

Unleash the power of Partial <T> for mock data perfection!

Comments
2 min read
Deep Dive Into the useReducer() hook

Deep Dive Into the useReducer() hook

Comments
3 min read
React Series: useEffect

React Series: useEffect

1
Comments
4 min read
We built Plane ✈️ Open Source Project Management Tool (Next.js + Django)

We built Plane ✈️ Open Source Project Management Tool (Next.js + Django)

1
Comments
2 min read
How to create an image gallery using Tailwind CSS

How to create an image gallery using Tailwind CSS

1
Comments
5 min read
How to find the shortest string in an array in JavaScript

How to find the shortest string in an array in JavaScript

1
Comments
4 min read
Learn to use useState and useEffect hooks in React to create dynamic user interfaces

Learn to use useState and useEffect hooks in React to create dynamic user interfaces

Comments
2 min read
Frontend Web Performance Checklist

Frontend Web Performance Checklist

107
Comments 3
6 min read
I wanted to improve React

I wanted to improve React

Comments
8 min read
Conquering the Villains: A Journey of Setting Up Node.js with Express and TypeScript

Conquering the Villains: A Journey of Setting Up Node.js with Express and TypeScript

1
Comments 1
5 min read
Top 1000 JavaScript Interview Questions in 2023!

Top 1000 JavaScript Interview Questions in 2023!

1
Comments
1 min read
Creating a Confetti Effect from Scratch using HTML, CSS, and JavaScript

Creating a Confetti Effect from Scratch using HTML, CSS, and JavaScript

2
Comments
7 min read
Step-by-Step Guide: Creating a Stunning Tourist Agency Landing Page with HTML and CSS

Step-by-Step Guide: Creating a Stunning Tourist Agency Landing Page with HTML and CSS

Comments
12 min read
The Only Situation To Use ‘==’ In JavaScript

The Only Situation To Use ‘==’ In JavaScript

Comments
2 min read
12 Easy and Useful JavaScript Snippets for Beginners.

12 Easy and Useful JavaScript Snippets for Beginners.

7
Comments 3
2 min read
Inertia boost my fullstack development up to 60%✨, here is why

Inertia boost my fullstack development up to 60%✨, here is why

1
Comments 1
2 min read
Use Strapi Transformer to make your Strapi API response more clean.

Use Strapi Transformer to make your Strapi API response more clean.

Comments
2 min read
loading...