HackerNews Readings
40,000 HackerNews book recommendations identified using NLP and deep learning

Scroll down for comments...

Cryptoassets: The Innovative Investor's Guide to Bitcoin and Beyond

Chris Burniske and Jack Tatar

4.6 on Amazon

3 HN comments

Fate: Return to Avalon: Takeuchi Takashi Art Works

Type-Moon and Takeuchi Takashi

? on Amazon

3 HN comments

Mastering Ethereum: Building Smart Contracts and DApps

Andreas M. Antonopoulos and Gavin Wood Ph. D.

4.6 on Amazon

3 HN comments

Fundamentals of Software Architecture: An Engineering Approach

Mark Richards, Neal Ford, et al.

4.6 on Amazon

3 HN comments

Algorithms of Oppression: How Search Engines Reinforce Racism

Safiya Umoja Noble

4.7 on Amazon

3 HN comments

Storytelling with Data: Let's Practice!

Cole Nussbaumer Knaflic

4.6 on Amazon

3 HN comments

Introduction to Machine Learning with Python: A Guide for Data Scientists

Andreas C. Müller and Sarah Guido

4.5 on Amazon

3 HN comments

Think Like a Programmer: An Introduction to Creative Problem Solving

V. Anton Spraul

4.7 on Amazon

3 HN comments

Logo Design Love: A Guide to Creating Iconic Brand Identities, 2nd Edition

David Airey

4.7 on Amazon

3 HN comments

Python 3 Object-Oriented Programming: Build robust and maintainable software with object-oriented design patterns in Python 3.8, 3rd Edition

Dusty Phillips

4.4 on Amazon

3 HN comments

Threat Modeling: Designing for Security

Adam Shostack

4.5 on Amazon

3 HN comments

Introduction to Statistics: An Intuitive Guide for Analyzing Data and Unlocking Discoveries

Jim Frost

4.3 on Amazon

3 HN comments

Ansible for DevOps: Server and configuration management for humans

Jeff Geerling

4.6 on Amazon

3 HN comments

Technology Strategy Patterns: Architecture as Strategy

Eben Hewitt

4.3 on Amazon

3 HN comments

Making Embedded Systems: Design Patterns for Great Software

Elecia White

4.6 on Amazon

3 HN comments

Prev Page 10/16 Next
Sorted by relevance

rawtxapponFeb 9, 2021

It would take quite a bit time, but with enough dedication, it's not that difficult. The books: Mastering Bitcoin and Mastering Ethereum (although ethereum one is a bit outdated now) cover a lot of it pretty nicely and you can find them for free on github.

jrehoronMar 31, 2021

Andreas Antonopoulos' books Mastering Bitcoin and Mastering Ethereum are fantastic. I'd recommend starting with those to get a good handle on the basics.

dogman144onAug 12, 2021

If you’re technical, read Mastering Bitcoin and Mastering Ethereum, both for free on GitHub https://github.com/bitcoinbook/bitcoinbook, and https://learnmeabitcoin.com/technical/

Reason being is that how most of crypto works is a derivative of bitcoin or ethereum. And, it’s fairly normal in a technical sense, just applied in a unique way that needs to be understood via good ref doc.

Once you wrap your head around those two anchor protocols and get a sense of how it relates to its comp sci primitives (file systems, p2p, cryptographic certs), it can be really demystified - ie “blockchain” is stored as blocks on a file system, in the comp sci sense.

Built withby tracyhenry

.

Follow me on