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.
Optimizing API calls in web components

Optimizing API calls in web components

61
Comments
5 min read
Solution: Vertical Order Traversal of a Binary Tree

Solution: Vertical Order Traversal of a Binary Tree

5
Comments
4 min read
Importance of Variable declaration before use in Javascript

Importance of Variable declaration before use in Javascript

16
Comments
5 min read
Project 41 of 100 - Writing Responsive CSS in JSX

Project 41 of 100 - Writing Responsive CSS in JSX

113
Comments 12
3 min read
Why You Should Be Writing React Custom Hooks

Why You Should Be Writing React Custom Hooks

47
Comments 5
5 min read
RxJS Lessons: Understanding Multicasting Operators

RxJS Lessons: Understanding Multicasting Operators

19
Comments 3
8 min read
JavaScript Arrays - Codecademy PRO version

JavaScript Arrays - Codecademy PRO version

8
Comments
2 min read
Beginner`s guide to NPM

Beginner`s guide to NPM

2
Comments
7 min read
Getting started with JavaScript - Chapter 5 🚀

Getting started with JavaScript - Chapter 5 🚀

8
Comments
5 min read
Future JavaScript - Stay ahead of the curve by using new JavaScript features today (1/4 - Intro)

Future JavaScript - Stay ahead of the curve by using new JavaScript features today (1/4 - Intro)

15
Comments
3 min read
Everything's More Complex Than it First Appears

Everything's More Complex Than it First Appears

11
Comments
5 min read
Quick Introduction to Strapi HeadlessCMS for Ionic VueJS Mobile App

Quick Introduction to Strapi HeadlessCMS for Ionic VueJS Mobile App

9
Comments 2
2 min read
Animated Nav (HTML5, CSS3 & JS)

Animated Nav (HTML5, CSS3 & JS)

9
Comments
1 min read
Introduzione ad Angular

Introduzione ad Angular

4
Comments
2 min read
MongoDB - Aggregation Framework - series #02

MongoDB - Aggregation Framework - series #02

5
Comments
3 min read
Tailwind Feature: animate-pulse

Tailwind Feature: animate-pulse

9
Comments
5 min read
How to run NLP in the browser?

How to run NLP in the browser?

4
Comments
2 min read
Clean Code with React Context

Clean Code with React Context

65
Comments
5 min read
Cosa sono le “projection” in Angular (ng-content ContentChild ContentChildren)

Cosa sono le “projection” in Angular (ng-content ContentChild ContentChildren)

1
Comments
5 min read
Frontend Security: Security Headers

Frontend Security: Security Headers

223
Comments 8
3 min read
Using Google Apps Script to streamline our editorial process

Using Google Apps Script to streamline our editorial process

4
Comments 1
5 min read
Primitive vs Reference values in javascript

Primitive vs Reference values in javascript

5
Comments
3 min read
Using js linters and strict directive in your javascript code

Using js linters and strict directive in your javascript code

5
Comments
3 min read
JS Basics: Understanding 'strict mode'.

JS Basics: Understanding 'strict mode'.

10
Comments
3 min read
Build an In-Browser Transpiler

Build an In-Browser Transpiler

13
Comments
2 min read
4 ways to use Axios interceptors

4 ways to use Axios interceptors

91
Comments
6 min read
RabbitMQ with Nodejs Part 2

RabbitMQ with Nodejs Part 2

2
Comments
2 min read
How to add Google Fonts in Vue Styleguidist

How to add Google Fonts in Vue Styleguidist

3
Comments
2 min read
Font Loading with FontFace Observer - Getting Started

Font Loading with FontFace Observer - Getting Started

8
Comments
4 min read
JavaScript Interview Questions — Objects

JavaScript Interview Questions — Objects

28
Comments
3 min read
Build forms using React, the easy way ( with Typescript )

Build forms using React, the easy way ( with Typescript )

19
Comments 5
3 min read
Making a Parallax SVG Landscape - new site part 1

Making a Parallax SVG Landscape - new site part 1

33
Comments 5
6 min read
Make your Website work like FIRE, Progressive Web Application(PWA)

Make your Website work like FIRE, Progressive Web Application(PWA)

11
Comments 3
2 min read
Create generative social images using SVG!

Create generative social images using SVG!

203
Comments 8
15 min read
Use RegEx to split a string in Javascript (preserving separators) | Notes

Use RegEx to split a string in Javascript (preserving separators) | Notes

3
Comments
1 min read
Interview Tips for Developers Part 2

Interview Tips for Developers Part 2

8
Comments
1 min read
Searching Algorithms

Searching Algorithms

20
Comments
2 min read
How to filter() your school lunch because nobody wants meatloaf

How to filter() your school lunch because nobody wants meatloaf

6
Comments 2
4 min read
Mongoose auto timestamp

Mongoose auto timestamp

9
Comments
1 min read
What to do if you don't like CSS?

What to do if you don't like CSS?

48
Comments 20
2 min read
Bubble Sort

Bubble Sort

12
Comments 1
2 min read
Scaling a react/redux codebase for multiple platforms

Scaling a react/redux codebase for multiple platforms

9
Comments
10 min read
send mail to friend using javascript

send mail to friend using javascript

11
Comments
4 min read
Javascript is Really Fun If You Can Do This

Javascript is Really Fun If You Can Do This

17
Comments 1
3 min read
Selection Sort

Selection Sort

10
Comments
1 min read
You Don't Know JS: Scope & Closures: Chapter 1 (What's the Scope?) Notes

You Don't Know JS: Scope & Closures: Chapter 1 (What's the Scope?) Notes

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

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

22
Comments
3 min read
npm diff

npm diff

16
Comments 3
4 min read
Installing unpublished npm modules from Git repos

Installing unpublished npm modules from Git repos

13
Comments
3 min read
MongoDB - Aggregation Framework - series #01

MongoDB - Aggregation Framework - series #01

10
Comments 1
2 min read
3 JavaScript features that bloat your ES5 bundle

3 JavaScript features that bloat your ES5 bundle

11
Comments 2
4 min read
Built-in String functions in JavaScript

Built-in String functions in JavaScript

35
Comments 1
4 min read
🦸‍♂️ 11 JavaScript Tips and Tricks to Code Like A Superhero (Vol.2)

🦸‍♂️ 11 JavaScript Tips and Tricks to Code Like A Superhero (Vol.2)

512
Comments 21
3 min read
Handy form validation in React Native with react-hook-form useController

Handy form validation in React Native with react-hook-form useController

Comments
12 min read
How to Fix Font Awesome Icons Flashing Wrong Size in Gatsby

How to Fix Font Awesome Icons Flashing Wrong Size in Gatsby

12
Comments 2
2 min read
Copy Objects in JavaScript

Copy Objects in JavaScript

7
Comments 2
2 min read
What is happening under the hood when you use toString(2) in JavaScript?

What is happening under the hood when you use toString(2) in JavaScript?

2
Comments 4
1 min read
An Ode ❤ to TypeScript

An Ode ❤ to TypeScript

31
Comments 2
9 min read
Wallis Family Mediation (previously Wallis Consultancy)

Wallis Family Mediation (previously Wallis Consultancy)

8
Comments
3 min read
How to get the current scroll state value of the window using JavaScript?

How to get the current scroll state value of the window using JavaScript?

2
Comments
1 min read
loading...