Tech Book Recommendation & Review Thread - Fuck University, I'm Reading Instead

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.

Paul Ryan

Banned
kiwifarms.net
Joined
Nov 11, 2024
Post your recommendations for and reviews of tech books here, specifically those geared towards learning.

Also feel free to request books on a subject.



I want to learn about the logistics of writing code, so I bought these three books to supplement the book on C programming I had lying around.
  • Mercurial: The Definitive Guide, by Bryan O'Sullivan
  • Mastering CMake, by Ken Martin & Bill Hoffman
  • Dan Gookin's Guide to Ncurses Programming
 
61PQgAcN4pL.jpg
 
Without having to delve into my larger library, here are a few shorter guides that I have found especially useful.

C++ Language Tutorial - This is what I used to learn C++ and afterward C.
website
pdf

Learn OpenGL - A good primer on OpenGL and 3D graphics in general
website
pdf

Beej's Guide to Network Programming - A very good introduction to networking and, in particular, the UNIX API, which is quite similar to the Win32 API anyway
website
pdf
 
I don’t recommend the text book on routine active maintenance. Had zero pictures in it. No fun at all.
 
Back