Web Development

5726 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
251
252
253
254
255
1
submitted 7 months ago* (last edited 7 months ago) by nemeski@mander.xyz to c/webdev@programming.dev
 
 

The first beta of Vite 8, powered by Rolldown, is now available.

256
257
 
 

Meanwhile, sites are ballooning. The median mobile page is now 2.6 MiB, blowing past the size of DOOM (2.48 MiB) in April. The 75th percentile site is now larger than two copies of DOOM, and P90+ sites are more than 4.5x larger, and sizes at each point have doubled over the past decade. Put another way, the median mobile page is now 70 times larger than the total storage of the computer that landed men on the moon.

258
259
260
261
262
263
 
 

I've been working in web for about a decade. I have no formal education, but I've been in various agencies and in-house teams. I have done some cool stuff but it's limited. I mainly work in wordpress, building custom plugins and themes from scratch for mid size businesses.

I am not technically challenged. The most complex of my work is basically just figuring out client requirements, designing and pitching something that makes their requirements make logical sense, and then building it. The stuff I build is usually no more complex than typical CRUD work.

I don't really know what to do. I'm stuck. I want out of this basic, boring, unfulfilling work. Has anybody managed to make this jump, or similar, and how did it go?

264
265
266
267
268
269
270
271
 
 

JPlus is a modern programming language and compiler that acts as a superset of Java — bringing the benefits of null safety and powerful boilderplate code generation declarative features while remaining fully interoperable with existing Java code and libraries.

272
0
submitted 7 months ago* (last edited 7 months ago) by justicecoder@programming.dev to c/webdev@programming.dev
 
 

JPlus is a modern programming language and compiler that acts as a superset of Java — bringing the benefits of null safety and powerful boilderplate code generation declarative features while remaining fully interoperable with existing Java code and libraries.

273
274
 
 

If you plan to offer a service tied to a website you make for your client, what are the advantages of self hosting compared to relying on third party services?

Static sites, CMS, newsletter, emails, form handling and more..

An easy example is forms: you can either use formspree or install one of the countless foss form handlers you can find online..

In my mind it's definitely cooler to offer all the services your client needs + you can also charge for them without having to pay for 5 different plans on other platforms, just your VPS or dedicated machine, more income and less expenses. But I see it can be hard to manage outages sometimes or issues that can come with self hosting.

It's offering a service vs being just a reseller.

My experience with self hosting stuff on my own (for my own use) so far has been quite good. I don't use containerization and I carefully config everything needed the first time, then I reverse proxy through cloudflare, after that I rarely have issues and if I have I simply rely on logs.

In my mind it doesn't seem too hard to install a couple of services and make accounts for my clients + fixing something not working every now and then.

My only concern with that is if one day I will want to stop being a developer, how will I handle the quantity of people relying on my server and everything I will hold.

Interested in your thoughts and experience about self hosting vs relying on third parts!

275
view more: ‹ prev next ›