this post was submitted on 24 Apr 2024
21 points (100.0% liked)

Web Development

3407 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 1 year ago
MODERATORS
21
Back to Basics in Web Apps (lackofimagination.org)
submitted 4 months ago by Aijan to c/webdev
you are viewing a single comment's thread
view the rest of the comments
[–] NostraDavid 4 points 4 months ago* (last edited 4 months ago) (5 children)

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:

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

[–] Aijan 3 points 4 months ago* (last edited 4 months ago) (1 children)

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.

[–] NostraDavid 1 points 4 months ago

Too bad you haven't seen it - my site has a little easter egg from that movie :3

load more comments (3 replies)