1996 was the beginning of the chaos. We went from a document that the user's browser parsed and styled to a free-for-all of website designs glued together on construction paper. Accessibility took a step back. You now needed a graphical desktop to view the web. Page content was no longer machine readable and became less portable. Now in a world of dynamic page content generated by javascript you need a v8 browser in crawlers just to index page content.
Web Development
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
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- !html@programming.dev
- !css@programming.dev
- !uiux@programming.dev
- !a11y@programming.dev
- !react@programming.dev
- !vuejs@programming.dev
- !webassembly@programming.dev
- !javascript@programming.dev
- !typescript@programming.dev
- !nodejs@programming.dev
- !astro@programming.dev
- !angular@programming.dev
- !tauri@programming.dev
- !sveltejs@programming.dev
- !pwa@programming.dev
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
My career has followed some of that journey, and I also have come back to using Alpine, HTMX, and a server side rendering for SPA-like apps. Some pages are just almost all HTML, and just use HTMX to switch the client content without a page load.
I find it refreshing to write, not generate, HTML and CSS, and then sprinkle some JavaScript for interactivity.
I've found hugo to be rather amazing in generating static HTML and CSS (converting either HTML or Markdown templates into regular HTML).
I started out my personal website as:
- static HTML
- an SPA (yes, the archived version still works!)
- back to static (hand-written) HTML
- expanded the hand-written HTML
- and expanded some more
- until I had to generate the HTML via hugo, because the HTML headers were getting out of sync
PS: Have you ever seen TheNet (1995)?
PPS: All the HTML is pretty much all Semantic HTML, instead of Twitter's div>div>div>div>div
div>div>div>div>div
Ah yes, div soup.
By the way, have you tried different generators and compared them, or tried only Hugo, out of curiosity?
Only Hugo; I didn't want to try anything JS based and hugo is faaaaaast in its generation. Sub 1 second fast. It's so nice.
Cool! Very nice. Do you need it to be that fast or is it just nice because faster is better?
Author here. My blog is also generated with Hugo, and it's great. I just prefer not to generate HTML and CSS from JavaScript unless it's necessary.
Sorry, I haven’t seen that movie. Thanks for the recommendation though.
Too bad you haven't seen it - my site has a little easter egg from that movie :3