DEV Community

Web Development

Because the internet...

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Top 6 Form Generator Components for VueJS

Top 6 Form Generator Components for VueJS

43
Comments 1
5 min read
SDKs, App Games, & Zapier Oh My!

SDKs, App Games, & Zapier Oh My!

32
Comments
4 min read
Weekly web development update #35

Weekly web development update #35

9
Comments
2 min read
Using CSS Houdini with Progressive Enhancement & Final Thoughts

Using CSS Houdini with Progressive Enhancement & Final Thoughts

7
Comments
3 min read
GraphQL vs REST vs gRPC

GraphQL vs REST vs gRPC

73
Comments
4 min read
Ever wondered what happens when you type in a URL in an address bar in a browser?

Ever wondered what happens when you type in a URL in an address bar in a browser?

378
Comments 16
1 min read
Building a Code Editor for the Web - Output to Custom Console 13:52

Building a Code Editor for the Web - Output to Custom Console

11
Comments 1
1 min read
JavaScript Clean Code — Function Parameters and Side Effects

JavaScript Clean Code — Function Parameters and Side Effects

13
Comments
4 min read
Express and Body-parser

Express and Body-parser

31
Comments 2
3 min read
Connecting to MongoDB using Mongoose 🌳

Connecting to MongoDB using Mongoose 🌳

23
Comments 3
8 min read
Lazy state initialization in functional components.

Lazy state initialization in functional components.

16
Comments
2 min read
Taming network with redux-requests, part 2 - Basic usage

Taming network with redux-requests, part 2 - Basic usage

6
Comments
4 min read
Taming network with redux-requests, part 3 - Race conditions and requests aborts

Taming network with redux-requests, part 3 - Race conditions and requests aborts

6
Comments
3 min read
How to gain experience as a web developer? Powerful ideas for code newbies

How to gain experience as a web developer? Powerful ideas for code newbies

20
Comments
5 min read
JavaScript Modules, A Beginner’s Guide

JavaScript Modules, A Beginner’s Guide

12
Comments 2
3 min read
The magic behind the ember modifiers

The magic behind the ember modifiers

19
Comments
6 min read
ip2country released

ip2country released

2
Comments
1 min read
Create:Frontend - Um evento online e grátis para FrontEnders!

Create:Frontend - Um evento online e grátis para FrontEnders!

12
Comments
2 min read
Networking for software developers

Networking for software developers

8
Comments
3 min read
Svelte now supports TypeScript

Svelte now supports TypeScript

10
Comments 1
1 min read
#discuss Interested in a list of assignments I was given for interviews?

#discuss Interested in a list of assignments I was given for interviews?

8
Comments 7
1 min read
What Contract Do You Use for Freelance Development?

What Contract Do You Use for Freelance Development?

5
Comments 3
1 min read
Pure CSS Custom Styled Radio Buttons

Pure CSS Custom Styled Radio Buttons

137
Comments 14
9 min read
Taming network with redux-requests, part 1 - Introduction

Taming network with redux-requests, part 1 - Introduction

11
Comments
6 min read
What keyboard do you use?

What keyboard do you use?

40
Comments 87
1 min read
How to use the YouTube API to create a self-updating video title based on views

How to use the YouTube API to create a self-updating video title based on views

11
Comments 3
7 min read
Create:Frontend - ¡Un evento online y grátis para FrontEnders!

Create:Frontend - ¡Un evento online y grátis para FrontEnders!

4
Comments
2 min read
Measuring Performance, Lighthouse 6 and Core Web Vitals by Google.

Measuring Performance, Lighthouse 6 and Core Web Vitals by Google.

6
Comments
5 min read
What cross-browser testing tools should we use?

What cross-browser testing tools should we use?

7
Comments 1
4 min read
HTML has three list types: OL, UL, and...?

HTML has three list types: OL, UL, and...?

6
Comments 1
1 min read
What *is* an iframe? 🖼

What *is* an iframe? 🖼

26
Comments 2
6 min read
Illustrations for Websites

Illustrations for Websites

210
Comments 19
1 min read
34 most popular JS repositories on GitHub in June 2020

34 most popular JS repositories on GitHub in June 2020

96
Comments 3
7 min read
Adding postcode lookup to an address form 🏡.

Adding postcode lookup to an address form 🏡.

6
Comments
3 min read
Adapting to an ever-changing environment

Adapting to an ever-changing environment

11
Comments
6 min read
SignalR without Javascript, the Promise of Blazor

SignalR without Javascript, the Promise of Blazor

22
Comments 3
5 min read
Event-Driven Architecture

Event-Driven Architecture

33
Comments
2 min read
Best Alternatives for Selenium WebDriver

Best Alternatives for Selenium WebDriver

33
Comments 6
5 min read
Why Your Software Isn’t Getting to Market Fast Enough

Why Your Software Isn’t Getting to Market Fast Enough

28
Comments
6 min read
Steps to replicate a design with only HTML and CSS

Steps to replicate a design with only HTML and CSS

64
Comments
4 min read
What is useLayoutEffect hook and when do you use it

What is useLayoutEffect hook and when do you use it

70
Comments 1
4 min read
Publish Your First Node Library Using NPM

Publish Your First Node Library Using NPM

6
Comments
6 min read
10 mistakes I made when I started programming

10 mistakes I made when I started programming

97
Comments 9
5 min read
5 Techniques To Increase Page Load Speed

5 Techniques To Increase Page Load Speed

3
Comments
3 min read
CSS Houdini's Layout API explained

CSS Houdini's Layout API explained

48
Comments
4 min read
Optional chaining (?.)

Optional chaining (?.)

33
Comments
5 min read
How to use MutationObserver.observe() instead of setTimeOut()

How to use MutationObserver.observe() instead of setTimeOut()

10
Comments 1
2 min read
Authentication and Express Middleware with GraphQL

Authentication and Express Middleware with GraphQL

11
Comments
3 min read
JavaScript Best Practices — Rest Operator

JavaScript Best Practices — Rest Operator

47
Comments 3
4 min read
A Mental Model to think in Typescript

A Mental Model to think in Typescript

31
Comments
34 min read
Keys for You to Become a Better Frontend Web Developer

Keys for You to Become a Better Frontend Web Developer

1459
Comments 56
5 min read
Observables, Reactive Programming, and Regret

Observables, Reactive Programming, and Regret

778
Comments 32
6 min read
JSByte: The Access-Control-Allow-Origin Header Explained

JSByte: The Access-Control-Allow-Origin Header Explained

13
Comments
3 min read
Building a Portfolio/Resume Site with Gatsby, Part 1: Setting up your environment and creating a local, themed site

Building a Portfolio/Resume Site with Gatsby, Part 1: Setting up your environment and creating a local, themed site

21
Comments
4 min read
🧠 ¿Qué es JavaScript? 🧠

🧠 ¿Qué es JavaScript? 🧠

8
Comments
10 min read
Quick Guide to Destructuring in ES6

Quick Guide to Destructuring in ES6

5
Comments
1 min read
Creating a Basic GraphQL Server with Express

Creating a Basic GraphQL Server with Express

7
Comments
3 min read
Assigning [ ] performs better than Array(n) - Reports attached.

Assigning [ ] performs better than Array(n) - Reports attached.

28
Comments 23
2 min read
Deep dive into Vue Dynamic Forms.

Deep dive into Vue Dynamic Forms.

19
Comments
6 min read
A few more techniques to help you become a self-taught developer

A few more techniques to help you become a self-taught developer

99
Comments 4
8 min read
loading...