首頁 > 計(jì)算機(jī)網(wǎng)絡(luò) >
編程語言與程序設(shè)計(jì)
> Go Programming Blueprints(Second Edition)最新章節(jié)目錄
目錄(107章)
倒序
- 封面
- 版權(quán)頁
- 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 更新時(shí)間:2021-07-08 10:40:23
推薦閱讀
- DevOps with Kubernetes
- Learning ArcGIS Pro
- Apache Karaf Cookbook
- Rust Essentials(Second Edition)
- Go并發(fā)編程實(shí)戰(zhàn)
- Go語言編程
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析
- .NET 4.5 Parallel Extensions Cookbook
- Oracle數(shù)據(jù)庫編程經(jīng)典300例
- Learning Bootstrap 4(Second Edition)
- Hadoop Blueprints
- Mastering Python
- Visual C#(學(xué)習(xí)筆記)
- Learning ROS for Robotics Programming
- PHP程序設(shè)計(jì)經(jīng)典300例
- jQuery基礎(chǔ)教程(第4版)
- Netty 4核心原理與手寫RPC框架實(shí)戰(zhàn)
- Real-time Web Application Development using Vert.x 2.0
- Java EE 8 Development with Eclipse
- Visual Basic 程序設(shè)計(jì)實(shí)用教程
- 軟件設(shè)計(jì)基礎(chǔ)理論
- Mastering Geospatial Development with QGIS 3.x
- Python 3反爬蟲原理與繞過實(shí)戰(zhàn)
- HTML5技術(shù)與移動(dòng)出版
- Data Lake Development with Big Data
- AR界面設(shè)計(jì)
- 數(shù)字媒體交互設(shè)計(jì)(中級(jí)):App產(chǎn)品交互設(shè)計(jì)方法與案例
- JavaScript權(quán)威指南(原書第6版)
- Nginx底層設(shè)計(jì)與源碼分析
- Python程序設(shè)計(jì)