Web Development

5787 readers
6 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
1
 
 

A lot of the educators I admire in the frontend web space seem to be either bowing out or dialing back their efforts: Axel Rauschmayer, Salma Alam-Naylor, Josh W. Comeau, to name a few. Other well-known luminaries like Kent C. Dodds, Addy Osmani, Rachel Nabors, and Lydia Hallie have pivoted from talking about frontend development to talking about… well, take a wild guess.

2
3
 
 

Need to identify the manufacturer behind a MAC address?

MACAddress.com provides a free online MAC address lookup and a developer API for retrieving:

  • Manufacturer and registered address
  • OUI and assignment block type
  • MAC address range
  • Unicast or multicast classification
  • Universal or locally administered status
  • EUI-64 conversion and other parsed details

Developers can integrate it through the REST API, while AI agents can perform the same lookups through the MCP server using the same API key.

Free lookup: https://macadress.com/ API documentation: https://macadress.com/docs MCP server: https://macadress.com/mcp

Feedback is welcome, particularly from developers working on networking, device discovery, cybersecurity, or asset-management tools.

4
5
6
7
8
9
10
11
12
 
 

So, there is a proposal currently in HTML for a new API called SpellCheck Custom Dictionary. For v1 the proposal is dead simple. It introduces a new document.spellCheckCustomDictionary with exactly two methods: .addWords(listOfWords) and .removeWords(listOfWords) - where listOfWords is an array of Strings.

13
 
 

I shipped a WebGL fluid simulation on my homepage and Lighthouse gave me a 41. Here is everything I had to delete, measure, and un-animate to get to 100 on a real phone.

14
15
 
 

Claude Cream is the new Twitter Blue. Better get used to it.

16
17
18
19
20
21
22
 
 

So, what I want is to download lemmy posts (including comments) as raw html through a script. The problem I have is, that curl by default does not include the css of the page. Is there a way I can download the posts webpages as they are being displayed?

23
24
25
view more: next ›