- 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.
- Web應用系統開發實踐(C#)
- 移動UI設計(微課版)
- Mastering OpenCV Android Application Programming
- C# Programming Cookbook
- PowerCLI Cookbook
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Mastering Ubuntu Server
- 軟件測試技術指南
- INSTANT Passbook App Development for iOS How-to
- Node Cookbook(Second Edition)
- Developing SSRS Reports for Dynamics AX
- Mockito Essentials
- Python Linux系統管理與自動化運維
- 青少年Python趣味編程
- Android應用開發攻略