There is an associated book. Great intro to the fundamentals of computer engineering.
Ask HN: What are some books where the reader learns by building one project?
11–20 of 232 posts
Re: Ask HN: What are some books where the reader learns by building one project?
#12Bandit Algorithms book is sort of like this. starts out simple and touches different methods
Re: Ask HN: What are some books where the reader learns by building one project?
#13Re: Ask HN: What are some books where the reader learns by building one project?
#14It'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.
Re: Ask HN: What are some books where the reader learns by building one project?
#15https://github.com/thewhitetulip/web-dev-golang-anti-textboo... You can learn how to build a todo list manager in Go. This book is about building a webapp from scratch without using a framework.
Re: Ask HN: What are some books where the reader learns by building one project?
#16About how to build a subset of git's functionality in NodeJS
Re: Ask HN: What are some books where the reader learns by building one project?
#17Re: Ask HN: What are some books where the reader learns by building one project?
#18Not 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
Re: Ask HN: What are some books where the reader learns by building one project?
#19Build Your Own AngularJS https://teropa.info/build-your-own-angular/