Live data from Hacker News

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

news.ycombinator.com

141–150 of 188 posts

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

#141

Not a book, but if you're looking to learn modern SQL in a hands-on way, I created Mastery with SQL (masterywithsql.com) specifically because I was frustrated with traditional SQL (and PostgreSQL) content that's lacking in high quality and challenging exercises. Mastery with SQL has over 150 exercises, ranging from easy to very difficult, where you're primarily working with a single database and trying to answer inte…

Do you provide discounts for third world country developers?

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

#142
post #7

Elements 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/

Glad to see this here. Really took away a lot of the "magic" that intimidated be about the lower level operations of computers.

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

#144
post #22

A Curios Moon - a data science mystery that teaches you PostgreSQL by working on projects that use real nasa data sets in a fictional setting (your role as a data science intern at red:4) https://bigmachine.io/products/a-curious-moon/

This is really nice book. It assumes you are a developer/good with computers, though, so some of the things like dev environment setup are ommited

As it should be; I dislike when books are dogmatic a out setup. Those pages are usually out of date at by the time the book is in print.

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

#147

I'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... .

The link doesn't quite work there. But I'd be interested in signing up.

https://travisjeffery.us4.list-manage.com/subscribe?u=1e3ff7...

via his comment history :)

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

#150
My Splash of Code book teaches JavaScript to absolute beginners by walking them through some type-in generative art projects. People really seem to enjoy it, especially non-developers who are a little technical, such as designers, scrum masters, and product owners.

Splash of Code by Joel Dare

Post reply on HN