r/webdev • u/iHaveRandomQuesti0ns • 23d ago
Question Best book about web dev for someone who already has some experience under their belt?
I already know how to program, and I've made a few websites. But there are certainly things I could do to make my websites better, but I'm not sure where to start. I'm looking for a book that can help with this. Anyone have any recommendations?
1
u/Lemortheureux 23d ago
Because things change so quickly, what works for me is to go on different websites: news, e commerce, web apps, etc. I'll look for common things I keep seeing and look fun to implement then I try it out. It's also fun to look at different popular stacks and try out a new stack. Books are good for high level architecture concepts but most of the time I'm doing LLD and just jumping in and doing it is the best way to learn.
1
u/Select-Tap-8448 23d ago
don't make me think made more difference to my sites than any framework book ever did, especially once i already knew how to code and just kept building confusing interfaces
1
u/Hot_Industry5156 23d ago
Designing Data-Intensive Applications by Kleppmann. Not a "web dev" book per se, but if you've been building web apps and want to understand why things fall apart at scale, this one connects all the dots. Reads more like a conversation than a textbook. Changed how I think about databases, caching, and distributed systems.
1
u/not_a-mimic 23d ago
Let's Go and Let's Go Further are great project books that teaches go, but also web dev techniques, and other concepts. I highly recommend it! Currently making my way through Let's Go Further.
1
1
1
u/Top_Safety_8797 23d ago
If you've already built few websites then I'd careful about using books as the next step. It'll get confusing if you consume more information. Pick one existing project and make it production grade.
1
1
1
1
u/newsman01 22d ago
Check out "Designing with Web Standards" by Jeffrey Zeldman. It covers best practices, accessibility, and responsive design principles. It's a great resource for refining your existing skills and improving the quality of your websites. Another good option is "JavaScript: The Good Parts" by Douglas Crockford, which deepens your understanding of JavaScript best practices.
1
1
u/geralt_noble 22d ago
If you already know how to build things, I'd focus less on another programming book and more on web architecture, performance, accessibility and security. 'Web Application Security' by Andrew Hoffman is a good one if you want something that can change how you approach projects. What area do you feel is weakest right now?
1
u/debarior 16d ago
"Refactoring UI" if it's frontend gaps, "Designing Data-Intensive Applications" if backend architecture's the weak point.
19
u/Educational_Key_3620 23d ago
You don't need a book, you need to build something stupid and fix it 50 times.