- Hands-On RESTful Web Services with Go
- Naren Yellavula
- 138字
- 2021-06-24 17:04:20
To get the most out of this book
For this book, you need a laptop/PC with Linux (Ubuntu 18.04), macOS X >=10.13, or Windows installed. We will use Go 1.13.x as the version of our compiler and will install many third-party packages, so a working internet connection is required.
We will also use Docker in the final chapters to explain the concepts of API Gateway. Docker's latest stable version is recommended. If Windows users have problems with the native Go installation or using CURL for any examples, use Docker Desktop for Windows and run an Ubuntu container to test your code samples; refer to https://www.docker.com/docker-windows for more details.
Before diving into the book, refresh your language basics at https://tour.golang.org/welcome/1.
Even though these are the basic requirements, we will guide you through the installations whenever required.
- iOS Game Programming Cookbook
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Learning Chef
- 青少年美育趣味課堂:XMind思維導圖制作
- 編寫高質量代碼:改善Python程序的91個建議
- PostgreSQL Replication(Second Edition)
- Python貝葉斯分析(第2版)
- Learn React with TypeScript 3
- Create React App 2 Quick Start Guide
- Mastering Apache Storm
- 金融商業數據分析:基于Python和SAS
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- C語言王者歸來
- Getting Started with Windows Server Security
- 深入理解MySQL主從原理