https://www.amazon.com/Design-Patterns-Elements-Reusable-Obj...
Ask HN: What are some books where the reader learns by building one project?
131–140 of 232 posts
Re: Ask HN: What are some books where the reader learns by building one project?
#132Re: Ask HN: What are some books where the reader learns by building one project?
#133Miguel Grinberg's "Flask Web Development" [1] is an excellent introduction Python-based web development. You build a Twitter-clone. The book is an adaptation of the authors 18-part tutorial on the same topic [2]. [1] http://shop.oreilly.com/product/0636920031116.do [2] https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...
That may not be a problem for an experienced dev, but for a starter in web-dev I highly appreciate a library or framework that has built-in authentication because you do not want to fuck that up. Granted - you can also fuck it up with e.g. Django, but it is way harder.
Re: Ask HN: What are some books where the reader learns by building one project?
#134Michael Hartl's Rails tutorial ( https://www.railstutorial.org/ ) is a great example of this. It'll run you through building a twitter clone and introduce you to git, heroku, a bit of CSS/HTML, and even goes into AJAX a bit. I can't recommend it enough to people looking to get into rails.
is there something similar to this but for python based frameworks, or javascript based? Seems like every great tutorial / books that I find are using ruby
It goes through making an app in Django, but is heavier on TDD than Hartl's book.
Re: Ask HN: What are some books where the reader learns by building one project?
#135What a delightful coincidence! I just posted the next chapter on my in-progress book "Crafting Interpreters" which walks you through implementing an interpreter (well, two actually) from scratch, a chapter at a time: http://www.craftinginterpreters.com/ I really liked "Build Your Own Lisp" too. Fun book. :)
I can really recommend this book, I've worked through it and am implementing the interpreter in Rust. I've just finished the latest chapter and am looking forward to the future instalments. Edit: here is the (WIP) intepreter: https://github.com/HarveyHunt/loxr
Re: Ask HN: What are some books where the reader learns by building one project?
#136https://www.amazon.com/PHP-MySQL-Example-Ellie-Quigley/dp/01...
Re: Ask HN: What are some books where the reader learns by building one project?
#137Filter spam, Parse binary files, catalog MP3s, stream MP3s over a network, and provide a Web interface for the MP3 catalog and server.
Re: Ask HN: What are some books where the reader learns by building one project?
#138Re: Ask HN: What are some books where the reader learns by building one project?
#139Earlier quoted context omitted.
I can really recommend this book, I've worked through it and am implementing the interpreter in Rust. I've just finished the latest chapter and am looking forward to the future instalments. Edit: here is the (WIP) intepreter: https://github.com/HarveyHunt/loxr
Awesome, I added a link to it on the book's README so other people can find it. I hope that's OK.
Re: Ask HN: What are some books where the reader learns by building one project?
#140Miguel Grinberg's "Flask Web Development" [1] is an excellent introduction Python-based web development. You build a Twitter-clone. The book is an adaptation of the authors 18-part tutorial on the same topic [2]. [1] http://shop.oreilly.com/product/0636920031116.do [2] https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...
My flask also book does this http://a.co/gwGvY3o