Ask HN: What are some books where the reader learns by building projects?
151–160 of 188 posts
Re: Ask HN: What are some books where the reader learns by building projects?
#152Hope not too off topic, does anyone have books on building simple electric-powered machines? I often have ideas for little machines for my garden or cooking but have no idea how to go about selecting motors, controller boards, designing strong enough parts for my 3D printer, etc. I'm not expecting an all inclusive book for such a deep topic. A series or several books would be much appreciated! Used to love building r…
Re: Ask HN: What are some books where the reader learns by building projects?
#153https://www.amazon.com/Programming-Example-Wordware-Develope...
Re: Ask HN: What are some books where the reader learns by building projects?
#154Re: Ask HN: What are some books where the reader learns by building projects?
#155I'm currently writing a book for PragProg called Building Distributed Services with Go (though it mostly applies to other languages too) that's walks you through building a distributed database from scratch. You can sign up on this mailing list to know when it's available: https://travisjeffery.us4.list-manage.com/subscribe?u=1e3ff7... .
Re: Ask HN: What are some books where the reader learns by building projects?
#156https://www.learnwithcoder.com/
It has currently Golang, Clojure & Clojurescript single page application development courses.
Re: Ask HN: What are some books where the reader learns by building projects?
#157Elements of Computing Systems by Nisan and Schocken has you 'build' a computer from basic logic gates to CPU/Memory to assembler, VM, etc. all the way to a running program. https://www.nand2tetris.org/
Re: Ask HN: What are some books where the reader learns by building projects?
#158- Practical Common Lisp - Land of Lisp - http://landoflisp.com/ - watch the video, it's hilarious - Build Your Own Lisp - http://www.buildyourownlisp.com/ - Learn C by creating a lisp in C - In the spirit of making your own lisp, I would recommend https://github.com/kanaka/mal - learn any language, by making a lisp in that language
Re: Ask HN: What are some books where the reader learns by building projects?
#159there are plenty of books around which can walk you through the whole thing, however, of late, i have found that this: https://pragprog.com/book/jbtracer/the-ray-tracer-challenge is a pretty comprehensive.
check it out !
approximately, on the same lines, nand-to-tetris is _very_ good as well.
Re: Ask HN: What are some books where the reader learns by building projects?
#160Elements of Computing Systems by Nisan and Schocken has you 'build' a computer from basic logic gates to CPU/Memory to assembler, VM, etc. all the way to a running program. https://www.nand2tetris.org/