- Go Systems Programming
- Mihalis Tsoukalos
- 222字
- 2021-07-02 18:07:54
Learning systems programming
The only way you can learn systems programming is by developing your own utilities using this book as a reference and a tutorial. At first, you will make a large amount of ridiculous mistakes, but as you get better, you will make a smaller amount of much more clever and hard to debug mistakes! However, it is fine to try new things when learning. In fact, it is necessary to try new things and fail because this means that you are really learning something new. Just make sure that you do not use a production web server for learning systems programming.
If you have difficulties finding out what to develop, you can start by creating your own versions of some of the existing Unix command line utilities such as ls(1), mkdir(1), ln(1), wc(1), and which(1). You do not have to create a fully featured version of each one of them with support for all command-line options; what is important is to develop a stable and secure version that implements the main functionality and works without problems.
- 造個小程序:與微信一起干件正經事兒
- Dynamics 365 Application Development
- 深入淺出Electron:原理、工程與實踐
- WSO2 Developer’s Guide
- Troubleshooting PostgreSQL
- Spring實戰(第5版)
- 精通網絡視頻核心開發技術
- Node.js全程實例
- Learning JavaScript Data Structures and Algorithms
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Visual C#.NET Web應用程序設計
- C#程序設計(項目教學版)
- Python網絡爬蟲實例教程(視頻講解版)
- Python應用開發技術
- Java面向對象程序設計教程