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.
Jekyll alternatives: The benefits to JavaScript static site generators

Jekyll alternatives: The benefits to JavaScript static site generators

26
Comments 1
7 min read
45 Useful Website for Frontend Engineers (Always updated)

45 Useful Website for Frontend Engineers (Always updated)

63
Comments 1
5 min read
Enough JavaScript to get you Started : #14 Understanding DOM

Enough JavaScript to get you Started : #14 Understanding DOM

127
Comments 4
6 min read
How to store data client-side with IndexedDB

How to store data client-side with IndexedDB

58
Comments
9 min read
Introduction to JavaScript Series - #1 - Form with String Object

Introduction to JavaScript Series - #1 - Form with String Object

5
Comments
2 min read
Mocking dependencies with Jest + TypeScript

Mocking dependencies with Jest + TypeScript

15
Comments 4
2 min read
ES 2021 Features

ES 2021 Features

33
Comments 11
3 min read
Horoscope Web App

Horoscope Web App

17
Comments 4
1 min read
Use Javascript's Fetch API with async/await to fetch your Instagram feed in React

Use Javascript's Fetch API with async/await to fetch your Instagram feed in React

35
Comments
7 min read
Scalable APIs with GraphQL and Netlify Functions

Scalable APIs with GraphQL and Netlify Functions

32
Comments
6 min read
Machine Learning for Artisans: Classifying Lacemaking Techniques

Machine Learning for Artisans: Classifying Lacemaking Techniques

20
Comments
17 min read
Convert Your Old Class Components to Functions. Just Do It Already!

Convert Your Old Class Components to Functions. Just Do It Already!

5
Comments 2
5 min read
Create PR Builder in bitbucket, DangerJS and Jenkins

Create PR Builder in bitbucket, DangerJS and Jenkins

4
Comments
5 min read
Constructor, Prototype, and Their Instance: Relationships

Constructor, Prototype, and Their Instance: Relationships

2
Comments
4 min read
Going Down with the Ship

Going Down with the Ship

5
Comments 1
4 min read
CodePen - Generative + Customisable SVG Social Images!

CodePen - Generative + Customisable SVG Social Images!

25
Comments 2
1 min read
10 Awesome Free Courses for Devs by Devs

10 Awesome Free Courses for Devs by Devs

296
Comments 33
8 min read
Demystifying JWT: How to secure your next web app

Demystifying JWT: How to secure your next web app

632
Comments 16
7 min read
Taking the first challenge with nextjs and project release

Taking the first challenge with nextjs and project release

2
Comments
2 min read
JS and Design patterns - Chapter 2 🚀

JS and Design patterns - Chapter 2 🚀

48
Comments 3
4 min read
Web development in 2021: a quickstart guide

Web development in 2021: a quickstart guide

63
Comments
6 min read
Digital Clock using HTML,CSS,JS

Digital Clock using HTML,CSS,JS

6
Comments
2 min read
Building and deploying a personal project cost effectively ( RN app, ReactJS portal, Java microservices API on GCP cloud )

Building and deploying a personal project cost effectively ( RN app, ReactJS portal, Java microservices API on GCP cloud )

17
Comments 2
4 min read
Websocket and Protobuf integration in Javascript

Websocket and Protobuf integration in Javascript

13
Comments 1
4 min read
Setting Up Custom Environment Variables Using dotenv and Node-config

Setting Up Custom Environment Variables Using dotenv and Node-config

10
Comments
3 min read
Almost no config!!! Snowpack ️ + React + TS

Almost no config!!! Snowpack ️ + React + TS

30
Comments 13
3 min read
Handling Injection Attacks With JavaScript

Handling Injection Attacks With JavaScript

52
Comments 2
3 min read
The secret to configuring eslint, prettier, prettier-eslint plugin in VsCode for Angular, Ts, and Js Project

The secret to configuring eslint, prettier, prettier-eslint plugin in VsCode for Angular, Ts, and Js Project

24
Comments 3
3 min read
Head start testing with Jest and Typescript

Head start testing with Jest and Typescript

6
Comments
6 min read
JavaScript Flaws: 5 stupid NPM packages

JavaScript Flaws: 5 stupid NPM packages

23
Comments 4
3 min read
Introduction to Redux Pattern

