Ask HN: What are some books where the reader learns by building one project?
31–40 of 232 posts
Re: Ask HN: What are some books where the reader learns by building one project?
#32Not exactly a book but gitlet.js: http://gitlet.maryrosecook.com/docs/gitlet.html About how to build a subset of git's functionality in NodeJS
the side-by-side nature of that page strikes me as an innovative approach to writing software tutorials for intermediate programmers. i like it!
Re: Ask HN: What are some books where the reader learns by building one project?
#33Anything by Manning that ends with "In Action". I volunteer to be a technical reviewer if there is a new technology I want to learn (and get a free physical book!)
I love reading technology books. It would be great to get early access and be able to talk to the writers directly.
Re: Ask HN: What are some books where the reader learns by building one project?
#34The Build Your Own Metal Working Shop from Scrap series by David J. Gingery.
https://www.amazon.com/Build-Metal-Working-Scrap-Complete/dp...
Re: Ask HN: What are some books where the reader learns by building one project?
#35Michael 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.
Any recommendations in this area?
Re: Ask HN: What are some books where the reader learns by building one project?
#36http://www.nand2tetris.org/
This looks awesome. Might be a fun way to help my kids learn CS once they're old enough.
Just a joke: the course is by Noam Nisan & Shimon Schocken
The accompanying book is "The Elements of Computing Systems" and Part 1 is available as a course on Coursera. I highly recommend it; just finishing the Coursera course myself and I'll definitely be doing Part 2.
Re: Ask HN: What are some books where the reader learns by building one project?
#37Re: Ask HN: What are some books where the reader learns by building one project?
#38Re: Ask HN: What are some books where the reader learns by building one project?
#39It goes from adding the LED to the XBox to tapping the security mechanism. Plus, the original Xbox is cheap nowadays too, so you won't have to shell out a lot of money doing it. Local craigslist should have plenty of them.
Re: Ask HN: What are some books where the reader learns by building one project?
#40[1] http://shop.oreilly.com/product/0636920031116.do
[2] https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...