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.
Vscode Extensions You Should Try Out

Vscode Extensions You Should Try Out

138
Comments 10
5 min read
My first freelance job

My first freelance job

1
Comments 6
2 min read
Build a premium recipes app with Clerk and Firebase🔥

Build a premium recipes app with Clerk and Firebase🔥

3
Comments
5 min read
Scope, Scope Chain and Lexical Environment 1

Scope, Scope Chain and Lexical Environment 1

4
Comments
3 min read
How to Create a Truly Reusable React Component from Scratch

How to Create a Truly Reusable React Component from Scratch

54
Comments 4
8 min read
How to Create a Search Bar in React

How to Create a Search Bar in React

156
Comments 28
4 min read
Rails/JS Project: Apple Expert Front End

Rails/JS Project: Apple Expert Front End

2
Comments
5 min read
Remove all console log in single click.

Remove all console log in single click.

4
Comments
1 min read
Best VS Code extensions you should use as a Developer.

Best VS Code extensions you should use as a Developer.

17
Comments 2
3 min read
JavaScript optional chaining (?.) to the rescue

JavaScript optional chaining (?.) to the rescue

15
Comments
2 min read
Styled-Components : Efficiently write CSS in JS File.

Styled-Components : Efficiently write CSS in JS File.

113
Comments 4
3 min read
SE Internship Log[4]

SE Internship Log[4]

6
Comments
3 min read
Using Axios Interceptors In Javascript and Typescript

Using Axios Interceptors In Javascript and Typescript

39
Comments
2 min read
Day 8 : Learning JS fundamentals, Part -3

Day 8 : Learning JS fundamentals, Part -3

48
Comments 10
1 min read
Hands on Web Share API

Hands on Web Share API

138
Comments 12
7 min read
Menulis kode Javascript yang bersih – Style Guide, Code convention, dan ESLint

Menulis kode Javascript yang bersih – Style Guide, Code convention, dan ESLint

6
Comments
3 min read
Some cool JavaScript Shorthand that will make your code cleaner than your peer's

Some cool JavaScript Shorthand that will make your code cleaner than your peer's

175
Comments 25
2 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 17

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 17

4
Comments
1 min read
How I built and Published My First React Native App (Daily Discomfort)

How I built and Published My First React Native App (Daily Discomfort)

279
Comments 9
6 min read
Make VSCode lighter🪶

Make VSCode lighter🪶

746
Comments 17
3 min read
How to deploy a nextjs app to AWS EC2 with Github action

How to deploy a nextjs app to AWS EC2 with Github action

26
Comments 12
5 min read
GitHub 10 Repos for JavaScript Developer

GitHub 10 Repos for JavaScript Developer

471
Comments 4
3 min read
Electron Adventures: Episode 28: Vue

Electron Adventures: Episode 28: Vue

1
Comments 1
2 min read
LeetCode 133. Clone Graph (javascript solution)

LeetCode 133. Clone Graph (javascript solution)

4
Comments 1
1 min read
Build your own Recoil

Build your own Recoil

3
Comments
5 min read
14 functions I made to dump lodash and reduce my bundle size...

14 functions I made to dump lodash and reduce my bundle size...

209
Comments 19
7 min read
PWA || Mistakes While making pwa INSTALLABLE

PWA || Mistakes While making pwa INSTALLABLE

15
Comments 4
1 min read
Ultimate guide to master javascript types: part 1

Ultimate guide to master javascript types: part 1

6
Comments
8 min read
The Beginners Guide to Building Production-ready Apps with Next.js Part One The What, How, and Why of Next.js

The Beginners Guide to Building Production-ready Apps with Next.js Part One The What, How, and Why of Next.js

31
Comments
10 min read
React-query series Part 1: Basic react-query setup

React-query series Part 1: Basic react-query setup

154
Comments
3 min read
How to Develop, Build & Deploy a REACT app with Authentication using AWS Amplify

How to Develop, Build & Deploy a REACT app with Authentication using AWS Amplify

5
Comments 1
1 min read
Docker setup for yarn workspaces

Docker setup for yarn workspaces

76
Comments 7
6 min read
Last Week I Wrote Some jQuery (and no one fired me 🤓)

Last Week I Wrote Some jQuery (and no one fired me 🤓)

144
Comments 63
4 min read
Create a voice recorder with React

Create a voice recorder with React

64
Comments 11
3 min read
PEG Parsers: sometimes more appropriate than Regex

PEG Parsers: sometimes more appropriate than Regex

9
Comments 1
8 min read
Building Dinerd using js, HTML, and CSS

Building Dinerd using js, HTML, and CSS

2
Comments
8 min read
How to implement Infinite Scroll in React

How to implement Infinite Scroll in React

17
Comments
4 min read
How to deploy an application to GitLab pages

How to deploy an application to GitLab pages

7
Comments
2 min read
Could Blitz.js be the next big JS framework?

Could Blitz.js be the next big JS framework?

141
Comments 33
4 min read
The Most Efficient Ways to Clone objects in JavaScript

The Most Efficient Ways to Clone objects in JavaScript

84
Comments 2
3 min read
Analyzing recent mentions of a user on Twitter with TensorflowJs Part 2

Analyzing recent mentions of a user on Twitter with TensorflowJs Part 2

4
Comments
4 min read
Fun with Proxies

Fun with Proxies

2
Comments
2 min read
Three essential react hooks that will supercharge your next webapp.

Three essential react hooks that will supercharge your next webapp.

91
Comments
6 min read
I ❤️ Kanban boards - devLog[1]

I ❤️ Kanban boards - devLog[1]

3
Comments
1 min read
2 Important! Array methods you should know.

2 Important! Array methods you should know.

16
Comments
2 min read
Updating Node.js to 16+ in Replit

Updating Node.js to 16+ in Replit

12
Comments 11
1 min read
React Portals: Intro

React Portals: Intro

2
Comments
2 min read
Day 9 : addEventListener('click', ..) and .onclick are not the same

Day 9 : addEventListener('click', ..) and .onclick are not the same

16
Comments
1 min read
The Async Series: Async Functions

The Async Series: Async Functions

15
Comments
2 min read
An MVC Generator for Your Next Express JS Project

An MVC Generator for Your Next Express JS Project

4
Comments 2
2 min read
Operadores Aritméticos: Exemplos (Parte 2)

Operadores Aritméticos: Exemplos (Parte 2)

3
Comments
2 min read
Open-sourcing Remotebear, a remote jobs aggregator

Open-sourcing Remotebear, a remote jobs aggregator

12
Comments
3 min read
Send Mails Programmatically with Sendgrid

Send Mails Programmatically with Sendgrid

9
Comments
6 min read
Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 27

Create a Netflix clone from Scratch: JavaScript PHP + MySQL Day 27

9
Comments
1 min read
Introducing PromiViz - visualize and learn JavaScript promise APIs

Introducing PromiViz - visualize and learn JavaScript promise APIs

5
Comments 2
8 min read
Extending Meteor Accounts (login system)

Extending Meteor Accounts (login system)

5
Comments 1
3 min read
Create dynamic Tailwind CSS color palettes

Create dynamic Tailwind CSS color palettes

19
Comments 4
3 min read
Dev log for Wonder Wanderer 2: Day 1 #LOWREZJAM 😁

Dev log for Wonder Wanderer 2: Day 1 #LOWREZJAM 😁

2
Comments
1 min read
Why is Javascript Debounce important for our Web Applications

Why is Javascript Debounce important for our Web Applications

20
Comments 1
3 min read
How to handle stream errors?

How to handle stream errors?

4
Comments
6 min read
loading...