Web Development

5600 readers
9 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 2 years ago
MODERATORS
1
 
 

A minimal Node.js wrapper around ClamAV that scans any file and returns a typed Verdict Symbol:

  • Verdict.Clean
  • Verdict.Malicious
  • Verdict.ScanError

Zero runtime dependencies. No daemon. No cloud. No native bindings. Works locally via clamscan or remotely via clamd TCP socket (Docker-friendly).

npm install pompelmi

Repo: github.com/pompelmi/pompelmi Issues, PRs, and stars all welcome — it's how open source stays alive.

2
3
14
submitted 2 days ago* (last edited 2 days ago) by artwork@lemmy.world to c/webdev@programming.dev
 
 

sAT Protocol (s@) is a decentralized social networking protocol based on static sites. Each user owns a static website storing all their data in encrypted JSON stores. A client running in the browser aggregates feeds and publishes posts. It does not rely on any servers or relays.

In plain terms, s@ is designed for you and your friends, and no one else. This applies to both the technical implementation and the user experience. At the technical level, data only moves from your own website to your friend's browser. There are no servers (like Mastodon) or relays (like the AT Protocol) in the middle1. And unlike almost all social media platform today, s@ is not designed for influencers. To see a friend's post or to have a friend see your post, you must follow each other2.

A user's identity is their domain name. Identity is authenticated by HTTPS/TLS - fetching content from a domain proves the domain owner published it.

Source [web-archive]

Related: https://github.com/remysucre/satellite (Social networking over static sites...)

4
5
6
7
8
 
 

Pages that are engaging in back button hijacking may be subject to manual spam actions or automated demotions, which can impact the site's performance in Google Search results. To give site owners time to make any needed changes, we're publishing this policy two months in advance of enforcement on June 15, 2026.

9
10
-5
Rapid Email Validator (rapid-email-verifier.fly.dev)
submitted 6 days ago* (last edited 6 days ago) by Thetechloop@programming.dev to c/webdev@programming.dev
 
 

You can do batches too via json. Very nice

11
12
13
14
 
 

La web presenta un bajo nivel de profesionalismo y una atención al cliente deficiente. El sistema de recuperación de cuentas resulta completamente ineficaz, ya que no ofrece soluciones reales cuando se intenta recuperar el acceso. En mi experiencia con Hostinger, el soporte no responde de forma útil ni oportuna.

Por estas razones, no se puede considerar una plataforma confiable ni con un servicio de atención adecuado.

15
 
 

These days, developer experience (DX) is often the strongest case for using JavaScript frameworks. The idea is simple: frameworks improve DX with abstractions and tooling that cut boilerplate and help developers move faster. The tradeoff is bloat, larger bundles, slower load times, and a hit to user experience (UX).

But does it have to work like that? Do you always have to trade UX for DX? And are frameworks really the only path to a good developer experience?

16
 
 

On Jan 13th, 2025, we noticed strange 404 errors in our backend logs, originating from Bunny Storage.

17
18
19
20
21
22
23
24
25
 
 

Is there any good courses that cover the more technical aspects of backend development? Here are some examples, not even limited to this, but I want to hear more than the basics and also some security things to look out for in like a yt video or something, potentially includes, CORS, Cookies, JWT, server side sessions, server side rendering, websockets, server side events, html patterns (e.g the backend returning html components to be place into the browser). Status Codes, GET and POST, GRPC, file transfers.

view more: next ›