目錄(107章)
倒序
- 封面
- 版權頁
- Credits
- About the Author
- Acknowledgments
- About the Reviewer
- www.PacktPub.com
- Why subscribe?
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Chat Application with Web Sockets
- A simple web server
- Modeling a chat room and clients on the server
- Building an HTML and JavaScript chat client
- Tracing code to get a look under the hood
- Summary
- Chapter 2. Adding User Accounts
- Handlers all the way down
- Making a pretty social sign-in page
- Endpoints with dynamic paths
- Getting started with OAuth2
- Tell the authorization providers about your app
- Implementing external logging in
- Summary
- Chapter 3. Three Ways to Implement Profile Pictures
- Avatars from the OAuth2 server
- Implementing Gravatar
- Uploading an avatar picture
- Combining all three implementations
- Summary
- Chapter 4. Command-Line Tools to Find Domain Names
- Pipe design for command-line tools
- Five simple programs
- Composing all five programs
- Summary
- Chapter 5. Building Distributed Systems and Working with Flexible Data
- The system design
- Installing the environment
- Reading votes from Twitter
- Counting votes
- Running our solution
- Summary
- Chapter 6. Exposing Data and Functionality through a RESTful Data Web Service API
- RESTful API design
- Sharing data between handlers
- Wrapping handler functions
- Injecting dependencies
- Responding
- Understanding the request
- Serving our API with one function
- Handling endpoints
- A web client that consumes the API
- Running the solution
- Summary
- Chapter 7. Random Recommendations Web Service
- The project overview
- Representing data in code
- Generating random recommendations
- Summary
- Chapter 8. Filesystem Backup
- Solution design
- The backup package
- The user command-line tool
- The daemon backup tool
- Testing our solution
- Summary
- Chapter 9. Building a Q&A Application for Google App Engine
- The Google App Engine SDK for Go
- Google Cloud Datastore
- Entities and data access
- Google App Engine users
- Transactions in Google Cloud Datastore
- Querying in Google Cloud Datastore
- Votes
- Casting a vote
- Exposing data operations over HTTP
- Running apps with multiple modules
- Deploying apps with multiple modules
- Summary
- Chapter 10. Micro-services in Go with the Go kit Framework
- Introducing gRPC
- Protocol buffers
- Building the service
- Modeling method calls with requests and responses
- An HTTP server in Go kit
- A gRPC server in Go kit
- Creating a server command
- Building a gRPC client
- Rate limiting with service middleware
- Summary
- Chapter 11. Deploying Go Applications Using Docker
- Using Docker locally
- Deploying Docker images
- Deploying to Digital Ocean
- Summary
- Appendix Appendix. Good Practices for a Stable Go Environment
- Installing Go
- Configuring Go
- Go tools
- Cleaning up building and running tests on save
- Integrated developer environments
- Summary 更新時間:2021-07-08 10:40:23
推薦閱讀
- 跟“龍哥”學C語言編程
- 深入理解Django:框架內幕與實現原理
- C#編程入門指南(上下冊)
- Learning RxJava
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Nginx Lua開發實戰
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Python從入門到精通(第3版)
- Managing Microsoft Hybrid Clouds
- Android Studio Cookbook
- 創意UI Photoshop玩轉移動UI設計
- Laravel Design Patterns and Best Practices
- 軟件設計模式(Java版)
- 從零開始學算法:基于Python
- Java面向對象程序設計教程
- 像程序員一樣使用MySQL
- Hands-On GUI Application Development in Go
- Mastering Rust
- 零基礎學C++
- Go底層原理與工程化實踐
- Python量化交易
- 零基礎C++學習筆記
- Julia設計模式
- 深入理解Java虛擬機:JVM高級特性與最佳實踐(第3版)
- PSYCHTOOLBOX工具箱及MATLAB編程實例
- Network Backup with Bacula How-to
- ASP.NET Core 2 and Angular 5
- Python高并發與高性能編程:原理與實踐