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.
LeetCode Problems 1-10

LeetCode Problems 1-10

29
Comments 3
2 min read
Decoding JasonWebTokens on the Frontend

Decoding JasonWebTokens on the Frontend

17
Comments 1
2 min read
Counting and Enumerating Over Things with Vanilla JavaScript

Counting and Enumerating Over Things with Vanilla JavaScript

10
Comments 2
4 min read
Yarn or npm? Which do you use and why?

Yarn or npm? Which do you use and why?

5
Comments 3
1 min read
Introduction to recursion (Part 2 Practical)

Introduction to recursion (Part 2 Practical)

5
Comments
3 min read
My 1 year and 4 months of becoming a better coder (Part 1)

My 1 year and 4 months of becoming a better coder (Part 1)

9
Comments
3 min read
The Queue data structure in a nutshell

The Queue data structure in a nutshell

14
Comments
1 min read
Day8 #100daysCode

Day8 #100daysCode

3
Comments 2
1 min read
Role based User System (easiest explanation) (Pure JavaScript) by SilvenLEAF

Role based User System (easiest explanation) (Pure JavaScript) by SilvenLEAF

23
Comments
3 min read
Creating a Coding Interview Study Guide in Javascript

Creating a Coding Interview Study Guide in Javascript

27
Comments
2 min read
Art4Coding.icu opensource project

Art4Coding.icu opensource project

2
Comments
1 min read
How to become a Kickass Web Developer in 2023 (Frontend & Backend Tips)

How to become a Kickass Web Developer in 2023 (Frontend & Backend Tips)

552
Comments 17
6 min read
Sequential vs Parallel Processing in JS

Sequential vs Parallel Processing in JS

21
Comments 3
3 min read
Getting Started with TailwindCSS and Gulp Workflow

Getting Started with TailwindCSS and Gulp Workflow

17
Comments
2 min read
Beyond Basic Console.log()

Beyond Basic Console.log()

24
Comments 3
2 min read
Learn JavaScript in 2020: A curated and up-to-date list of resources

Learn JavaScript in 2020: A curated and up-to-date list of resources

83
Comments 7
3 min read
Who wants a cookie? !

Who wants a cookie? !

7
Comments
2 min read
Is it too late to learn to code?

Is it too late to learn to code?

12
Comments
6 min read
The thing that makes javascript different, Prototypal inheritance

The thing that makes javascript different, Prototypal inheritance

34
Comments 2
6 min read
Top 42 React Resources Every Developer Should Bookmark [Latest]

Top 42 React Resources Every Developer Should Bookmark [Latest]

1168
Comments 13
6 min read
Introduction to recursion (Part 1 Theory)

Introduction to recursion (Part 1 Theory)

20
Comments 9
2 min read
New Number() is truthy or falsy?

New Number() is truthy or falsy?

4
Comments 3
1 min read
#codevember - 8 - Colored explosion - Made with tsParticles

#codevember - 8 - Colored explosion - Made with tsParticles

6
Comments
1 min read
Full Stack Developer's Roadmap 🗺

Full Stack Developer's Roadmap 🗺

4223
Comments 112
5 min read
Top 10 React Hook libraries

Top 10 React Hook libraries

960
Comments 18
6 min read
WebAssembly for Enterprise Developers

WebAssembly for Enterprise Developers

8
Comments
1 min read
Understand CSS Specificity

Understand CSS Specificity

5
Comments
3 min read
Serverless - Is it worth it? Build a serverless chat webapp with Svelte and Firebase

Serverless - Is it worth it? Build a serverless chat webapp with Svelte and Firebase

72
Comments 4
7 min read
TDD & Automated Testing in JavaScript using Jest

TDD & Automated Testing in JavaScript using Jest

52
Comments 1
6 min read
Prerender React using Next js

Prerender React using Next js

27
Comments
4 min read
Create and deploy an Express NodeJS with UI using Vercel (Free)

Create and deploy an Express NodeJS with UI using Vercel (Free)

43
Comments 4
1 min read
Building an ACNH Radio using HTML5 Audio Tags

Building an ACNH Radio using HTML5 Audio Tags

5
Comments
6 min read
Let's code a Queue as a linked list (in a nutshell)

Let's code a Queue as a linked list (in a nutshell)

11
Comments 2
1 min read
Thenable: how to make a JavaScript object await-friendly, and why it is useful

Thenable: how to make a JavaScript object await-friendly, and why it is useful

39
Comments
3 min read
Building a multiplayer game with colyseus.io

Building a multiplayer game with colyseus.io

26
Comments 2
18 min read
Modern JavaScript for Python Developers

Modern JavaScript for Python Developers

3
Comments
1 min read
How I developed and deployed my optimized website within a day

How I developed and deployed my optimized website within a day

267
Comments 34
3 min read
Frequently Asked React and Front-end Interview Questions

Frequently Asked React and Front-end Interview Questions

17
Comments
1 min read
tsParticles 1.18.11 released

tsParticles 1.18.11 released

11
Comments
1 min read
How to create React Toasts/Notifications with 0 dependencies

How to create React Toasts/Notifications with 0 dependencies

173
Comments 3
9 min read
How to manage state in React apps with useReducer and useContext hooks

How to manage state in React apps with useReducer and useContext hooks

62
Comments 2
7 min read
Prototype y herencia prototipal en JavaScript

Prototype y herencia prototipal en JavaScript

7
Comments
4 min read
Generating an Inclusive Array Between Two Numbers

Generating an Inclusive Array Between Two Numbers

5
Comments
1 min read
Fetch vs. Axios - comparison

Fetch vs. Axios - comparison

184
Comments 10
7 min read
CSS variables but with a dash of JavaScript. ✨

CSS variables but with a dash of JavaScript. ✨

56
Comments 6
5 min read
Easiest Explanation of Async Await by SilvenLEAF

Easiest Explanation of Async Await by SilvenLEAF

24
Comments
3 min read
Javascript: How to Use the Spread Operator and Rest Parameter

Javascript: How to Use the Spread Operator and Rest Parameter

16
Comments
2 min read
Object Destructuring 101

Object Destructuring 101

5
Comments
3 min read
Step 1 - Let's create a GraphQL server with Node.js

Step 1 - Let's create a GraphQL server with Node.js

10
Comments 1
3 min read
Debounce, Performance and React

Debounce, Performance and React

75
Comments 6
7 min read
♻️ Context API in React! | Switch to it NOW!

♻️ Context API in React! | Switch to it NOW!

13
Comments
3 min read
Managing secrets and environmental variables in Node Js

Managing secrets and environmental variables in Node Js

2
Comments
2 min read
Day 39 of 100DaysOfCode

Day 39 of 100DaysOfCode

3
Comments
1 min read
Async Logic with Redux-Thunk

Async Logic with Redux-Thunk

6
Comments
3 min read
Filtering and validating file uploads with Javascript

Filtering and validating file uploads with Javascript

12
Comments 2
2 min read
Custom cursor with Greensock

Custom cursor with Greensock

11
Comments 2
2 min read
Reflection: Mock Technical Interview via SkilledInc

Reflection: Mock Technical Interview via SkilledInc

5
Comments
4 min read
GifBook JavaScript SPA w/Rails API

GifBook JavaScript SPA w/Rails API

4
Comments
2 min read
values and references in javascript

values and references in javascript

6
Comments
3 min read
Day7 in #100daysofCode

Day7 in #100daysofCode

3
Comments
1 min read
loading...