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.
Advent of code - Day 22

Advent of code - Day 22

7
Comments
2 min read
Infographic: Programming languages adoption trends 2020

Infographic: Programming languages adoption trends 2020

6
Comments
3 min read
JavaScriptmas - 24 Days of Javascript Fun 🎄

JavaScriptmas - 24 Days of Javascript Fun 🎄

13
Comments
2 min read
getting image from local storage using react

getting image from local storage using react

9
Comments 2
2 min read
TypeWritter Effect - Vanilla JS

TypeWritter Effect - Vanilla JS

6
Comments
2 min read
Building A Containerized Lambda Function

Building A Containerized Lambda Function

7
Comments
6 min read
Day 23 of JavaScriptmas - Social Media Input Solution

Day 23 of JavaScriptmas - Social Media Input Solution

6
Comments
2 min read
Vanilla JavaScript get following Monday

Vanilla JavaScript get following Monday

13
Comments
2 min read
Deploy your first Serverless function in 5 minutes with Cloudflare Workers

Deploy your first Serverless function in 5 minutes with Cloudflare Workers

11
Comments 5
6 min read
Micro Frontends Patterns#6: Isomorphic JavaScript

Micro Frontends Patterns#6: Isomorphic JavaScript

17
Comments 2
3 min read
My 24 Days Of JavaScriptmas Solutions

My 24 Days Of JavaScriptmas Solutions

8
Comments
2 min read
⚡️ Generate Link Preview Cover with Nodejs

⚡️ Generate Link Preview Cover with Nodejs

42
Comments 3
4 min read
🌟🖼️ Shiny image loading effect with Vue

🌟🖼️ Shiny image loading effect with Vue

27
Comments
4 min read
How to add dynamic colors in Chartjs

How to add dynamic colors in Chartjs

15
Comments
2 min read
I Got 8 Week Badge

I Got 8 Week Badge

3
Comments
1 min read
🔥 Filtering arrays to unique values

🔥 Filtering arrays to unique values

6
Comments
1 min read
Pagination UI Design using HTML CSS & JavaScript

Pagination UI Design using HTML CSS & JavaScript

31
Comments 2
4 min read
Introduction to Event delegation in JavaScript.

Introduction to Event delegation in JavaScript.

57
Comments 3
2 min read
How to get every item in an array for beginners.

How to get every item in an array for beginners.

14
Comments 4
1 min read
Doing a frontend technical interview with ReactJS

Doing a frontend technical interview with ReactJS

87
Comments
4 min read
Everything you need to Know about Firebase

Everything you need to Know about Firebase

91
Comments 4
3 min read
React Beginner Project Ideas

React Beginner Project Ideas

129
Comments 7
2 min read
Send GraphQL Queries With the Fetch API (Without Apollo, URQL)

Send GraphQL Queries With the Fetch API (Without Apollo, URQL)

28
Comments 1
3 min read
Node.js + Angular 11: JWT Authentication & Authorization example

Node.js + Angular 11: JWT Authentication & Authorization example

188
Comments 12
4 min read
Leetcode MinStack Design Problem: JavaScript Low Level Solution

Leetcode MinStack Design Problem: JavaScript Low Level Solution

17
Comments 3
3 min read
Don't skip elements with array destructuring

Don't skip elements with array destructuring

26
Comments 1
3 min read
JavaScript Guide

JavaScript Guide

46
Comments 3
1 min read
From camp counselor to coder

From camp counselor to coder

4
Comments 1
5 min read
The Ultimate Beginner’s Guide to GraphQL: Part 2 – Organization, Parameters, more Queries, and Mutations

The Ultimate Beginner’s Guide to GraphQL: Part 2 – Organization, Parameters, more Queries, and Mutations

44
Comments
9 min read
My Creative Coding 2020

My Creative Coding 2020

7
Comments 1
8 min read
Week 4 of React....

Week 4 of React....

7
Comments
1 min read
JavaScript Code Daily Challenge #11

JavaScript Code Daily Challenge #11

5
Comments
1 min read
How To Setup A NodeJS Server With Typescript

How To Setup A NodeJS Server With Typescript

11
Comments
6 min read
The 6 Best Programming Languages to Learn in 2021

The 6 Best Programming Languages to Learn in 2021

18
Comments 2
5 min read
Vue responsive infinite-scroll component with Vuex and SCSS

Vue responsive infinite-scroll component with Vuex and SCSS

13
Comments
4 min read
Carousel slider with pure CSS and Javascript

Carousel slider with pure CSS and Javascript

4
Comments
1 min read
Everything you need to know to become a front-end developer

Everything you need to know to become a front-end developer

87
Comments 2
13 min read
3 Best Ways to Run webpack in AWS 21:23

3 Best Ways to Run webpack in AWS

11
Comments
1 min read
The future of cross-platform development: Kotlin multiplatform

The future of cross-platform development: Kotlin multiplatform

36
Comments 3
6 min read
JavaScript logical operators will never confuse you again. '3 < 2 < 1' equals true explained! 💡

JavaScript logical operators will never confuse you again. '3 < 2 < 1' equals true explained! 💡

9
Comments 2
5 min read
My Social Media Blog Project 95% completed(React + Redux + Firebase)

My Social Media Blog Project 95% completed(React + Redux + Firebase)

15
Comments 7
1 min read
JavaScript get HTML elements from a string

JavaScript get HTML elements from a string

29
Comments
3 min read
3 Simple ways to bypass API rate limits

3 Simple ways to bypass API rate limits

26
Comments 3
4 min read
How often do you run into “VANILLA” of html, css, JS?

How often do you run into “VANILLA” of html, css, JS?

5
Comments 3
1 min read
#SeasonsOfServerless Solution 4: A Big Barbecue

#SeasonsOfServerless Solution 4: A Big Barbecue

6
Comments
3 min read
Cool Extensions for VS Code

Cool Extensions for VS Code

115
Comments 6
3 min read
Pretty print using JSON.stringify()

Pretty print using JSON.stringify()

11
Comments 3
1 min read
Learn redux-toolkit in 10 steps

Learn redux-toolkit in 10 steps

189
Comments 5
4 min read
JWT Authentication with Apollo

JWT Authentication with Apollo

3
Comments
2 min read
'Tis the season to be learning Javascript

'Tis the season to be learning Javascript

29
Comments 2
2 min read
JS Advent Calendar #javascriptmas

JS Advent Calendar #javascriptmas

9
Comments 3
2 min read
Nokia 1100 Simulation

Nokia 1100 Simulation

100
Comments 7
1 min read
Boilerplate for React-Typescript projects

Boilerplate for React-Typescript projects

18
Comments 3
1 min read
Writing Concurrent JavaScript with Async and Await

Writing Concurrent JavaScript with Async and Await

6
Comments
4 min read
JS IIFEs

JS IIFEs

9
Comments 2
2 min read
What is Function Currying in JavaScript and When to Use It

What is Function Currying in JavaScript and When to Use It

18
Comments 4
4 min read
Creating a React component library using Storybook 6

Creating a React component library using Storybook 6

79
Comments 1
11 min read
My thoughts on completing the React Hooks workshop from Epic React by Kent C. Dodds

My thoughts on completing the React Hooks workshop from Epic React by Kent C. Dodds

16
Comments 1
3 min read
Advent of code - Day 21

Advent of code - Day 21

5
Comments
2 min read
Building Animeccha - Using DigitalOcean Spaces

Building Animeccha - Using DigitalOcean Spaces

4
Comments
3 min read
loading...