DEV Community

Web Development

Because the internet...

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Underrated Articles on Dev.to from Last Week

Underrated Articles on Dev.to from Last Week

60
Comments 6
2 min read
The Only React Hook for Sound Effects You Will Ever Need

The Only React Hook for Sound Effects You Will Ever Need

4
Comments
6 min read
Navigate the frontend easily with the Inspector (Part 1)

Navigate the frontend easily with the Inspector (Part 1)

11
Comments
10 min read
Evaluate and find the cost of adding a npm package with Bundlephobia and Moiva

Evaluate and find the cost of adding a npm package with Bundlephobia and Moiva

19
Comments 2
1 min read
JavaScript Interview Question #22: How `toString` works in JavaScript?

JavaScript Interview Question #22: How `toString` works in JavaScript?

24
Comments
1 min read
JavaScript Interview Question #17: Sum of Two Empty Arrays

JavaScript Interview Question #17: Sum of Two Empty Arrays

66
Comments 16
1 min read
Array Methods in JavaScript

Array Methods in JavaScript

12
Comments
2 min read
Ditch the dreaded <div />. Semantic HTML elements we should use instead

Ditch the dreaded <div />. Semantic HTML elements we should use instead

211
Comments 10
9 min read
Web Application Security Checklist (2021)

Web Application Security Checklist (2021)

232
Comments 2
44 min read
Lesser known HTML attributes and what they can do for us

Lesser known HTML attributes and what they can do for us

10
Comments 3
10 min read
Is Redux Dead?

Is Redux Dead?

374
Comments 46
9 min read
JavaScript setTimeout, how to delay the function execution

JavaScript setTimeout, how to delay the function execution

21
Comments
2 min read
If you know jQuery Focuspoint you will like Vanilla Focus

If you know jQuery Focuspoint you will like Vanilla Focus

3
Comments
3 min read
How I dynamically updated the Title and Meta Tags in my Angular application

How I dynamically updated the Title and Meta Tags in my Angular application

58
Comments 3
5 min read
Never mix up greater/less than when comparing dates again

Never mix up greater/less than when comparing dates again

14
Comments
1 min read
[Workflow/Pics] Use this process when freelancing to land high paying clients - Part 2/2

[Workflow/Pics] Use this process when freelancing to land high paying clients - Part 2/2

3
Comments
4 min read
Best VsCode dark themes for 2021 🚀

Best VsCode dark themes for 2021 🚀

217
Comments 39
1 min read
How to create Promises and handle Promise chains in JavaScript

How to create Promises and handle Promise chains in JavaScript

53
Comments 2
4 min read
JavaScript Variable Scope Simplified.

JavaScript Variable Scope Simplified.

9
Comments
4 min read
Javascript & ECMAScript

Javascript & ECMAScript

6
Comments
3 min read
Setup IOS Machine To Run A Higher Version Of Python By Default.

Setup IOS Machine To Run A Higher Version Of Python By Default.

2
Comments
2 min read
CSS Grumbles

CSS Grumbles

8
Comments 2
2 min read
JavaScript Interview Question #21: ISO Date

JavaScript Interview Question #21: ISO Date

17
Comments
1 min read
Kontent ♥ Svelte ♥ Custom elements

Kontent ♥ Svelte ♥ Custom elements

5
Comments
5 min read
Deploy Anywhere Next.js app using SSG and Dynamic routing

Deploy Anywhere Next.js app using SSG and Dynamic routing

7
Comments 3
2 min read
React - create simple animated expander

React - create simple animated expander

36
Comments 2
2 min read
Make Animated Content Placeholders with HTML and CSS

Make Animated Content Placeholders with HTML and CSS

728
Comments 23
3 min read
Fix Collapsing in CSS3

Fix Collapsing in CSS3

52
Comments 9
2 min read
More Productive Me: A science-based tip each day to overcome procrastination 🚀

More Productive Me: A science-based tip each day to overcome procrastination 🚀

29
Comments 2
3 min read
CSS.GG + Vercel & Updates

CSS.GG + Vercel & Updates

