TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How many technical books do you read per year?

31 pointsby cennyalmost 3 years ago
The Pragmatic Programmer says that you should try to read a technical book once a month. I believe you should read at least 4 technical books a year but also agree that you should aim for 12 books a year.<p>So, how many technical book do you read a year?

17 comments

lmarcosalmost 3 years ago
I&#x27;m probably an outlier. I read around 15 technical books per year. I read them because I enjoy their content: beautiful books like SICP, TAOCP, Stevens&#x27; books, etc.; I can recommend them to anyone. There are plenty of tech books out there that are awfully boring though (I don&#x27;t read those). Funny enough, people usually say that books like the former (the beautiful ones, the timeless ones) don&#x27;t help you on your current job... Well, I couldn&#x27;t care less. I don&#x27;t read sci-fi to gather knowledge either. I read for fun, and this applies to tech books as well.<p>(I believe that timeless tech books do help you, though. They help you with your career, not with your (current) job).
评论 #32201494 未加载
评论 #32210295 未加载
OnionBlenderalmost 3 years ago
I don&#x27;t get hung up on numbers or whether I actually &quot;finish&quot; the book.<p>It is a lot easier to read a book like The Pragmatic Programmer cover-to-cover than it is to read a book about a specific language or API. I&#x27;ve been trying to learn Rust and I find that if I don&#x27;t practice or do exercises then I don&#x27;t end up remembering what I read. I read nearly all of &quot;Programming Rust&quot; but now I&#x27;m having to go back and read many sections because I wasn&#x27;t writing the code as I was reading the chapters.<p>As for &quot;finishing&quot; books, I rarely truly finish a book. I&#x27;ve been reading graphics and game engine books but I don&#x27;t feel pressure to read every chapter. Did I really &quot;finish&quot; a book if I skipped chapters? Who cares. Every graphics&#x2F;game book seems to start with chapters about linear algebra so I skip those. Collision detection? If I need to find the intersection between a line and a cone then I&#x27;ll look it up.<p>I also find it helpful to read a chapter from multiple books about the same topic (thanks to o&#x27;reilly books online). Like when I was learning C++11 I read the futures&#x2F;promises chapter from 4 or 5 different books. I found having the same thing explained by different authors was more helpful than just re-reading a chapter. I also had a learning disability as a kid so maybe that&#x27;s why I need to re-read things so much.
codingdavealmost 3 years ago
Zero.<p>I totally appreciate the value in it, but I&#x27;m old and just have a hard time making personal growth in my job skills a priority over time with family. I read more before I had children, and I would read if I was could spend some work hours on it.<p>I&#x27;ve also seen people who read too much - all their work philosophy and decisions are not based on experience, but on a book they read. I feel the flow should be to: read -&gt; synthesize new info with experience -&gt; test out some changes to your way of working -&gt; decide whether or not it works. But I&#x27;ve seen too much of: read -&gt; declare sweeping changes to the entire team -&gt; read another book.
评论 #32192824 未加载
JHonakeralmost 3 years ago
I read a lot. I basically always have at least one fiction book and one technical book (usually math, statistics, or programming) that I&#x27;m reading at any given time.<p>I think I&#x27;m an outlier on the other end. This year I&#x27;ve read 3 or 4 books on programming language theory, one specifically about Scheme, and The Rust Book. I&#x27;ve picked up and read a a little bit to a lot from a lot of math textbooks.<p>This is all probably stems from graduate school training and my ADHD... It also helps to have PDFs or online versions and a baby that had some serious aversion to sleep, so the only thing you can do is sit in the dark rocking her and read...
评论 #32209897 未加载
philomath_mnalmost 3 years ago
Reading is my only hobby right now (I&#x27;m able to fit it in around kids) so I aim for 3-4 books a month. Most of what I read is non-fiction, but technical books take a long time to finish so I&#x27;d say I finish ~10 technical books a year.<p>I won&#x27;t say I remember everything I read, but I highly recommend reading as much as possible. My career has been on an upswing the past few years and I have to think reading more has been a contributing factor.<p>Reading has been particularly helpful at my current job where I don&#x27;t have any mentors or more senior people to learn from, books have helped fill at least some of that gap.<p>Context: I am a software engineer &#x2F; architect with 8 years full time dev experience.
评论 #32193402 未加载
评论 #32211086 未加载
shaftoe444almost 3 years ago
I have been &quot;reading&quot; Crafting Interpreters for about a year, and implementing variations on what it is teaching. I always try to have one on the go for 10% time or whenever I&#x27;m out of original ideas. Got SICP but expect that to take another 3 years at this rate.
评论 #32190364 未加载
Barrin92almost 3 years ago
one, maybe two? One technical book a month sounds like way too much provided you actually aim to <i>work</i> through the book thoroughly. I recently made my way through SICP because I never finished it when I was studying and that took me like half a year during my free time.
评论 #32190344 未加载
tedyoungalmost 3 years ago
I think it&#x27;s more important to ask: how much have you _learned_ from reading technical books?<p>There&#x27;s also different reasons for reading technical books: getting answers to current problems (though most people would just search the web); going deeper on a specific topic that you&#x27;re already familiar with; tackling a new area; etc.<p>While I read a lot of pieces of books, I find reading in a group (book club[0]) to be the best way to really understand what&#x27;s read (as well as providing a bit of discipline and structure to make sure I really read it and don&#x27;t just skim&#x2F;skip).<p>[0] This is why I run a weekly book club as part of my Discord community (<a href="https:&#x2F;&#x2F;ted.dev&#x2F;discord" rel="nofollow">https:&#x2F;&#x2F;ted.dev&#x2F;discord</a>), so I know I&#x27;ll deeply read at least a few books every year.
评论 #32197892 未加载
mister_gooalmost 3 years ago
Zero. I guess I&#x27;m an outliner.
评论 #32189610 未加载
houragoalmost 3 years ago
It depends on what I need. If the company gets into some new technology then I read a couple of books on the topic. I try to get generalist books instead of framework x.yy books.<p>So, it can be 4-8 books or none depending on the year.
评论 #32190370 未加载
1sembiyanalmost 3 years ago
Around 3 these past few years. Reading is not enough though.
评论 #32191342 未加载
panda888888almost 3 years ago
As a data point, I&#x27;ve purchased (or borrowed from the library) 9 technical books this year. I&#x27;ve read bits and pieces of all of them, but I haven&#x27;t read them cover-to-cover.<p>By then end of the year, I&#x27;ll probably be up to 12-15 total, but not reading everything.<p>Edit: I probably read about 1&#x2F;4 to 1&#x2F;3 of each book (although this varies widely), so that puts me at ~4 full books.
评论 #32195687 未加载
评论 #32197944 未加载
eddof13almost 3 years ago
I&#x27;ve read about 1-2 per month so far this year, but I&#x27;m burnt out now and I plan on hopefully not reading any more technical books this year. Also I find I don&#x27;t really remember much from them, but I don&#x27;t take notes etc, I am more of the &#x27;something will rub off on you&#x27; persuasion when I read books.
robert2020almost 3 years ago
I buy about ten per year. Read?
dyingkneepadalmost 3 years ago
I read 0, but I buy &gt; 0 every year. One day I&#x27;ll finish them. Also, one day I&#x27;ll start them.
dev_0almost 3 years ago
I think how you take notes is important than now many books you read
kojeovoalmost 3 years ago
0, my job isn&#x27;t my life. And they don&#x27;t pay me to read books.