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 Can i create a Secure SignIn Portal In PHP after Using Password Hash on SignUp Page.

How Can i create a Secure SignIn Portal In PHP after Using Password Hash on SignUp Page.

7
Comments 5
2 min read
Vue.js 101 - Conditional rendering

Vue.js 101 - Conditional rendering

9
Comments
2 min read
So I tried Svelte and it was...interesting

So I tried Svelte and it was...interesting

4
Comments
2 min read
CodePen - Generative macOS Big Sur Waves 🌊 [SVG]

CodePen - Generative macOS Big Sur Waves 🌊 [SVG]

161
Comments 13
1 min read
React code structuring and best practices

React code structuring and best practices

172
Comments 4
3 min read
API Mocking Strategies for JavaScript Applications

API Mocking Strategies for JavaScript Applications

36
Comments 4
6 min read
Handling requests with fetch

Handling requests with fetch

43
Comments
4 min read
How to clean up node modules?

How to clean up node modules?

5
Comments
5 min read
🚀 Svelte Quick Tip: Creating a toast notification system

🚀 Svelte Quick Tip: Creating a toast notification system

28
Comments 5
3 min read
Introduction to Typescript and its Basic Types

Introduction to Typescript and its Basic Types

23
Comments
8 min read
Easily test React-Redux with Cypress

Easily test React-Redux with Cypress

23
Comments 2
2 min read
Memory Game using React.js

Memory Game using React.js

14
Comments 3
1 min read
Clicking Stuff in E2E tests - smooth scrolling, Electron flags, and Cypress

Clicking Stuff in E2E tests - smooth scrolling, Electron flags, and Cypress

8
Comments 1
7 min read
React Website with Image Slideshow

React Website with Image Slideshow

13
Comments
3 min read
Closing dialogs by going back

Closing dialogs by going back

7
Comments
2 min read
5 Awesome React Hooks ⚛️

5 Awesome React Hooks ⚛️

242
Comments 4
2 min read
Implementing custom `isFalsy()`

Implementing custom `isFalsy()`

6
Comments
1 min read
10 Things 2020 has taught me

10 Things 2020 has taught me

119
Comments 8
9 min read
Summarizing Namaste 🙏 JavaScript EP02 (How Js code is executed and Call stack)

Summarizing Namaste 🙏 JavaScript EP02 (How Js code is executed and Call stack)

2
Comments
2 min read
Script to Mark Text in article

Script to Mark Text in article

2
Comments
1 min read
Reusable Dialog component using Vue3 composition api

Reusable Dialog component using Vue3 composition api

7
Comments
5 min read
Summarizing Namaste 🙏 JavaScript EP01 (Execution Context)

Summarizing Namaste 🙏 JavaScript EP01 (Execution Context)

4
Comments
1 min read
Creating a simple carousel using JavaScript

Creating a simple carousel using JavaScript

176
Comments 8
3 min read
What about Svelte? Should you care!

What about Svelte? Should you care!

44
Comments 2
9 min read
How to fix nodemon error- nodemon.ps1 cannot be loaded because running scripts is disabled on this system

How to fix nodemon error- nodemon.ps1 cannot be loaded because running scripts is disabled on this system

5
Comments 2
1 min read
JavaScript Syntax

JavaScript Syntax

5
Comments 1
2 min read
Bootstrapping a React Native Typescript App

Bootstrapping a React Native Typescript App

5
Comments
4 min read
Simple markdown tag insertion snippet using shortcut keys [Pure Javascript]

Simple markdown tag insertion snippet using shortcut keys [Pure Javascript]

6
Comments 4
3 min read
CodePen - Fuzzy VHS Dream Clouds 📼 ☁️ [PIXI]

CodePen - Fuzzy VHS Dream Clouds 📼 ☁️ [PIXI]

10
Comments
1 min read
JS Set Object (2 handy usages)

JS Set Object (2 handy usages)

6
Comments
2 min read
An Overview of the Top 10 Vue UI Component Libraries in 2021

An Overview of the Top 10 Vue UI Component Libraries in 2021

69
Comments 8
7 min read
Task Force 2.0 Third Week Sessions

Task Force 2.0 Third Week Sessions

2
Comments
2 min read
Stale closure: Why did my setState only triggered twice?

Stale closure: Why did my setState only triggered twice?

6
Comments
1 min read
How to create a theme toggle in React using Context API 🪄

How to create a theme toggle in React using Context API 🪄

17
Comments 2
3 min read
JavaScript image compression and resizing

JavaScript image compression and resizing

97
Comments 2
6 min read
Getting started with Tailwind and React: Implementing responsiveness.

Getting started with Tailwind and React: Implementing responsiveness.

99
Comments 9
4 min read
REACT WHITE SCREEN OF DEATH : COMMENT EMPÊCHER SON UI DE PLANTER

REACT WHITE SCREEN OF DEATH : COMMENT EMPÊCHER SON UI DE PLANTER

5
Comments
7 min read
Pairing with Community Member Seth Hall

Pairing with Community Member Seth Hall

18
Comments
1 min read
Amazing Productivity Tools for Developers

Amazing Productivity Tools for Developers

140
Comments 4
5 min read
New Features in ECMAScript 2021 (with code examples)

New Features in ECMAScript 2021 (with code examples)

269
Comments 15
7 min read
Easy Google OAuth2 Authentication in Nodejs

Easy Google OAuth2 Authentication in Nodejs

42
Comments 3
7 min read
SpectaQL - Autegenerated Documentation for GraphQL

SpectaQL - Autegenerated Documentation for GraphQL

2
Comments
1 min read
Ember 3.25 Released

Ember 3.25 Released

11
Comments
4 min read
Using Google Sheets as a simple database with Papa Parse

Using Google Sheets as a simple database with Papa Parse

69
Comments
4 min read
React Clean Code - Simple ways to write better and cleaner code

React Clean Code - Simple ways to write better and cleaner code

998
Comments 68
2 min read
Building a React Native app from scratch: Project overview

Building a React Native app from scratch: Project overview

19
Comments
3 min read
#2 Adding graphql to an express server

#2 Adding graphql to an express server

8
Comments
1 min read
Point-Free Style (in Javascript)

Point-Free Style (in Javascript)

19
Comments 1
13 min read
Modern Javascript Basics - Part III

Modern Javascript Basics - Part III

6
Comments
4 min read
Storybook Talk / Live Coding

Storybook Talk / Live Coding

25
Comments 2
2 min read
Pokemon API using ReactJs

Pokemon API using ReactJs

53
Comments 13
2 min read
Day 44: React Currency Converter

Day 44: React Currency Converter

7
Comments
1 min read
Alexa API calls using Axios

Alexa API calls using Axios

8
Comments 6
3 min read
how to Change jquery to Vanilla javascript

how to Change jquery to Vanilla javascript

7
Comments 8
1 min read
Why Frontend Developers Should Learn Node.js and Express?

Why Frontend Developers Should Learn Node.js and Express?

27
Comments 9
2 min read
A plain, practical guide on recursion in JS

A plain, practical guide on recursion in JS

10
Comments
14 min read
Understanding Closures in Javascript

Understanding Closures in Javascript

5
Comments
5 min read
Beginner: How can I add a CMS to my personal website?

Beginner: How can I add a CMS to my personal website?

3
Comments 4
1 min read
JavaScript Editor from Scratch to live-edit CSS Values in your Browser

JavaScript Editor from Scratch to live-edit CSS Values in your Browser

15
Comments
3 min read
Javascript: Data type and variables

Javascript: Data type and variables

19
Comments
2 min read
loading...