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...