Live data from Hacker News

Ask HN: Technical Summer Reading List

news.ycombinator.com

21–30 of 66 posts

Re: Ask HN: Technical Summer Reading List

#21

My planned summer reading list: - High Performance Browser Networking by Ilya Grigorik - Refactoring: Improving the Design of Existing Code by Martin Fowler - Designing Data-Intensive Applications by Martin Kleppmann How did you find the latter? I'm a FE developer, so quite keen to get my hands on in data.

Kleppmann's book is great, it will be well worth your time. I read it cover to cover. He takes care to be consistent and explicit regarding terminology, so it has helped me put a lot of bits of "knowledge" (and confusion) about distributed systems into perspective.

Re: Ask HN: Technical Summer Reading List

#22

I'll be reading Domain Modeling Made Functional [1], which seems fun as it applies F#/ML/FP concepts to "enterprisey" DDD. [1] https://isthisit.nz/posts/2019/domain-modeling-made-function...

I will check it out. I very much enjoyed his talks

Re: Ask HN: Technical Summer Reading List

#24
Does math count as "technical?"

I was originally a Physics major and lately I've been on a kick of filling in the mathematics that was used in my Physics classes but that I feel like was never really gone into in much depth.

My current reading list is:

- "Analysis I" (and II) by Terence Tao (I finished the first volume and am now on the second, but I consider them really one book)

- "Understanding Analysis" by Stephen Abbott

- "Topology Through Inquiry" by Starbird and Su

- "Introduction To Topology And Modern Analysis" by George F. Simmons

The Terence Tao books are amazing so far. Extremely readable introduction to Real Analysis. Abbott also came highly recommended and from reading the first couple chapters I can see why as it also seems to be very readable. I don't know if it would be a better introduction than Tao, but it covers mostly the same material and I think having two different perspectives will really help solidify things for me.

Once I finish those, I'll see whether I want to go deeper into Topology or move to Complex Analysis or Differential Geometry.

I also have a copy of Emily Riehl's Category Theory in Context. I've read some Category Theory before and have a basic grasp, but after reading a few pages of her book, I put it aside until I feel like I'm much more well versed in Topology (the content looks amazing and I really want to read it, but it relies on Algegraic Topology more heavily than other Category Theory material I've seen). So I'll see where I'm at after getting through those Topology books.

Re: Ask HN: Technical Summer Reading List

#26

My planned summer reading list: - High Performance Browser Networking by Ilya Grigorik - Refactoring: Improving the Design of Existing Code by Martin Fowler - Designing Data-Intensive Applications by Martin Kleppmann How did you find the latter? I'm a FE developer, so quite keen to get my hands on in data.

Grigorik book is awesome, must read

Re: Ask HN: Technical Summer Reading List

#28
Mine are sociology, philosophy, and programming:

La technique ou l’Enjeu du siècle (The Societal Society) - Jacques Ellul [0]

A New Critique of Theoretical Thought - Herman Dooyeweerd [1]

Surveillance After September 11 - David Lyon [2]

The C programming Language - Brian W. Kernighan and Dennis M. Ritchie [3]

[0] https://www.jacques-ellul.org/les-grands-themes/la-technique

[1] https://herman-dooyeweerd.blogspot.com/2018/12/dooyeweerds-c...

[2] https://www.sscqueens.org/publications/surveillance-after-se...

[3] needs no intro here on hackernews

Re: Ask HN: Technical Summer Reading List

#29
I'm a lot into how to streamline data architectures, especially around ML solutions, so some titles related to that.

I'm already reading Kleppman's book right now. Tons of very useful knowledge, although quite detailed, and a lot of details around distributed computing, consensus algorithms etc (Part II), which I'm not sure I will need and which make the book rather long. Still, surely worth pressing through.

Some titles I would like to dive into in the summer:

- "The Art of Immutable Architecture" by Michael Perry. Possibly also:

- "Machine Learning Design Patterns" by by Valliappa Lakshmanan et al.

- "Building Secure and Reliable Systems" by by Heather Adkins et al.

And perhaps something lighter, more inspirational for the day to day work:

- "Coders at work" by Peter Seibel

Re: Ask HN: Technical Summer Reading List

#30
- "The Theoretical Minimum: What You Need to Know to Start Doing Physics" by Leonard Susskind. I'm reading the entire series and it's very clear and interesting, definitely recommend if you want to get into physics.

- "Speech and Language Processing (3rd ed. draft)" - Really good intro to natural language processing.

- Kar by Orhan Pamuk - not a technical book just an intriguing fiction book in turkish I want to read to work on my Turkish;.

Post reply on HN