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.
Brief about Web Design & Web Development

Brief about Web Design & Web Development

6
Comments
6 min read
I made a free Dev.to Writing Streak Calculator using Next.js, Day.js and the Dev.to API

I made a free Dev.to Writing Streak Calculator using Next.js, Day.js and the Dev.to API

44
Comments 8
4 min read
😎Build Custom Toast Notification Component In React With Different Variants

😎Build Custom Toast Notification Component In React With Different Variants

16
Comments
4 min read
Solution: Fibonacci Number

Solution: Fibonacci Number

11
Comments
3 min read
Flame Pie Under a Waterfall: Three Steps to Quickly Locate Performance Problems on Your Website

Flame Pie Under a Waterfall: Three Steps to Quickly Locate Performance Problems on Your Website

3
Comments
15 min read
Front-End MicroService Architecture

Front-End MicroService Architecture

11
Comments
2 min read
Animate an object on-scroll

Animate an object on-scroll

157
Comments 1
3 min read
Validating numeric query parameters in NestJS

Validating numeric query parameters in NestJS

81
Comments 17
2 min read
How I Stay Up To Date

How I Stay Up To Date

188
Comments 6
3 min read
How to install typescript on Ubuntu

How to install typescript on Ubuntu

21
Comments 2
1 min read
Typescript Cheatsheet Syntax Part 1

Typescript Cheatsheet Syntax Part 1

14
Comments
4 min read
How to build, test and release a node module in ES6

How to build, test and release a node module in ES6

142
Comments 5
5 min read
Portfolio advice

Portfolio advice

39
Comments 31
1 min read
Ultimate React Resources

Ultimate React Resources

210
Comments 11
5 min read
React (work in progress) Cheat sheet

React (work in progress) Cheat sheet

132
Comments 3
3 min read
Country Code to Flag Emoji

Country Code to Flag Emoji

183
Comments 20
1 min read
Summing properties from a list of objects in JS

Summing properties from a list of objects in JS

6
Comments
1 min read
React Live Coding Interview Tips

React Live Coding Interview Tips

96
Comments 1
6 min read
How to Get Better at Coding Without Really Trying

How to Get Better at Coding Without Really Trying

455
Comments 11
4 min read
Supercharge your API with Compression

Supercharge your API with Compression

23
Comments 1
2 min read
Creating A Pdf Saver And Print Previewer in React using useImperativeHandle and jspdf

Creating A Pdf Saver And Print Previewer in React using useImperativeHandle and jspdf

10
Comments
4 min read
Destructuring nested object

Destructuring nested object

7
Comments 2
1 min read
#3 of 100DaysOfCode

#3 of 100DaysOfCode

9
Comments
2 min read
Whac-a-mole in JavaScript (super simple)

Whac-a-mole in JavaScript (super simple)

10
Comments
1 min read
Mi experiencia trabajando en equipo.

Mi experiencia trabajando en equipo.

20
Comments 11
1 min read
🚀10 Trending projects on GitHub for web developers - 9th April 2021

🚀10 Trending projects on GitHub for web developers - 9th April 2021

216
Comments 1
2 min read
How I Automated the Unemployment Call Hotline with JavaScript.

How I Automated the Unemployment Call Hotline with JavaScript.

6
Comments
2 min read
Wireworld! Svelte Edition

Wireworld! Svelte Edition

9
Comments
4 min read
Interactive Sorting of PowerShell ConvertTo-Html Results

Interactive Sorting of PowerShell ConvertTo-Html Results

2
Comments
2 min read
When I prefer not to use Regex ⛞

When I prefer not to use Regex ⛞

5
Comments
4 min read
Generate TypeScript definitions from PostgreSQL

Generate TypeScript definitions from PostgreSQL

6
Comments
2 min read
Reflecting on My Voyage as an Intern to a Developer

Reflecting on My Voyage as an Intern to a Developer

36
Comments 2
12 min read
Three ways to handle recursion

Three ways to handle recursion

84
Comments 2
4 min read
DRY Netlify CMS config with Manual Initialization

DRY Netlify CMS config with Manual Initialization

5
Comments
4 min read
state in react

state in react

5
Comments
1 min read
JavaScript: Why Does `this` Work Like This?

JavaScript: Why Does `this` Work Like This?

6
Comments
3 min read
Dynamic import - recipe for a lightning fast application

Dynamic import - recipe for a lightning fast application

6
Comments
4 min read
Maps better than Google Maps?

Maps better than Google Maps?

1
Comments
1 min read
Making your first express js server (with explanation)

Making your first express js server (with explanation)

24
Comments 7
3 min read
Simple Copy Coupon Using CSS & JS

Simple Copy Coupon Using CSS & JS

42
Comments 4
1 min read
Announcing purescript-wags: a library for rendering web audio

Announcing purescript-wags: a library for rendering web audio

4
Comments
3 min read
Simples Teste A/B com Javascript.

Simples Teste A/B com Javascript.

9
Comments
6 min read
Building a CSS-in-JS library from scratch

Building a CSS-in-JS library from scratch

77
Comments 4
4 min read
Astro: Meta framework of future web development

Astro: Meta framework of future web development

15
Comments
2 min read
50 Projects in 50 Days, 2/5 there! 🌻

50 Projects in 50 Days, 2/5 there! 🌻

3
Comments
5 min read
🐛 How to quickly spot errors in your JavaScript code in VS Code

🐛 How to quickly spot errors in your JavaScript code in VS Code

2
Comments
2 min read
Checking if a user owns a domain

Checking if a user owns a domain

5
Comments
3 min read
Are IDE Extensions Hurting Young Devs?

Are IDE Extensions Hurting Young Devs?

14
Comments 25
1 min read
Solution: Partition List

Solution: Partition List

10
Comments 3
3 min read
You (may not) Know JS

You (may not) Know JS

3
Comments
7 min read
Applying slots in Vue for a Tabs component

Applying slots in Vue for a Tabs component

6
Comments
2 min read
Creating a Loading Status or Building Process Animation using Vanilla CSS

Creating a Loading Status or Building Process Animation using Vanilla CSS

5
Comments
2 min read
Testing with Mocha – 3. Testing asynchronous code

Testing with Mocha – 3. Testing asynchronous code

6
Comments
2 min read
How to Learn Modern JavaScript (Not Dying in the Process)

How to Learn Modern JavaScript (Not Dying in the Process)

3
Comments
2 min read
JavaScript detecting which key is pressed

JavaScript detecting which key is pressed

27
Comments 5
3 min read
A Basic Setup for Web Developer

A Basic Setup for Web Developer

85
Comments 4
3 min read
Exploring Javascript's Module Design Pattern

Exploring Javascript's Module Design Pattern

4
Comments 1
1 min read
Slow and Steady: Converting Sentry’s Entire Frontend to TypeScript

Slow and Steady: Converting Sentry’s Entire Frontend to TypeScript

11
Comments 1
10 min read
LeetCode 560. Subarray Sum Equals K (javascript solution)

LeetCode 560. Subarray Sum Equals K (javascript solution)

6
Comments
1 min read
Are you already lost in your node_modules?

Are you already lost in your node_modules?

99
Comments 11
2 min read
loading...