17
Comments 9
2 min read
How to Build a Video Streaming Service Like Netflix

How to Build a Video Streaming Service Like Netflix

28
Comments 4
5 min read
JavaScript Interview Question #18: What's the sum of two booleans in JavaScript?

JavaScript Interview Question #18: What's the sum of two booleans in JavaScript?

49
Comments 8
1 min read
Typescript - Tips & Tricks - Overloaded Functions

Typescript - Tips & Tricks - Overloaded Functions

12
Comments 1
2 min read
Creating a Fast ⚡ and Beautiful 🌼 Portfolio Website using HTML, CSS 🎨, Eleventy and Netlify

Creating a Fast ⚡ and Beautiful 🌼 Portfolio Website using HTML, CSS 🎨, Eleventy and Netlify

33
Comments 2
10 min read
Building ClickHouse Dashboard and crunching WallStreetBets data 💸🤑

Building ClickHouse Dashboard and crunching WallStreetBets data 💸🤑

81
Comments 5
13 min read
MEAN / MERN Stack 100+ Learning Resources {FREE}

MEAN / MERN Stack 100+ Learning Resources {FREE}

669
Comments 4
6 min read
The tiniest CSS-in-JS solution for your open-source React components

The tiniest CSS-in-JS solution for your open-source React components

115
Comments 11
4 min read
Checkpoint: 16 Weeks of Blogging

Checkpoint: 16 Weeks of Blogging

15
Comments 4
5 min read
Add A Little Whimsy to Your Forms

Add A Little Whimsy to Your Forms

65
Comments 5
4 min read
How to add simple search to your Laravel blog/website?

How to add simple search to your Laravel blog/website?

27
Comments 7
3 min read
Weekly web development resources #63

Weekly web development resources #63

6
Comments
2 min read
My Feedly Feeds - Technology watch

My Feedly Feeds - Technology watch

30
Comments 4
4 min read
Formula - A Zero-Configuration Reactive Forms Module for Svelte

Formula - A Zero-Configuration Reactive Forms Module for Svelte

5
Comments
2 min read
JavaScript Loops And How To Use Them

JavaScript Loops And How To Use Them

26
Comments 7
3 min read
Some small Css tips #007

Some small Css tips #007

64
Comments 8
1 min read
6 BEST Fonts for Programming in 2021

6 BEST Fonts for Programming in 2021

61
Comments 26
3 min read
Javascript array and object destructureing

Javascript array and object destructureing

80
Comments 6
3 min read
🛑OCD ALERT🛑: GET YOUR COPYRIGHT YEAR IN ORDER

🛑OCD ALERT🛑: GET YOUR COPYRIGHT YEAR IN ORDER

5
Comments 7
4 min read
Performance Tools

Performance Tools

172
Comments 8
4 min read
What Did I Get Myself Into?!

What Did I Get Myself Into?!

5
Comments
3 min read
React HoC vs Hooks vs Render Props in 2021

React HoC vs Hooks vs Render Props in 2021

38
Comments
2 min read
Appwrite 0.7: Introducing Built-in Brotli Compression for Improved API Performance

Appwrite 0.7: Introducing Built-in Brotli Compression for Improved API Performance

16
Comments
2 min read
HTML Crash Course

HTML Crash Course

14
Comments
3 min read
JavaScript Interview Question #20: Can you sum arrays with objects in JS?

JavaScript Interview Question #20: Can you sum arrays with objects in JS?

21
Comments
1 min read
Debouncing in Javascript.

Debouncing in Javascript.

182
Comments 9
2 min read
Nude Models — Part II : Getters

Nude Models — Part II : Getters

7
Comments 1
7 min read
8 Resources To Learn Web Development

8 Resources To Learn Web Development

12
Comments 4
2 min read
React Tips — Testing, Redirects, and Markdown

React Tips — Testing, Redirects, and Markdown

7
Comments
3 min read
How to debug postMessages

How to debug postMessages

9
Comments
1 min read
React vs Vue — App Creation and Display

React vs Vue — App Creation and Display

6
Comments
4 min read
loading...