Hacker News new | ask | show | jobs
by throwawayboise 1488 days ago
Yeah, none of that may matter for a "brochure" type of website, or a blog where you are the only person updating it.

As soon as you start processing forms and doing anything transactional based on that, you'll be quickly reinventing a lot of wheels if you aren't using a DBMS of some sort.

2 comments

> none of that may matter for a "brochure" type of website, or a blog where you are the only person updating it

Doesn't Hacker News run on flat files?

But only the wheels you need, when you need them. Don’t carry the overhead unless needed.