|
|
|
|
|
by kodah
1582 days ago
|
|
It amazes me sometimes how much of a dying breed systems engineers are. When I was coming up as a SWE I worked for a series of systems engineers, so I learned software from a systems engineering perspective and it's been invaluable as distributed systems have gotten bigger and more OS-like. If you're wanting to dive a little deeper than this guide touches check out: - https://man7.org/tlpi/ - Really good for understanding how to build applications within a Linux ecosystem. - https://www.amazon.com/Linux-Kernel-Development-Robert-Love/... - Really good for understanding why Linux is the way it is. The Kernel this book was written on is awful old, but the principles shine through. |
|