Hacker News new | ask | show | jobs
by duxup 2256 days ago
As someone 2 years into a web development career. I get really frustrated by this.

I'll fire up a tutorial on something and 20 minutes into this and I'm all "yeah this does what it says, but it can't be used to do almost anything else..." and I fear the actual person doing the tutorial doesn't know.

Heck I've commented on some Medium blogs where they mention how to do a thing and I'm 100% sure in any real world that code won't do the thing. I post and ask about some aspect of it and the blog author ... doesn't know.

Like outside this one off tutorial and everything working perfectly ... the code is useless.

There's valid reasons to simply code for illustration, but at the same time, without exposing even how to handle an error... what have you really taught someone?

1 comments

When trying to learn html/css and following multiple tutorials with different ways to achieve one thing, it truly feels like I'm just throwing shit at a wall and seeing what sticks. Sometimes nothing sticks. It's incredibly frustrating. Is there someone who writes tutorials who can actually explain what they're doing and why? Maybe something will work, but I'm not sure if anyone learned anything valuable from that kind of experience.
CSS feels like such an add hoc mix of things that sometimes go together, other times don't.

I just hang onto some snippets I like and pick a framework most of the time.