DEV Community

Web Development

Because the internet...

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
🔥 What's Hot in Web Development? — Weekly Picks #126

🔥 What's Hot in Web Development? — Weekly Picks #126

78
Comments 5
3 min read
Creating an ng add Schematic for an Nx Plugin

Creating an ng add Schematic for an Nx Plugin

11
Comments
4 min read
Under-the-hood of type systems (e.g. TypeScript)

Under-the-hood of type systems (e.g. TypeScript)

8
Comments
14 min read
6 brilliant webdev related finds for April/May - blog posts/videos/JS stuff/SVG resources

6 brilliant webdev related finds for April/May - blog posts/videos/JS stuff/SVG resources

9
Comments
2 min read
JavaScript Secrets

JavaScript Secrets

165
Comments 10
2 min read
Speed up with Browserslist

Speed up with Browserslist

30
Comments 1
10 min read
I created 31 react components during my quarantine

I created 31 react components during my quarantine

308
Comments 16
4 min read
Creating a docs site with Bulma Clean Theme

Creating a docs site with Bulma Clean Theme

9
Comments
3 min read
Create a beautiful drag and drop file upload component with Blazor

Create a beautiful drag and drop file upload component with Blazor

6
Comments
6 min read
All You Need to Know About Browser's User Agent String

All You Need to Know About Browser's User Agent String

7
Comments 2
4 min read
How Javascript handles Async code

How Javascript handles Async code

18
Comments 1
4 min read
Maybe just Nullable?

Maybe just Nullable?

50
Comments 7
13 min read
Learn JavaScript in 7 hours

Learn JavaScript in 7 hours

63
Comments 24
2 min read
A Little Collection of Free Developer Resources 🚀

A Little Collection of Free Developer Resources 🚀

180
Comments 19
2 min read
Chef'sCamp - My introduction to WebDev

Chef'sCamp - My introduction to WebDev

6
Comments
2 min read
Why YOU Should Contribute To Open-Source

Why YOU Should Contribute To Open-Source

134
Comments 7
6 min read
Generating static sites with Svelte and a headless cms

Generating static sites with Svelte and a headless cms

34
Comments
4 min read
Why some API response codes are subjective ?

Why some API response codes are subjective ?

4
Comments 8
1 min read
Jamstack Resources: Where Do Jamstackers Hang Out?

Jamstack Resources: Where Do Jamstackers Hang Out?

23
Comments 4
7 min read
What is CDN and how do they work.

What is CDN and how do they work.

169
Comments 9
3 min read
How redirect_to works in Rails?

How redirect_to works in Rails?

15
Comments 4
2 min read
If you use Git and VS Code – Read This!

If you use Git and VS Code – Read This!

102
Comments 7
2 min read
JavaScript's Three Dots: Spread Operator vs. Rest Parameters

JavaScript's Three Dots: Spread Operator vs. Rest Parameters

6
Comments
2 min read
On.NET Episode: Exploring the Microsoft Graph Toolkit

On.NET Episode: Exploring the Microsoft Graph Toolkit

9
Comments 1
1 min read
8 Freelancing blunders to Avoid!🛑

8 Freelancing blunders to Avoid!🛑

43
Comments 5
2 min read
Accept Payments in Universal Apps with Stripe Checkout

Accept Payments in Universal Apps with Stripe Checkout

16
Comments
9 min read
Web Dev Week 3: JavaScript

Web Dev Week 3: JavaScript

4
Comments
5 min read
Animate.css v4 Update!

Animate.css v4 Update!

5
Comments
2 min read
Global state management in Svelte

Global state management in Svelte

20
Comments 1
3 min read
The simple and useful trick for Google Maps!

The simple and useful trick for Google Maps!

7
Comments
1 min read
Let's write e2e tests for a React application with Cypress

Let's write e2e tests for a React application with Cypress

67
Comments 7
5 min read
Everything you should know about HTML tables

Everything you should know about HTML tables

93
Comments 6
6 min read
Beginning your Web Development Journey? Useful roadmaps that I've come across!

Beginning your Web Development Journey? Useful roadmaps that I've come across!

38
Comments 6
2 min read
The concise web framework

The concise web framework

3
Comments
1 min read
How to mock your frontend application environment in about a minute!

How to mock your frontend application environment in about a minute!

7
Comments 1
4 min read
My story as a web developer – mid-senior level

My story as a web developer – mid-senior level

17
Comments 4
7 min read
Pick a Headless CMS that the rest of your team won't hate

Pick a Headless CMS that the rest of your team won't hate

7
Comments
7 min read
how we can prevent browsers from killing your RAM 🛑

how we can prevent browsers from killing your RAM 🛑

34
Comments 11
1 min read
Smarter caching with service workers

Smarter caching with service workers

9
Comments
3 min read
This self-taught dev will help you find if your website name is free

This self-taught dev will help you find if your website name is free

4
Comments
10 min read
Getting started with Flask

Getting started with Flask

9
Comments 2
2 min read
Webpack 5 Boilerplate

Webpack 5 Boilerplate

6
Comments
1 min read
McDonald's Card - TailwindCSS in 10 mins 09:12

McDonald's Card - TailwindCSS in 10 mins

48
Comments 1
1 min read
Fast and reliable cross-browser testing with Playwright 🎭

Fast and reliable cross-browser testing with Playwright 🎭

38
Comments
4 min read
How to start a SaaS project #1: Data model

How to start a SaaS project #1: Data model

4
Comments
5 min read
Reimplementing JavaScript Array methods

Reimplementing JavaScript Array methods

6
Comments 1
4 min read
Crosspost to DEV community with Typemill

Crosspost to DEV community with Typemill

4
Comments
2 min read
FREE - 5 Years Subscription to 200+ Microsoft Cloud Computing Azure Courses, Certification Exams etc at Pluralsight

FREE - 5 Years Subscription to 200+ Microsoft Cloud Computing Azure Courses, Certification Exams etc at Pluralsight

19
Comments 4
2 min read
Contributing to an Open Source Project

Contributing to an Open Source Project

8
Comments
4 min read
Accessibility for React Developers (Tutorial)

Accessibility for React Developers (Tutorial)

24
Comments
1 min read
How to build an ecommerce site on the Jamstack with Snipcart and TakeShape

How to build an ecommerce site on the Jamstack with Snipcart and TakeShape

58
Comments 1
8 min read
VSCode: Using Black to automatically format Python

VSCode: Using Black to automatically format Python

78
Comments 9
1 min read
Don't do these things when learning to code [video]

Don't do these things when learning to code [video]

28
Comments
1 min read
39 : The Advantage of Self-taught Programming

39 : The Advantage of Self-taught Programming

5
Comments
1 min read
20+ Awesome websites built with React.js

20+ Awesome websites built with React.js

250
Comments 6
6 min read
CSS Specificity Explained

CSS Specificity Explained

8
Comments
3 min read
Api de Contexto em REACT é muito doido!

Api de Contexto em REACT é muito doido!

11
Comments
6 min read
Series: JavaScript the Good Parts - Chapter 3 - Objects

Series: JavaScript the Good Parts - Chapter 3 - Objects

7
Comments
8 min read
✨ Announcing ModernCSS.dev

✨ Announcing ModernCSS.dev

176
Comments 20
1 min read
Using absolute imports in React app

Using absolute imports in React app

78
Comments 9
1 min read
loading...