Live data from Hacker News

Ask HN: What are some books where the reader learns by building one project?

news.ycombinator.com

11–20 of 232 posts

Re: Ask HN: What are some books where the reader learns by building one project?

#14
Michael 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.

Re: Ask HN: What are some books where the reader learns by building one project?

#15

https://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.

Using a UI or ncurses?

Re: Ask HN: What are some books where the reader learns by building one project?

#18

Not 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?

#20
Not a book but Casey Muratori's Handmade Hero series is really interesting. It's a from scratch tutorial on building game in C on windows but delves into many interesting programming topic that would be useful outside game development.

https://handmadehero.org/

Post reply on HN