←back to thread

1062 points mixto | 1 comments | | HN request time: 0s | source
Show context
pkage ◴[] No.42941699[source]
I remember reading the excellent Beej's Guide to Network Programming[0] and Beej's Guide to Unix IPC[1] as a teenager, which were incredibly approachable while still having depth—fantastic reads both and very influential on the programmer I ended up being.

[0] https://beej.us/guide/bgnet/ [1] https://beej.us/guide/bggit/

replies(7): >>42942718 #>>42943039 #>>42943242 #>>42943468 #>>42944509 #>>42945938 #>>42946491 #
1. randstring ◴[] No.42945938[source]
Indeed, my first steps in network programming years ago were with the help of this excellent guide.