- Hands-On Dependency Injection in Go
- Corey Scott
- 204字
- 2021-06-10 19:17:42
To get the most out of this book
While dependency injection and many of the other programming concepts discussed in this book are not simple or intuitive, this book introduces them with little assumed knowledge.
That said, the following is assumed:
- You have a basic level of experience with building and testing Go code.
- You are comfortable with the idea of objects/classes due to prior experience with Go or an object-oriented language, such as Java or Scala.
Additionally, it would be beneficial to have at least a passing understanding of building and consuming HTTP-based REST APIs. In Chapter 4, Introduction to the ACME Registration Service, we will introduce an example REST service that will form the basis for many of the examples in the book. To be able to run this sample service, you will need to be able to install and configure a MySQL database service on your development environment and be able to customize the supplied configuration to match your local environment. All of the commands provided in this book were developed and tested under OSX and should work without modification on any Linux- or Unix-based system. Developers with Windows-based development environments will need to adjust the commands before running them.
- TypeScript入門與實戰
- CMDB分步構建指南
- Python Network Programming Cookbook(Second Edition)
- 深度強化學習算法與實踐:基于PyTorch的實現
- 數據結構(C語言)
- Oracle Exadata專家手冊
- Building RESTful Python Web Services
- Mobile Device Exploitation Cookbook
- Web性能實戰
- BeagleBone Robotic Projects(Second Edition)
- 零基礎學Python編程(少兒趣味版)
- 基于MATLAB的控制系統仿真及應用
- 軟件設計模式(Java版)
- C語言程序設計
- Leaflet.js Essentials