Josh’s teaching style is exceptional, and the courses’ exercises challenge you to work just at the edge of your abilities. I cannot recommend these courses enough!!
Ask HN: Best books to learn web development?
31–40 of 51 posts
Re: Ask HN: Best books to learn web development?
#32Re: Ask HN: Best books to learn web development?
#33One of my favorite free online books is https://internetingishard.netlify.app/ It does a great job at explaining intermediate/advanced caveats and gotchas along the way.
Re: Ask HN: Best books to learn web development?
#34And 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)
And I love everything by Kevin Powell:
https://www.youtube.com/@KevinPowell
edit* I want to add the The Odin Project has a ton of good material:
Re: Ask HN: Best books to learn web development?
#35When youre ready to go galaxy brained, "Designing Data-Intensive Applications" is the standard
Re: Ask HN: Best books to learn web development?
#36Re: Ask HN: Best books to learn web development?
#37Re: Ask HN: Best books to learn web development?
#38Re: Ask HN: Best books to learn web development?
#39It's not super advanced but gives you a great foundation and you learn by doing.
After that it's best to pick out a challenging project you want to build for yourself and tackle that.
Once you have a good foundation in css I'd recommend checking out Tailwind CSS and Tailwind UI.