Software Alternatives & Reviews

Ask HN: Best books to learn web development?

CSS-Tricks
  1. Free ebook for the JS Beginners
    Pricing:
    • Open Source
    I learned HTML and CSS mainly from MDN, so that's where I suggest you look. As for stuff I use in css most often I can only recommend a few articles and such. Learn how to use Flexbox and CSS Grid though for sure (as those are the two most modern ways to layout an HTML page) as well as CSS Positioning [0] (which is some of the older ways to lay things out). [0]: https://alistapart.com/article/css-positioning-101/ For JS there are some online books that are gold mines the problem is finding them. One is Eloquent JavaScript which is available to read online for free here [1]. [1]: https://eloquentjavascript.net/ Though I've never actually finished the whole thing it does a pretty great job explaining JS to the uninitiated. My other favorite books in JS are actually all from the same person Axel Rauschmayer. All of his books are available here [2]. He has a really good way of explaining in my opinion and his books kind of take out all the fluff. [2]: https://exploringjs.com/.

    #Developer Tools #Text Editors #Productivity 210 social mentions

  2. CSS-Tricks is a website about websites.
    Css-tricks has good stuff: https://css-tricks.com/ And I like this Principles of Object-Oriented Javascript book by Nicholas Zakas even though it's a little dated (example: its claim that there are no classes in JavaScript) https://nostarch.com/oojs And I love everything by Kevin Powell: <a href="https://www.youtube.com/@KevinPowell">https://www.youtube.com/@KevinPowell</a>.

    #CSS #CSS Tutorials #CSS Tricks 128 social mentions

Discuss: Ask HN: Best books to learn web development?

Log in or Post with