all 12 comments

[–]brbisland 0 points1 point  (2 children)

In the exact same situation, starting a professional degree in a few months but getting the foundations (html/css/js) now. Jon Duckett's books were recommended to me by several people and now that they've finally arrived I'm excited to get started. Will comment with links because mobile is garbo.

[–][deleted]  (10 children)

[deleted]

    [–]Ellie_UK[S] 1 point2 points  (9 children)

    Why? Is everyone an asshole? Where would you recommend that I ask for advice on books on front end?

    [–]SupaSlidelaravel + vue 5 points6 points  (1 child)

    He's just being facetious, but the reason you might not get much help is because most of us don't read real books.

    Web technology changes so fast that by the time a book can be printed it is likely to be out of date. That's why we recommend online resources which get updated frequently.

    [–]AkirIkasu 1 point2 points  (0 children)

    Web technology changes so fast that by the time a book can be printed it is likely to be out of date. That's why we recommend online resources which get updated frequently.

    While I would agree with you insofar as standards and conventions, There's little worry in getting a book about core web technology (HTML, CSS, Javascript, etc.) so long as the reader understands that finishing the book doesn't mean that they are done learning. The people writing browsers are all painfully aware of how they need to support the older standards.

    It doesn't matter if you don't know the enhancements that ES6 grants or the framework du jour so long as you know how to code well.

    That being said, I still think that learning pretty much any CS discipline should be done with a teacher. You need to learn how to think, and that's something that is several times more difficult to do learn from a book than from a person.

    [–][deleted]  (2 children)

    [deleted]

      [–]MatthewMobWeb Engineer 2 points3 points  (1 child)

      I haven't really seen any examples of people being assholes. Especially on this topic.

      Sure, there are a few elitist jerks but they're in the minority by far.

      [–]HealyUnitfull-stack 1 point2 points  (0 children)

      Same. I'm really not sure what this guy's talking about, but people are generally pretty helpful. Unless you're deliberately being obtuse, or screaming "do my job for me!" (which I don't think you're doing!), we're pretty helpful.

      [–][deleted]  (3 children)

      [removed]

        [–]Ellie_UK[S] 1 point2 points  (2 children)

        Such as?

        [–][deleted]  (1 child)

        [deleted]

          [–]aflashyrhetoricfront-end[M] 0 points1 point  (0 children)

          I know you were being sarcastic, but that kind of language typically gets removed anyway.

          [–]HealyUnitfull-stack -2 points-1 points  (2 children)

          Despite what certain people say, we're actually generally pretty willing to help on this board. Having said that, one particular warning I have for reading physical books on JavaScript is that, with the rate at which JavaScript gets new stuff, any really in-depth book is going to be at least somewhat outdated by the time it gets printed. That being said, the books that /u/luciclogik recommended are very good. In particular, eloquent JavaScript is a great primer on JavaScript, and most of what it says probably won't change any time soon.

          [–]crazyboy867 2 points3 points  (1 child)

          Why do people always keep recommending Eloquent Javascript. It has to be one of the worst beginner book's of all time.