Hacker News new | ask | show | jobs
by benofsky 5839 days ago
The problems one solves in basic web development is to be honest, kinda boring. For most websites it's just CRUD (create, read, update, delete); coding in this case is just a form of glue.

Coding gets interesting when you're solving and implementing problems like PageRank, which you're not doing (I'm assuming).