DEV Community

Discussion on: I don't know how to create a website

Collapse
 
gypsydave5 profile image
David Wickes

Web devs have buried themselves in layers of poor abstractions in order to make things as difficult for themselves as possible.

I'd recommend writing HTML - yes, actual HTML. And JavaScript - just JS, no jQuery or whatever. And CSS. And serving it up without a 'framework' or whatever in your language of choice for your server.

If you actually need a server. We start with all the bells and whistles, we don't need them 80% of the time.