- Hands-On Full Stack Development with Go
- Mina Andrawos
- 235字
- 2021-07-02 12:33:26
Preface
The Go programming language has been rapidly adopted by developers for building web applications. With its impressive performance and ease of development, Go enjoys the support of a wide variety of open source frameworks for building scalable and high-performance web services and applications. This book is a comprehensive guide that covers all aspects of full stack development with Go. As you progress through the book, you'll gradually build an online musical instrument store application from scratch.
This clearly written, example-rich book begins with a practical exposure to Go development, by covering Go's building blocks, as well as Go's powerful concurrency features. We'll then explore the popular React framework, and work on building the frontend of our application with it. From there, you will build RESTful Web APIs utilizing the Gin framework, which is a very powerful and popular Go framework for Web APIs. After that, we will dive deeper into important software backend concepts, such as connecting to the database using an object-relational mapping (ORM), designing routes for your services, securing your services, and even charging credit cards using the popular Stripe API. We will also cover how to test and benchmark your applications efficiently in a production environment. In the concluding chapters, we will cover isomorphic development in pure Go by learning about GopherJS.
By the end of the book, you will be confident in taking on full stack web applications in Go.
- 演進(jìn)式架構(gòu)(原書第2版)
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- C語言程序設(shè)計(jì)案例精粹
- Extending Puppet(Second Edition)
- INSTANT Sinatra Starter
- Swift 4從零到精通iOS開發(fā)
- Cocos2d-x Game Development Blueprints
- Java Web從入門到精通(第3版)
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- Visual C++程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- 嵌入式C編程實(shí)戰(zhàn)
- 數(shù)據(jù)結(jié)構(gòu)與算法詳解
- Swift 2 Design Patterns
- HTML5程序開發(fā)范例寶典
- R語言:邁向大數(shù)據(jù)之路