I think But How Do It Know?[0] is a good read. It takes a similarly straightforward and light-hearted first principles approach to computer systems organization. Highly recommend.
HN user
mr_anich
8 karma
Posts0
Comments3
No posts found.
Ask HN: Books Like 'Calculus Made Easy'? 9 years ago
Ask HN: What are your favorite tech podcasts? 9 years ago
The Stanford eCorner[0]. I particularly like the Entrepreneurial Thought Leaders series[1].
Startups For the Rest of Us[2]
Entreprogrammers[3]
[0] http://ecorner.stanford.edu/podcasts
[1] http://ecorner.stanford.edu/podcasts/etl
I've learned quite a bit from reading through the Laravel source - https://github.com/illuminate
edit for details: The authors are quite meticulous (notoriously, every comment in a multi-line comment is 3 characters less than the previous) and stick to the "convention over configuration" mantra no doubt inspired by Ruby on Rails. It's interesting to see how they create abstractions to simplify so many common web dev tasks.