- Hands-On Full Stack Development with Go
- Mina Andrawos
- 383字
- 2021-07-02 12:33:29
The outline of this book
This book will cover numerous practical topics to help you acquire the deep skills necessary for a full stack developer:
- In Chapter 2, Go's Building Blocks, and Chapter 3, Go Concurrency, we will take a deep and a practical tour into the Go language. You will learn about some of the key features of the language, as well as some of its popular design patterns.
- In Chapter 4, Frontend with React.js, and Chapter 5, Building a Frontend for GoMusic, we will cover how to build beautiful and responsive frontend applications using the React.js framework. This is also where we'll start building our GoMusic web application. We will cover React's building blocks, design patterns, best practices, and more. The majority of the frontend code of the book project will be covered in Chapter 4, Frontend with React.js, and Chapter 5, Building a Frontend for GoMusic; however, we won't cover every single line of JavaScript code, so as not to lose focus. All the code will be available in the GitHub repository for this book.
- In Chapter 6, RESTful Web APIs in Go with the Gin Framework, and Chapter 7, Advanced Web Go Applications with Gin and React, we will start building our backend code using the Gin framework. We will cover RESTful APIs, ORMs, secure web connections, and more.
- In Chapter 8, Testing and Benchmarking Your Web API, we will learn how to test and benchmark our Go code using Go's testing package, and the best practices in the industry.
- In Chapter 9, Introduction to Isomorphic Go with GopherJS, we will go through a crash course in isomorphic Go programming. Isomorphic Go programming is the practice of using Go for both the frontend and the backend. This is possible through the GopherJS framework. Chapter 9, Introduction to Isomorphic Go with GopherJS, is a standalone chapter, as it doesn't attempt to rebuild the GoMusic app using Isomorphic Go. However, the chapter covers how to build a React application in Isomorphic Go.
- In Chapter 10, Where to Go from Here? we will touch some topics that the reader should pursue in order to expand their knowledge beyond the scope of this book.
Let's get started with the learning journey!
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- 大學計算機應用基礎實踐教程
- Vue.js 3.x從入門到精通(視頻教學版)
- 精通搜索分析
- VSTO開發(fā)入門教程
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Mastering Yii
- 組態(tài)軟件技術與應用
- Python圖形化編程(微課版)
- Python機器學習之金融風險管理
- Unity 2018 Augmented Reality Projects
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- IBM Cognos TM1 Developer's Certification guide
- DB2SQL性能調優(yōu)秘笈
- Mastering SciPy