Introduction to Redux Pattern

32
Comments
4 min read
Mastering Asynchronous Operations in JavaScript

Mastering Asynchronous Operations in JavaScript

47
Comments 3
8 min read
How to Build a Spreadsheet-Powered Website Using Monday.com and Reshuffle Open Source

How to Build a Spreadsheet-Powered Website Using Monday.com and Reshuffle Open Source

6
Comments
5 min read
Login functionality React Native

Login functionality React Native

2
Comments
1 min read
Auto-Generating a React Component with Intelligent Boilerplate

Auto-Generating a React Component with Intelligent Boilerplate

7
Comments
3 min read
Back to Basics: Functions, Hoisting, and Scope

Back to Basics: Functions, Hoisting, and Scope

47
Comments
7 min read
Just getting started

Just getting started

3
Comments 7
1 min read
From 11 seconds to 160 milliseconds 🚀 - Refactoring Chronicles

From 11 seconds to 160 milliseconds 🚀 - Refactoring Chronicles

16
Comments
6 min read
🔥 Inverting Boolean functions in JavaScript

🔥 Inverting Boolean functions in JavaScript

11
Comments
1 min read
Create-React-App vs Gatsby vs Next

Create-React-App vs Gatsby vs Next

20
Comments
4 min read
React-Typescript and vanilla CSS portfolio project

React-Typescript and vanilla CSS portfolio project

7
Comments
3 min read
Portfolio Challenge: Layout and Animate a Swiss Style Poster

Portfolio Challenge: Layout and Animate a Swiss Style Poster

44
Comments
12 min read
🔴 Join YouTube LIVE today: Verdaccio - A lightweight Private Proxy Registry built in Node.js

🔴 Join YouTube LIVE today: Verdaccio - A lightweight Private Proxy Registry built in Node.js

14
Comments
1 min read
Discussion: It should be hard to write bad code

Discussion: It should be hard to write bad code

7
Comments 7
1 min read
Taiga UI is a new Angular UI Kit that you should try

Taiga UI is a new Angular UI Kit that you should try

30
Comments 4
5 min read
Canvas Javascript: Come disegnare immagini

Canvas Javascript: Come disegnare immagini

8
Comments 2
4 min read
Deploying NodeJS Application on Amazon EC2 using AWS CodePipeline

Deploying NodeJS Application on Amazon EC2 using AWS CodePipeline

54
Comments 2
6 min read
Build your own React.js - Part 1. ReactDOM.render

Build your own React.js - Part 1. ReactDOM.render

67
Comments 3
6 min read
Make HTTP Requests with the Fetch API

Make HTTP Requests with the Fetch API

16
Comments
4 min read
How to update an object state in React.Js

How to update an object state in React.Js

1
Comments
2 min read
How to Perfectly Fit an SVG’s ViewBox to its Contents Using JavaScript

How to Perfectly Fit an SVG’s ViewBox to its Contents Using JavaScript

29
Comments
8 min read
Solving Codewars Kata "Find the odd int 6-kyu with JavaScript (3 solutions)

Solving Codewars Kata "Find the odd int 6-kyu with JavaScript (3 solutions)

2
Comments
1 min read
Enough JavaScript to get you Started : #15 Arrow Functions

Enough JavaScript to get you Started : #15 Arrow Functions

40
Comments
3 min read
If not ternary operator then what?

If not ternary operator then what?

2
Comments 4
1 min read
A weekly dose of best resources and articles for a full stack web developer 🔥 #1

A weekly dose of best resources and articles for a full stack web developer 🔥 #1

20
Comments
3 min read
Build a smooth, animated blob using SVG + JS

Build a smooth, animated blob using SVG + JS

163
Comments 5
10 min read
Introducing Nightwind: a Tailwind CSS plugin to enhance dark mode 🌘

Introducing Nightwind: a Tailwind CSS plugin to enhance dark mode 🌘

27
Comments 1
5 min read
Angular 12

Angular 12

12
Comments 3
2 min read
Bundling Angular Modules

Bundling Angular Modules

4
Comments 4
6 min read
Automatic deploy your React App to GitHub Pages using a shell script

Automatic deploy your React App to GitHub Pages using a shell script

27
Comments 4
2 min read
loading...