this post was submitted on 21 Apr 2025
27 points (96.6% liked)

Web Development

3860 readers
17 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
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 day ago

I mean, I've seen a growing number of companies looking for Salesforce; it's even worse (all of your code only works on their platform because it's a proprietary language AND they charge for things as absurd as how many lines of code you have).

A lot of the things that you can't do with serverless expressed in this article are not things you want to do on a web server anyways. Like writing a temporary file, sharing state in process between requests, or spawning a thread.

Sure for a truly small workload where you don't have to worry about abuse and scaling beyond one machine you can get away with that stuff. However, for companies that do need to be able to deal with multiple machine workloads and don't want to worry about hiring a team of engineers to implement a scalable cloud or run their own physical hardware in a data center ... I think serverless likely has some value.

[–] [email protected] 9 points 3 days ago

Is it really a scam if I know exactly the issues with it and still build something with it? As with everything, if you know what your doing it great, if not, well you’ll have issues

[–] [email protected] 1 points 2 days ago

Not to dis their service, but the advice to deploy with plain Docker is solving for a problem from 10 years ago.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago)

Meanwhile my workflow of creating anything:

  • Develop locally in an IDE (JetBrains) or remotely in neovim
  • Init repo, push repo
  • Clone PKGBUILD template
  • Edit PKGBUILD, change remote, push repo

And then I have a native thingy working on every Arch machine I have (a server, a workstation, two DNS/DHCP servers, a PC and a laptop). And as the servers are chilling at my dad's place ... it's not even costing me much (excluding 1000/500 fiber for like 100€/month, which is technically mine)