Share Go books-Go Web Programming

Share Go books-Go Web Programming

I have been reading a Go book in the past few days. I have read more than 100 pages. I feel good and share it with you.​

最后更新 10/3/2022 9:24 AM
沙漠尽头的狼
预计阅读 5 分钟
分类
more languages
标签
Go

Hello everyone, I am a wolf at the end of the desert.

I have been reading a Go book in the past few days. I have read more than 100 pages. I feel good and share it with you.​

Basic book information

** Book information: **

书名:Go Web编程
作  者:(新加坡)郑兆雄(Sau Sheong Chang) 著;黄健宏 译 著作
定  价:79
出 版 社:人民邮电出版社
出版日期:2017年12月01日
页  数:290
装  帧:平装
ISBN:9787115322470

出版日期是17年的,站长看了100来页还是觉得不过时,主要本书场景是go web开发,使用模板引擎开发web,类似ASP.NET Core MVCASP.NET Core Razor Pages,有兴趣的朋友可以下载文末PDF网盘链接或京东购买纸质书籍阅读。

** Content Introduction **

This book comprehensively introduces all the basic concepts needed to develop Web applications using Go, and explains in detail how to use modern design principles to build Web applications using Go. This book introduces core concepts (such as processing requests and sending responses, template engines, and data persistence) through a large number of examples, and discusses more great topics (such as concurrency, Web application testing, and deployment to standard system servers and PaaS providers). This book takes an online forum as an example to explain how to use core components such as request processors, multiplexers, template engines, and storage systems to build a Go Web application, and then build corresponding Web services based on this application. It is worth mentioning that when introducing Go's Web development methods, this book basically only uses the standard libraries that come with the Go language, and will not use any specific Web framework. The knowledge learned by readers will not be limited to specific frameworks. Even if you need to use ready-made frameworks in the future or build your own frameworks, you will still benefit from this book. In addition to explaining specific Web development methods, this book also introduces how to test Go Web applications, how to use Go's concurrency features to improve the Web, etc.

** Author Profile **

(Singapore) Written by Sau Sheong Chang; translated by Huang Jianhong

Sau Sheong Chang is the president of digital technology at Singapore Energy Limited and an active contributor to the Ruby community and Go community. He is the author of four books, including "Go Web Programming" and "R and Ruby Data Analysis Journey."

Huang Jianhong (Huangz) is a translator of computer technology books born in 1990, author of the book "Redis Design and Implementation", and translator of the book "Redis Practical Practice". In addition to the two published works, he has also created and translated a series of open source documents such as "Go Standard Library Chinese Documentation","Redis Command Reference" and "SICP Solution Collection".

Go Sharing Learning Experience

There are no learning results yet, and we will share them in real time later. Here are only a brief description of what I have done and the learning operations that may be useful. You can also leave a message and share them so that everyone can learn from each other.

** Personal learning process: **

Take notes while reading, and use Youdao Cloud's notes to record the more important points:

学习笔记

Of course, what is more important is to read books with a purpose. What is the purpose of learning Go? The webmaster is to reconstruct the front desk of the website. It just happens that the case of this book is an online forum. Learning without a purpose is ineffective. Let's encourage you.

When reading this book, the webmaster first read the Go Chinese documents, which can be considered to have a little foundation for Go:

Go中文文档

Looking at this website is the same suggestion. Don't just look at it, do it.

Book acquisition

** Baidu Online Disk **

There is no routine, Baidu's online disk can be downloaded directly, and the PDF comes from the Internet. Please read and delete it within 24 hours. You know:

链接:https://pan.baidu.com/s/1ktiobuJQaAYQNZaE-w29-Q 
提取码:fvsv 
--来自百度网盘超级会员V5的分享

**QQ Group **

If the Baidu online disk link fails, you can contact the webmaster to update it, or you can download it from the QQ group file. QQ group number: 771992300

Dotnet9技术交流QQ群

** Major online shopping malls **

It is recommended to read the PDF file above first. If it is useful to you and you really need to buy a substantive book, you need to be careful when spending money. After all, I still read PDFs for the time being. Search for: Go Web Programming in major shopping malls.

Finally, we should emphasize that learning has a purpose and must be done.

Some people are studying on National Day. Leave a message below and roll it up!!!

Keep Exploring

延伸阅读

更多文章
同标签 11/6/2024

Why is my blog site back in Blazor?

The blog website has gone through hardships in development. It has tried nearly 10 versions such as MVC, Vue, and Go. Now it has returned to Blazor and adopts static SSR. The speed has skyrocketed and it has been successfully launched.

继续阅读